Thread: C++ Compile
View Single Post
Old May 29th, 2005, 1:30 PM   #7
Klarre
Game engine designer
 
Klarre's Avatar
 
Join Date: May 2005
Location: Sweden
Posts: 301
Rep Power: 4 Klarre is on a distinguished road
What is the problem? Double click the .exe file as you usually do with your other programs.
* If you take a look in the project folder you created when setting up the project, there will be a Debug-folder. In there you will find your .exe file.
* Another way is to dir to your project folder via a console window and type the name of the .exe file, in the Debug folder.
* The most simple approach is to click Debug-menu -> Start, in Visual C++. Or press F5.

Did I got your question?

/Klarre
Klarre is offline   Reply With Quote