Missing Windows header file in Matlab 2019a for MacOS
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, I am running Matlab 2019a on Mac, and I need to connect it to mex C++ file, but it keeps failing with the error stating that " 'Windows.h' file not found". The whole mex and m files were originally created in Windows. Are there any way to fix this?
0 件のコメント
回答 (1 件)
Dinesh Yadav
2019 年 10 月 30 日
mex files that are generated while compiling are different for different operating systems. You can find more about that in this link.
For mac you will need to compile from beginning. One cannot use the windows version.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!