2011-10-05 20 views
-4

Matlab R2007bをVisual Studio C++ 6.0(Win 7.0 64ビットOS)で動作させるにはどうすればよいですか?Matlab R2007bをVisual StudioのC++ 6.0で使用するにはどうすればよいですか?

私は次のエラーを取得:

>> 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)を読んだことがありますか? ["こんにちは、世界!"]の指示に従うとどうなりますか? MEX-ファイル](http://www.mathworks.com/support/tech-notes/1600/1605.html#example1)? 'dog.dll'と' dog.h'ファイルは何ですか?そして、なぜあなたは13歳のC++コンパイラを使用していますか? Windows 7 SDKには、最新バージョンのコンパイラ(IDEではなく)の無料版が含まれています。 –

答えて

関連する問題