1

My development machine is Windows7, Visual Studio 2010. Can I build 32 bit configuration on Windows 7 machine?

Ullan
  • 1,311
  • 8
  • 21
  • 34
  • Somewhat related topic: Can I still develop 32-bit applications using a 64-bit machine? (http://stackoverflow.com/questions/1036380/can-i-still-develop-32-bit-applications-using-a-64-bit-machine) – yasouser Feb 16 '12 at 18:20

1 Answers1

4

Yes. Just set your Platform Target under Project Properties > Build as x86

Jeow Li Huan
  • 3,758
  • 1
  • 34
  • 52