MATLAB: What is the “Windows Standalone Application” type in the DEPLOYTOOL in the MATLAB Compiler 4.6 (R2007a)

MATLAB Compilerstand-alone

When I open deploytool I see the possibility to create a "Windows Standalone Application" or "standalone application". What is the difference between them?

Best Answer

When building a standalone application on a Windows platform, you can suppress the MS-DOS command window by adding the "-e" switch to the MCC command. Similarly, selecting the "Windows Standalone Application" type of project in the DEPLOYTOOL will add that switch to your project's compiler arguments automatically.
If you are using the LCC compiler and this option is not suppressing the DOS window, please refer to the following bug report for more information and a workaround: