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!