Tadj
06-22-2004, 02:35 PM
Hello,
Does anyone have experience using LF to create .MEX files on windows?
I'm trying to create a .dll file from the command line but i get an error message
"Undefined symbol "__imp__MXCREATEDOUBLEMATRIX@12"".
I'm linking mexmain.obj, lfmatlab.lib,libmex.lib,libmx.lib,libeng.lib and libmat.lib.
In fact, mxCreateDoubleMatrix isn't listed in matlab's documentation as a Fortran
mx-function but as a C mx-function. :confused:
thanks in advance for your help.
Does anyone have experience using LF to create .MEX files on windows?
I'm trying to create a .dll file from the command line but i get an error message
"Undefined symbol "__imp__MXCREATEDOUBLEMATRIX@12"".
I'm linking mexmain.obj, lfmatlab.lib,libmex.lib,libmx.lib,libeng.lib and libmat.lib.
In fact, mxCreateDoubleMatrix isn't listed in matlab's documentation as a Fortran
mx-function but as a C mx-function. :confused:
thanks in advance for your help.