フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

standalone from x64 to x32 R2013b

2 ビュー (過去 30 日間)
Dominika
Dominika 2014 年 6 月 28 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi,
I compiled GUI in Matlab R2013b on Windows x64, now I need to have .exe working on 32x, too. If I install Matlab R2013b x32 on windows x64 and use the same files: .m, .fig (created on x64) will a standalone .exe work on windows x32? Or do I need to create .fig and .m file from the beginning on x32?
Thanks a lot,
Dominika

回答 (1 件)

Image Analyst
Image Analyst 2014 年 6 月 28 日
Yes it will. You just need to make sure you compile your app on the 32 bit version of MATLAB and ship the 32 bit version of the MCRInstaller.exe with it. I use the same .m and .fig files on my computer even though I sometimes compile them for users with 32 bit systems.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by