Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Making a .exe in Visual Studio 2008

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

like image 259
Bramble Avatar asked Dec 09 '22 19:12

Bramble


2 Answers

Try using the Win32 Console Application type in the New C++ wizard. Building this will produce a native C++ executable application.

like image 64
JaredPar Avatar answered Dec 22 '22 18:12

JaredPar


http://www.youtube.com/watch?v=Bb7sxUNuFe4

like image 27
Dale Avatar answered Dec 22 '22 18:12

Dale