Graf Zahl
Why don't I have a custom title by now?!
Posts: 5539
Registered: 01-03 |
Quasar said:
Some XP boxes will not run programs compiled with Visual Studio 2008, particularly ones lacking an up-to-date .NET installation.
That's news to me. For managed code, yes, obviously, but does straight machine code even once call into the .NET runtime?
I think if you link statically to the C runtime library this issue will go away. From the looks of it this is the only piece of code that might impose such a restriction.
I've been running VS2008 compiled code on an XP installation that hasn't been updated for 3 years now without any problems.
|