From: Dimitri FABRE on
Helllo,

I am using Matlab7.4.0 with compiler toolbox v7.6., and i want to create a stand alone application for Windows PC.
I have already get a standalone application for UNIX, installling MCR on UNIX environment and using mcc command without problem. But i am encoutering problems with Windows.
Actually, when I am using deploytool, the GUI do not let me choose, windows standalone application (as i see in lots of tutorials), but only the three items:
- Standalone application
- C shared library
- C++ shared library
And consequently, if i use "-Standalone Application" , the file generated is "my_program" and not "my_program.exe", whereas i do need this .exe for windows.

How to proceed in order to get it?

Thanks in advance