Reputation: 1395
Could anyone be kind, and tell me how to make a exe file in visual studio 2008 for a win32 console based, c++ program? Thanks
Upvotes: 4
Views: 534
Reputation: 755457
Try using the Win32 Console Application type in the New C++ wizard. Building this will produce a native C++ executable application.
Upvotes: 10