Re: platform SDK
- From: "Alex Blekhman" <tkfx.REMOVE@xxxxxxxxx>
- Date: Fri, 21 Mar 2008 20:52:11 +0200
"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
.
- Follow-Ups:
- 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]
- Re: platform SDK
- From: Alex Blekhman
- Re: platform SDK
- From: Ben Voigt [C++ MVP]
- Re: platform SDK
- From: David Wilkinson
- Re: platform SDK
- From: Ben Voigt [C++ MVP]
- platform SDK
- Prev by Date: Re: Designing thread-safe and high-throughput objects
- Next by Date: Re: platform SDK
- Previous by thread: Re: platform SDK
- Next by thread: Re: platform SDK
- Index(es):
Relevant Pages
|