News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Plat form SDK

Started by anuradha, July 12, 2007, 08:58:42 AM

Previous topic - Next topic

anuradha

hi people
can any one tell me where can i download plat form SDK??
is there any  direct link for it??
thanks :P


anuradha

hey vortex
first thankx for the reply... :U
is there any link for windows XP???
thankx :U

zooba

All Platform SDKs cover every operating system up until the one they are named after. The most recent is the Windows SDK for Windows Vista. In C/C++ preprocessor defines are used to indicate which OS is the minimum you wish to support (through the WINVER or _WIN32_WINNT preprocessor variables).

A little tip, the Windows 2003 Server edition has a considerably faster documentation browser, so if you're not running a top end machine I'd recommend that one. Nothing in XP has changed as far as the SDKs are concerned (indeed, once something about an OS is in an SDK, it can never be changed), but if you want to design for (example) W2K3 Server, you need at least the edition with that name.

Potentially better description on the Wikipedia page.

Cheers,

Zooba :U

anuradha

Thanks zooba Thank you very much
it's  really help   :U :U

Vortex

Another option : Windows Server 2003 PSDK Full Download with Local Install

http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm

MichaelW

And IIRC the February 2003 version from the full download is the only one that will work under Windows 98/ME.
eschew obfuscation