Compiling Windows Exe from a Mac
17 ビュー (過去 30 日間)
古いコメントを表示
I am trying to invoke the Matlab compiler (mcc) to compile stand-alone application for both Windows and Mac OS. I only have the Matlab compiler on a computer running Mac OS. How can I compile to Windows executable?
採用された回答
Chirag Gupta
2011 年 6 月 23 日
Cross compiling is not possible. You will need to install the MATLAB Compiler on the Windows machine to create an executable.
0 件のコメント
その他の回答 (1 件)
Aurelien Queffurust
2011 年 6 月 23 日
You need to have MATLAB compiler installed on a Windows machine to create a Windows executable
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で C Shared Library Integration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!