64bit環境でコンパイルしたアプリケーションを32bit環境で使用することはできますか?
9 次查看(过去 30 天)
显示 更早的评论
64bit環境でコンパイルしたアプリケーションを32bit環境で使用することはできますか?
開発環境: Windows7 professional 64bit Matlab R2014b
使用環境: Windows7 32bit MATLAB Runtime R2014b 32bitをインストール
1 个评论
Walter Roberson
2016-8-17
Approximate translation:
An application that was compiled or You will be used in a 32bit environment in a 64bit environment?
Is it possible to use in a 32bit environment a compiled application in a 64bit environment?
Development Environment: Windows7 professional 64bit Matlab R2014b
Install Windows7 32bit MATLAB Runtime R2014b 32bit: use environment
回答(1 个)
Walter Roberson
2016-8-17
No, it is not.
On the 64 bit Windows 7 system, it is possible to install and run the 32 bit version of MATLAB (in addition to the 64 bit version of MATLAB), and that 32 bit version of MATLAB can be used to create a 32 bit executable.
However, an executable built with the 64 bit version of MATLAB cannot be used with a 32 bit system.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!