32bit Build in Visual Studio 2012

I read in another thread that in order to make exe applications run on a 32bit OS, you need to go into the properties of your program and change Target CPU to x86. I've done this and for some reason, I still get an invalid win32 error when I try running it in Windows XP. I would post a picture but I don't have enough rep, so I hope you get what I'm trying to say!


I had your exact same problem, take a look here How to compile for Win XP with Visual Studio 2012?

Basically, VS 2012 does not support Windows XP, so you need to download & install CTP Update if you want your program to work in that OS.

Once installed, you need to change this option in your project properties:

项目属性

Hope this helps.

链接地址: http://www.djcxy.com/p/65488.html

上一篇: 在Web服务呼叫响应中自动填写文本

下一篇: 32位版本在Visual Studio 2012中生成