Writing for 32-bit Windows XP on 64-bit Windows 7

Started by
4 comments, last by polyfrag 11 years, 3 months ago

How do I compile 32-bit (x86) executables on 64-bit (x64) Windows 7 in Visual Studio? The option for x86 is missing in Configuration Manager.

Or what other compiler can I use?

I need a friend who uses 32-bit Windows XP to run my application.

Advertisement

What version of Visual Studio? It's called Win32 in VS, not x86, in the configuration manager.

That's weird. But then why is it saying that it's not a valid .EXE file on his computer?

I'm using Visual Studio C++ 2012 Express.

Windows XP wasn't supported as target in Visual Studio 2012. They have released some patches for this anyway so you might want to google for that.

Stefano Casillo
TWITTER: [twitter]KunosStefano[/twitter]
AssettoCorsa - netKar PRO - Kunos Simulazioni

Thanks. Found it.

http://blogs.msdn.com/b/vcblog/archive/2012/11/26/visual-studio-2012-update-1-now-available.aspx

This topic is closed to new replies.

Advertisement