What is Windows XP SP2 Platform SDK

J

Jonathan Wilson

This provides the latest header files, libraries, tools and examples for
windows development, including the items required to use new features in
Windows XP SP2 (like the new firewall functionality).

It does not come with a 32-bit compiler (only a 64-bit compler) however it
can be used with the Microsoft Visual C++ Toolkit 2003.
 
I

Ioannis Vranos

Jonathan said:
This provides the latest header files, libraries, tools and examples for
windows development, including the items required to use new features in
Windows XP SP2 (like the new firewall functionality).

It does not come with a 32-bit compiler (only a 64-bit compler) however
it can be used with the Microsoft Visual C++ Toolkit 2003.


Only the upcoming XP x64 will be able to run x64 applications. So the
intended audience for XP SP2 SDK is the 32-bit XP SP2 users. Under what
reason it comes with an 64-bit compiler? If the compiler itself is
64-bit, this means that no one can run it, if it produces 64-bit
executables, it means no one can run them!
 
I

Ioannis Vranos

Jonathan said:
This provides the latest header files, libraries, tools and examples for
windows development, including the items required to use new features in
Windows XP SP2 (like the new firewall functionality).

It does not come with a 32-bit compiler (only a 64-bit compler) however
it can be used with the Microsoft Visual C++ Toolkit 2003.


For VS 2003 integration, is the "Register PSDK Directories with Visual
Studio" Start menu option sufficient, or manual settings are also needed?


The documentation is very mixed up, since it refers to various versions
of SDKs (e.g. July 2002) and an older version of VS (7.0).
 
C

Carl Daniel [VC++ MVP]

Ioannis said:
Only the upcoming XP x64 will be able to run x64 applications. So the
intended audience for XP SP2 SDK is the 32-bit XP SP2 users. Under
what reason it comes with an 64-bit compiler? If the compiler itself
is 64-bit, this means that no one can run it, if it produces 64-bit
executables, it means no one can run them!

It's a 32 -> 64 bit cross-compiler.

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top