-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.
質問がありますか? –
VS C++ 6.0 with matlab R2007b? – jdl
[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ではなく)の無料版が含まれています。 –