Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Running a .exe from compiler with a 32bit operating system
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a .exe from compiler that was compiled in 2012a on a 64bit computer. It works fine on 64bit computers/laptops but when I try to run it on a 32bit computer (which has MCR installed) I get a windows error that it is not a valid 32bit executable.
Have I misunderstood the limitations of compiler and a .exe compiled on a 64bit machine cannot be used on a 32bit machine? I thought the MCR would work around this.
Thanks
0 Commenti
Risposte (1)
Andreas Goser
il 24 Ott 2012
You really need to create the EXE from another installation with a 32 bit MATLAB on a 32 bit OS.
2 Commenti
Kaustubha Govind
il 24 Ott 2012
Modificato: Kaustubha Govind
il 24 Ott 2012
Nick: Perhaps you should check with MathWorks Licensing Support about getting a 32-bit MATLAB installation on an existing license? I believe you should be able to install 32-bit MATLAB on a 64-bit machine to compile 32-bit applications. See this previously answered question.
Questa domanda è chiusa.
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!