フィルターのクリア

problem with mex -setup in Matlab 2016 b

1 回表示 (過去 30 日間)
Marry M
Marry M 2017 年 2 月 25 日
コメント済み: Walter Roberson 2017 年 2 月 26 日
Hi, in windows 10, and Matlab 2016 b, and visual C++ 2013 (professional version), when I'm doing mex-setup will see the following warning, any idea please?
'MEX configured to use 'Microsoft Visual C++ 2013 Professional' for C++ language compilation. Warning: The MATLAB C and Fortran API has changed to support MATLAB variables with more than 2^32-1 elements...'

採用された回答

Walter Roberson
Walter Roberson 2017 年 2 月 25 日
編集済み: Walter Roberson 2017 年 2 月 25 日
You only need to worry about that warning if you are using old mex code written in the day when only 32 bits was possible.
It is sort of like a warning, "Caution, this product has changed to use unleaded gasoline only!" Which might be relevant if you are old enough to have worked on cars that accepted leaded gas, or might have to use an antique that uses it, but is just "noise" otherwise.
  2 件のコメント
Marry M
Marry M 2017 年 2 月 25 日
編集済み: Walter Roberson 2017 年 2 月 26 日
ok thanks, however when I'm running 'vl_compilenn' would see this error:
Error using mex data.cpp, fatal error C1083: Cannot open include file: 'windows.h': No such file or directory.
so may be for that warning or something else ?
Walter Roberson
Walter Roberson 2017 年 2 月 26 日
The warning about ABI change is completely separate from windows.h
windows.h should be available in VS2013 Professional. Please see the advice at http://stackoverflow.com/questions/12748896/cannot-open-windows-h

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by