Re: platform SDK



"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


.



Relevant Pages

  • Re: Some broad questions
    ... Windows Embedded Manager ... SDK stands for "Standard development kit". ... specific platform. ...
    (microsoft.public.windowsce.embedded)
  • Re: Screen rotation in CE.NET 4.1 and where to download CE.NET 4.1 SDK?
    ... SDK for the device and the standard SDK's are not the correct way to ... Windows CE Multimedia and Graphics ... >> I cannot confirm whether it support rotation as yet, ...
    (microsoft.public.windowsce.app.development)
  • Re: Standard SDK 500 seems to be missing locale header
    ... particularly standard template library, is very poorly supported. ... do any better with VS2005, either, at least for Windows CE 5.0-based ... locale is not part of the Windows CE SDK for the device, ... number of things that were previously the province of the SDK and turned ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: OpenGL sdk downloads
    ... to download open gl sdk for windows. ... If you grab the Visual Studio 2005 Express Edition from ... http://msdn.microsoft.com/vstudio/express/ and the platform SDK from ...
    (comp.games.development.programming.misc)
  • Re: platform SDK
    ... Platform SDK (now renamed Windows 2008 SDK I think). ... There is standard C Run Time library and C++ library. ...
    (microsoft.public.vc.language)