Taget operating system
-
Hi, With Visual Studio 2008, how can I specify the operating system for who I will compile my application? I develop under Vista but I want to utilize on XP. Thanks, Claude
-
Hi, With Visual Studio 2008, how can I specify the operating system for who I will compile my application? I develop under Vista but I want to utilize on XP. Thanks, Claude
-
Hi, With Visual Studio 2008, how can I specify the operating system for who I will compile my application? I develop under Vista but I want to utilize on XP. Thanks, Claude
You could put this in your StdAfx.h file:
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0500
#endifUse version > 0x0400 otherlise you will get a compile error in VS2008.
The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.