Compiling Windows Exe from a Mac
17 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Eugene Kogan
am 23 Jun. 2011
Kommentiert: Naureen Suteria
am 23 Jul. 2019
I am trying to invoke the Matlab compiler (mcc) to compile stand-alone application for both Windows and Mac OS. I only have the Matlab compiler on a computer running Mac OS. How can I compile to Windows executable?
1 Kommentar
Akzeptierte Antwort
Chirag Gupta
am 23 Jun. 2011
Cross compiling is not possible. You will need to install the MATLAB Compiler on the Windows machine to create an executable.
0 Kommentare
Weitere Antworten (1)
Aurelien Queffurust
am 23 Jun. 2011
You need to have MATLAB compiler installed on a Windows machine to create a Windows executable
0 Kommentare
Siehe auch
Kategorien
Mehr zu C Shared Library Integration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!