Load library error in 64bit
古いコメントを表示
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);
回答 (1 件)
Walter Roberson
2015 年 8 月 26 日
Be sure to use
mex -setup
first.
カテゴリ
ヘルプ センター および File Exchange で C Shared Library Integration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!