Re: platform SDK



"Ben Voigt [C++ MVP]" wrote:
If you build an application that uses the Windows API, you would
need the SDK, but your users wouldn't.

Same is true of the CRT. You need the Windows SDK to build the
CRT, but not to use it. At least that's the case in DLL form.
If you statically link, you are essentially performing the last
step in building the CRT, so you'd still need the SDK (for the
import libraries).

Ah, now I understand what you mean. I don't have EE at hand right
now to verify whether it allows to link with CRT statically.
However, according to the following article EE includes core PSDK
components:

"Visual C++ Editions"
http://msdn2.microsoft.com/en-us/library/hs24szh9.aspx

Alex


.



Relevant Pages

  • Re: platform SDK
    ... Alex Blekhman wrote: ... need the SDK, but your users wouldn't. ... Same is true of the CRT. ... according to the following article EE includes core PSDK ...
    (microsoft.public.vc.language)
  • Static linkage and libraries
    ... Now, I'm currently using the single-threaded CRT, meaning this is libc.lib; and if I switch to multithreaded CRT, the above warning goes away. ... the warning comes back when I use the multithreaded DLL. ... My question is, assuming I'd like to use the multithreaded DLL, and I use /NODEFAULTLIB:libcmt, can this cause problems with this SDK that's using libcmt? ...
    (microsoft.public.vc.language)
  • Re: HOWTO: get some of the "not included" stuff when using the Visual C++ Compiler Tookit
    ... Trying to use the 64-bit versions of ATL and MFC that ship with the Platform ... SDK with a 32-bit compiler will simply not work. ... > files and you will have usable versions of the matching CRT obj files. ...
    (microsoft.public.vstudio.general)
  • Re: HOWTO: get some of the "not included" stuff when using the Visual C++ Compiler Tookit
    ... Trying to use the 64-bit versions of ATL and MFC that ship with the Platform ... SDK with a 32-bit compiler will simply not work. ... > files and you will have usable versions of the matching CRT obj files. ...
    (microsoft.public.vstudio.development)
  • Re: Download Visual Studio Express 2008 now
    ... line only) Windows SDK. ... The windows sdk is a free download. ... The primary "difference" is the CRT version that it ships with. ... one difference is whether it ships with a compiler at all. ...
    (comp.lang.python)