2011-10-05 6 views
-4

Matlab R2007b를 Visual Studio C++ 6.0 (Win 7.0 64 비트 OS)에서 사용하려면 어떻게합니까?Visual Studio C++ 6.0에서 Matlab R2007b를 사용하려면 어떻게해야합니까?

나는 다음과 같은 오류 얻을 :

>> loadlibrary dog.dll dog.h 

Warning: Shared libraries are not supported on this platform. 
Functions that do not have a mexFunction signature may have unpredictable results. 

    > In loadlibrary at 54 

    ??? Error using ==> loadlibrary at 209 
    LCC was not found at C:\Program Files\MATLAB\R2007b\sys\lcc\bin\lcc.exe. 
+2

질문이 있으십니까? –

+0

VS C++ 6.0 with matlab R2007b? – jdl

+0

[MEX 파일 가이드] (http://www.mathworks.com/support/tech-notes/1600/1605.html)를 읽으셨습니까? [Hello, World!]와 함께 지침을 따르면 어떻게됩니까? MEX 파일] (http://www.mathworks.com/support/tech-notes/1600/1605.html#example1)? 'dog.dll'과'dog.h' 파일은 무엇입니까? 그리고 왜 13 살짜리 C++ 컴파일러를 사용하고 있습니까? Windows 7 SDK에는 최신 버전의 컴파일러 (IDE 아님)의 무료 버전이 포함되어 있습니다. –

답변