Re: platform SDK



Ben Voigt [C++ MVP] wrote:
Or if you have the Express Edition, which includes only the
standard library and doesn't have the Windows SDK at all.
Of course it includes some subset PSDK. Otherwise it would have
been impossible to write anything working for Windows platform
with EE. Just grep for "#include <windows.h>" in CRT sources.

Nope. The runtime components are part of Windows, not part of the SDK.

Only if the CRT public headers #include <windows.h> would the Windows SDK be needed.

Ben:

Long ago I was very confused about the relationship/difference between the CRT and the PSDK. Now you are starting to confuse me again...

--
David Wilkinson
Visual C++ MVP
.



Relevant Pages

  • Re: platform SDK
    ... standard library and doesn't have the Windows SDK at all. ... Of course it includes some subset PSDK. ... between the CRT and the PSDK. ... Now you are starting to confuse me ...
    (microsoft.public.vc.language)
  • Re: LockResource() (How to obtain siez of data)
    ... > MVP - Windows SDK ... >> I try to load a user defined Resource from my EXE file. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Platform SDK: Windows Sockets
    ... John Phillips ... MVP - Windows SDK ... "Gisle Vanem" wrote in message ...
    (microsoft.public.win32.programmer.networks)
  • Re: programatically changing the gateway
    ... MVP - Windows SDK ... "BigMan" wrote in message ... > Hoy can I programatically change the gateway or other network connection ...
    (microsoft.public.win32.programmer.networks)
  • Re: Remotely viewing a desktop via TCP/IP?
    ... MVP - Windows SDK ... > My application should allow the user to view a remote desktop (TCP/IP ...
    (microsoft.public.vc.atl)