如何让 Matlab R2007b 与 Visual Studio c++ 一起使用6.0?

发布于 2024-12-08 14:20:10 字数 459 浏览 4 评论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

当梦初醒 2024-12-15 14:20:10

首先运行 mex -setup 并选择 Visual Studio。

如果您阅读 MATLAB 帮助,一切都会清楚。请参阅http://www.mathworks.co.uk/help/techdoc/ matlab_external/f43202.htmlhttp://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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文