Load library error in 64bit
Mostrar comentarios más antiguos
Hi, there is a problem to use loadlibrary..
i'm using SMI SDK. loadlibarary (.dll,.h) error occured.
how can i fix it?
-------------error Index exceeds matrix dimensions.
Error in loadlibrary>getLoadlibraryCompilerConfiguration (line 497) compilerConfiguration=compilerConfiguration(1); %unix machines return c and cpp compilers here
Error in loadlibrary (line 253) [thunk_build_fn,preprocess_command]=getLoadlibraryCompilerConfiguration(ccinclude,header,headername,compilerConfiguration);
Respuestas (1)
Walter Roberson
el 26 de Ag. de 2015
Be sure to use
mex -setup
first.
Categorías
Más información sobre C Shared Library Integration en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!