matlab - unresolved external symbol mxDestroyArray referenced in function mexFunction -


Hi I am integrating the CUDA prog through the MATLAB MEX interface. This combination gives 1.MATLAB 64 bit 2012 R2 2.Windows runs fine with the 64-bit OS following but when I try to do the same thing on a 32-bit 64-bit version of MATLAB 2008 windows add error LNK2019 following it: Unsolved external symbols mxDestroyArray function referred to in mexFunction.

I have set up the nvmexopts64.bat link path like this

  Reminker parameter ray ************************************** **************************************************************************************************** LIBLOC =% MATLAB% \ extern \ lib \ win32 \ microsoft set LINKER = link set LINKFLAGS = / dll / export:% ENTRYPOINT% / MAP / LIBPATH: "% LIBLOC%" libmx.lib libmex.lib libmat.lib / implib :% LIB_NAME% .x / machine: X-64 Col 32. Lib users 32. Lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib set Do LINKOPTIMFLAGS = set LINKDEBUGFLAGS = / DEBUG /PDB:"%OUTDIR%%MEX_NAME%%MEX_EXT%.pdb "set LINK_FILE = set LINK_LIB = set NAME_OUTPUT = / out:"% OUTDIR %% MEX_NAME %% MEX_EXT% "set Arsp _FILE_INDICATOR = @  

See also anyone suggest a solution for this.

?ाव देते हैं।


Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -