Topic: Convert Project file to Executable file

Hello,

How to compile and convert project file to executable file?

Regards
Lakshmanan

Re: Convert Project file to Executable file

Hello stlekshmanan2009

every time you run your project (green arrow or menu Project item Run),  MVD generates an executable that allows
you to use your application in stand-alone mode without any third party.

This executable ("yourproject.exe") stands in the folder where are all the files necessary for the proper functioning of the project

Regards

JB

Re: Convert Project file to Executable file

Mr. jean.brezhonek, Thank you for the reply.

Regards
TL