Can .exe file compiled on 32bit computer with 64bit Matlab run on 64bit computer
Ältere Kommentare anzeigen
If a 64bit Matlab was installed on the computer having a 32bit operation system. The Matlab GUI/script is deployed on that computer to create .exe file.
My question is:
Can this .exe file run on another computer having a 64bit operation system? So it can take the advantage of 'unlimited memory size' on 64bit computer.
Thanks
Akzeptierte Antwort
Weitere Antworten (1)
1 Kommentar
Walter Roberson
am 1 Mär. 2013
That is correct, at least for MS Windows. You could potentially have difficulties if you compiled for 32 bit OS-X and tried to run on 64 bit OS-X.
Kategorien
Mehr zu C Shared Library Integration finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!