Tuesday, July 14, 2009

C++, compiling visual studio.net?

hi, i have a code in c++ written in vs.net, but i want to be able to execute this code without using vs.net aplpication,





basically i want to make it an executable file, so that a user can just douhble click on the application and run my program.

C++, compiling visual studio.net?
It if was written in the .Net Framework then the user will have to have the .NET framework installed on the machine running the executable.


The exe is created after you build and compile the code in the bin\Debug or bin\Release folder of your soultion.

order flowers

No comments:

Post a Comment