Bramble
Bramble

Reputation: 1395

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

Upvotes: 4

Views: 534

Answers (3)

mmmmmm
mmmmmm

Reputation: 32720

See msdn visual studio tutorial

Upvotes: 1

JaredPar
JaredPar

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

Related Questions