Re: platform SDK
- From: "Alex Blekhman" <tkfx.REMOVE@xxxxxxxxx>
- Date: Fri, 21 Mar 2008 16:11:23 +0200
"Ben Voigt [C++ MVP]" wrote:
There is no such thing as "standard API".
There most certainly is, but it's completely orthogonal to the
Platform SDK (now renamed Windows 2008 SDK I think).
There is standard C Run Time library and C++ library. Also, there
is standard Windows API according to ECMA-234. However, I think
that OP means Win32 API functions from current PSDK.
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.
Alex
.
- Follow-Ups:
- Re: platform SDK
- From: Jim Johnson
- Re: platform SDK
- From: Ben Voigt [C++ MVP]
- Re: platform SDK
- References:
- platform SDK
- From: Jim Johnson
- Re: platform SDK
- From: Alex Blekhman
- Re: platform SDK
- From: Ben Voigt [C++ MVP]
- platform SDK
- Prev by Date: Re: calling DLL
- Next by Date: Re: calling DLL
- Previous by thread: Re: platform SDK
- Next by thread: Re: platform SDK
- Index(es):
Relevant Pages
|