On Oct 11, 2013, at 10:32 AM, Bettina Kutschera wrote: > Hello everybody, > > I am trying for a while to get the NLopt plugin running for MatLab and have > ready everything I could find to solve my problems. But I still cannot use > NLopt. > My system: Windows 7 64bit, MatLab R2012b, Compiler Microsoft Visual C++ 2010 > I have extracted nlopt-2.3-dll.zip and copied all files from MatLab to my > working directory.
You can't use the 32-bit DLL with the 64-bit Matlab. You need to build a 64-bit DLL.
_______________________________________________ NLopt-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss
