shafiul kabir maruf
shafiul kabir maruf

Reputation: 71

How to build in 64 bit using Visual Studio 2005?

I am using visual studio 2005 for C++ projects. I want to build this project in 64 bits. But there is no option in configuration manager. How I can build this in 64? It need to be built in Visual studio 2005.

Upvotes: 1

Views: 1333

Answers (2)

Existentialist
Existentialist

Reputation: 21

Setup VS 2005 -> Repair -> + in C++ Components - check the box x64 Tools

Upvotes: 2

congusbongus
congusbongus

Reputation: 14622

In project Properties > Linker > Advanced > Target Machine, choose "MachineX64"

Upvotes: 0

Related Questions