stupid and simple

alright this is gonna seem really dumb but, I am finished with my program and have debugged it. i now want to see it as an .exe but i cant seem to find it. i am on Windows XP and Microsoft Visual Express. I have gone under explorer and can can run it from the debug file under visual/projects/projectname etc. but somehow i dont feel confident that this is the final program. if you could help that would be greatly appreciated.
"projects/projectname/Debug/projectname.exe" I think is the default path.

Of course you should do a Release build and use the exe in the "/Release/" directory if you plan on giving it to anyone (smaller, faster).

If you still can't find it just run a search in Explorer for projectname.exe. If you're able to run the program from the debugger, then the exe MUST exist somewhere.
Topic archived. No new replies allowed.