I am using VC++ 2008 and wonder, that if I have made a project. "Windows Forms Application" that only consist of an Emty Form.
I wonder how it is possible to Compile this so this will be an application.
I have searched around in the properties and found something called "Release".
I am not sure how the process is working to do this and if this is the way to do it.
Because when compiling this Project now called ex: "Form1" and if I copy this Folder from
"Visual Studio 2008\Projects" to my other computer, this program will not work on that computer.
The program works if it remains under /Project.
It seems that it needs VC++ to be on the computer.
So the question is how to make a Program Release I think ?