Как заставить Matlab R2007b работать с Visual Studio c ++ 6.0? - PullRequest
0 голосов
/ 05 октября 2011

Как мне заставить Matlab R2007b работать с Visual Studio c ++ 6.0 in (64-битная ОС Win 7.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.

1 Ответ

0 голосов
/ 05 октября 2011

Сначала запустите mex -setup и выберите Visual Studio.

Все будет ясно, если вы прочитаете справку MATLAB. См http://www.mathworks.co.uk/help/techdoc/matlab_external/f43202.html и http://www.mathworks.co.uk/support/compilers/release2007b/

...