No EXE file created in VC Express Edition
Hi, I'm having problem with the Visual C++ 2005 express edition. I'm creating WIN32 console program this edition. I couldn't find my exe file after successfully compiler my program. I have no problem with the projects that I created with the Beta 2 edition. Is there any setting I need t o set in the current edition?
Hi,
How about your BuildLog.htm file? Did you get the following information in the OUTPUT window?
Build log was saved at "
file://c:\My Documents\Visual Studio 2005\Projects\classerrror\classerrror\Debug\BuildLog.htm"
classerrror - 0 error(s), 0 warning(s)
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
If you did, check the directory in red.
Hope this helps.