Can I Compile a 32-bit Executable for distribution on 32-bit Windows systems using a Matlab R2014a 64-bit on a 64-bit Windows 7 Professional OS?
4 ビュー (過去 30 日間)
古いコメントを表示
Compile Computer O/S: Windows 7 Professional, 64 bit Distribution Computer O/S: Windows based, various OS versions, 32 bit. Matlab version: R2014a Compiler: mcc to generate executable
Can I Compile a 32-bit Executable for distribution on 32-bit Windows systems using a Matlab R2014a 64-bit on a 64-bit Windows 7 Professional OS?
0 件のコメント
回答 (1 件)
Aurelien Queffurust
2014 年 3 月 21 日
Yes you can . Please note that the mcc documentation is wrong for this subject (already informed technical support for this subject).
I am exactly in the same configuration as you . On my Windows 7 64-bits , I have installed both MATLAB 32-bit and MATLAB 64-bit in different folders. Then within your MATLAB 32-bit you just compile as usual , no need to use the -win32 switch. This will create a standalone for Windows 32-bits. Note that you will be also be able to run this standalone under your Windows 64-bits if you have of course the MCR 32-bits installed on your machine.
1 件のコメント
Friedrich
2014 年 3 月 21 日
編集済み: Friedrich
2014 年 3 月 21 日
What is wrong in the documentation? The doc for MCC is 100% correct.
In addition your answer does not adress the actual question. You provide a way of compiling a 32bit application on a 64bit OS.
However the question was if one can compile a 32bit application out of a 64bit MATLAB which is NOT possible.
参考
カテゴリ
Help Center および File Exchange で Standalone Applications についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!