Load library error in 64bit
Show older comments
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);
Answers (1)
Walter Roberson
on 26 Aug 2015
Be sure to use
mex -setup
first.
Categories
Find more on C Shared Library Integration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!