Compiling Windows Exe from a Mac

18 views (last 30 days)
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?

Accepted Answer

Chirag Gupta
Chirag Gupta on 23 Jun 2011
Cross compiling is not possible. You will need to install the MATLAB Compiler on the Windows machine to create an executable.
This related answer should further clarify.

More Answers (1)

Aurelien Queffurust
Aurelien Queffurust on 23 Jun 2011
You need to have MATLAB compiler installed on a Windows machine to create a Windows executable

Categories

Find more on C Shared Library Integration in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!