• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can Visual Studio Express 2012 produce programs to be used on XP?

Homerboy

Lifer
I'm looking to install VS 2012 Express to develop a few, simple desktop applications to be used in our office. However I have a mixed environment of Windows 7 and XP.

Do the executables VS 2012 Express produces function on XP machines as well as Win7? I know that the compiler needs to be on Windows 7 or greater, which is fine as that is what I am running.

Thanks in advance.
 
Depends on what language you're talking about. Anything but c++ I don't see why it wouldn't run. For C++ programs, they are releasing an update to the MSVCRT that will allow you to target both xp and later. Right now its only Vista and later.
 
For C#/F#/VB.Net, it depends what version of .Net you target. I think XP supports up to 3.5 of the .Net framework? I dunno, should be easy to find out though.
 
Depends on what language you're talking about. Anything but c++ I don't see why it wouldn't run. For C++ programs, they are releasing an update to the MSVCRT that will allow you to target both xp and later. Right now its only Vista and later.

Yeah. After I posted, I did some digging, and I saw that pending update. I'd probably use VB.net as previous VS Basic 2010 programs I have done are in VB as well.

In reality I could just program with 2010 Express, but I figured if 2012 is out in the wild, may as well "upgrade" to that if I can.
 
Back
Top