I have a 64-bit DLL compiled from Visual Studio 2010 coded like this example: visual studio Dll and Matlab
When I call loadlibrary
in Matlab (64-bit), I get the following error message:
Error using loadlibrary (line 254)
A 'Selected' compiler was not found. You may need to run mex
-setup.
Any suggestions?