如何让 Matlab R2007b 与 Visual Studio c++ 一起使用6.0?
如何让 Matlab R2007b 在(Win 7.0 64 位操作系统)中与 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.
How do I get Matlab R2007b to work with Visual Studio c++ 6.0 in (Win 7.0 64 bit OS) ?
I get the following error:
>> 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先运行
mex -setup
并选择 Visual Studio。如果您阅读 MATLAB 帮助,一切都会清楚。请参阅http://www.mathworks.co.uk/help/techdoc/ matlab_external/f43202.html 和 http://www.mathworks.co.uk/support/compilers/release2007b/
Run
mex -setup
first and select Visual Studio.Everything will be clear if you read the MATLAB help. See http://www.mathworks.co.uk/help/techdoc/matlab_external/f43202.html and http://www.mathworks.co.uk/support/compilers/release2007b/