Re: What is Windows XP SP2 Platform SDK

From: Carl Daniel [VC++ MVP] (cpdaniel_remove_this_and_nospam_at_mvps.org.nospam)
Date: 03/27/05


Date: Sat, 26 Mar 2005 19:21:09 -0800

Ioannis Vranos wrote:
> Jonathan Wilson wrote:
>
>> 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!

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

-cd



Relevant Pages

  • Re: Borland C++BuilderX
    ... Mostly, programmers do not worry about the contents of header files, ... the rest of the source code that I provide but use the full name when I ... The next two lines of our program are instructions to the compiler to ... object code files and libraries. ...
    (alt.comp.lang.learn.c-cpp)
  • Re: About libraries and headers
    ... Libraries aren't a C concept, they are an operating system concept. ... Borland compiler has a facility to "pre-compile" header files where it ... typedef double MyType; ...
    (comp.lang.c)
  • Re: msvcr71.dll necessary? - Re: Which compiler will Python 2.5 / Windows (Intel) be built with
    ... Windows Update Process. ... you need the corresponding set of header files and libraries. ... Microsoft does not provide import libraries for msvcrt4.dll anymore. ... of the compiler becomes irrelevant. ...
    (comp.lang.python)
  • Re: How do header files work?
    ... writing the standard libraries. ... libraries - and distribute the libraries or object files with their ... compiler can look for syntax problems .. ... in don't somehow match what their respective header files said - then ...
    (comp.lang.cpp)
  • Re: Problems using Boost, Pls Advise
    ... Most libraries consist of two parts: header files, ... You need to tell your compiler how to link in the binary library ... So your link command line should look something like this: ...
    (comp.lang.cpp)