How to install minGW in matlab r2017a?

4 ビュー (過去 30 日間)
Dicki Andrea
Dicki Andrea 2018 年 5 月 21 日
コメント済み: Dicki Andrea 2018 年 5 月 22 日
I try install minGW in matlab r2017a, and when i setup appear warning notice 'MEX configured to use 'MinGW64 Compiler (C)' for C language compilation. Warning: The MATLAB C and Fortran API has changed to support MATLAB variables with more than 2^32-1 elements. You will be required to update your code to utilize the new API.' How to fix it?

採用された回答

Walter Roberson
Walter Roberson 2018 年 5 月 21 日
There is nothing to fix with that. That is a warning having to do with a change from 32 bit to 64 bit, and it only makes a difference for people who had C or C++ files that tried to use int (which are 32 bits by default) as the size of variables.
  1 件のコメント
Dicki Andrea
Dicki Andrea 2018 年 5 月 22 日
Oh ya thanks you Mr. Walter Roberson

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

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by