exe file in VS2005

Started by
4 comments, last by DesignerX 17 years, 1 month ago
After building my project where can I find application's executable file ?? I'm using VS2005 express edition. thx.
There is nothing that can't be solved. Just people that can't solve it. :)
Advertisement
It's probably in My documents --> visual studio projects --> "your project here" --> debug/release folder

Hope I've been able to help,
Jeroen
Moved to For Beginners.
I searched debug and release and didn't fint it.
In VC6 it was in the debug directory but with VS2005 its not.

any ideas ?
There is nothing that can't be solved. Just people that can't solve it. :)
Go to: Project->Properties->Configuration Properties->Linker->General and look at the Output File entry. That will have the path of the compiled project (exe).
Thx, found it :)

There is nothing that can't be solved. Just people that can't solve it. :)

This topic is closed to new replies.

Advertisement