Build app to run in 32-bit or 64-bit mode

Project Properties > Configuration Properties > Linker > Advanced > Target Machine

Copying Files When Building

Goto project properties -> configuration properties -> build events -> post build event and change the command line with: (more…)

Target Platform

C++ does not have the Target Platform target option found in VB and C# because it is compiled to machine code that is platform specific.  Therefore the AnyCPU (as opposed to x64 and x86 options) isn’t available.

(more…)