-4

如何让 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.
4

1 回答 1

0

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

如果您阅读 MATLAB 帮助,一切都会一目了然。请参阅http://www.mathworks.co.uk/help/techdoc/matlab_external/f43202.htmlhttp://www.mathworks.co.uk/support/compilers/release2007b/

于 2011-10-05T10:51:56.740 回答