I originally started a project in Visual C++ 2010, which was an empty/Blank project. How do I convert this to a Win32 project so that there is no console ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You're looking for the
Be sure to get both the Debug and Release configurations (or, leave the console enabled for Debug builds and send some useful information there) |
|||||
|
