WDK 8 and linking against msvcrt.dll

One of the nice things about the current WDK is that it’s possible to
build applications that link against the old msvcrt.dll that comes with
Windows, avoiding the need to distribute a copy of the crt (i.e. just by
building applications using the WDK instead of Visual Studio).

Since everything will use the new toolset I’m guessing that option will
disappear in WDK 8?


Bruce Cran

Yes, you have to use the vs crt

d

debt from my phone


From: Bruce Cran
Sent: 3/10/2012 1:00 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] WDK 8 and linking against msvcrt.dll

One of the nice things about the current WDK is that it’s possible to
build applications that link against the old msvcrt.dll that comes with
Windows, avoiding the need to distribute a copy of the crt (i.e. just by
building applications using the WDK instead of Visual Studio).

Since everything will use the new toolset I’m guessing that option will
disappear in WDK 8?


Bruce Cran


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Which is why I never ever use dynamic linking for anything built with
VS. Just say no, accept the bloat, and don’t worry about it.

Mark Roddy

On Sat, Mar 10, 2012 at 4:00 PM, Bruce Cran wrote:
> One of the nice things about the current WDK is that it’s possible to build
> applications that link against the old msvcrt.dll that comes with Windows,
> avoiding the need to distribute a copy of the crt (i.e. just by building
> applications using the WDK instead of Visual Studio).
>
> Since everything will use the new toolset I’m guessing that option will
> disappear in WDK 8?
>
> –
> Bruce Cran
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer

+1

Exactly
On Mar 11, 2012 1:26 PM, “Mark Roddy” wrote:

> Which is why I never ever use dynamic linking for anything built with
> VS. Just say no, accept the bloat, and don’t worry about it.
>
> Mark Roddy
>
>
>
> On Sat, Mar 10, 2012 at 4:00 PM, Bruce Cran wrote:
> > One of the nice things about the current WDK is that it’s possible to
> build
> > applications that link against the old msvcrt.dll that comes with
> Windows,
> > avoiding the need to distribute a copy of the crt (i.e. just by building
> > applications using the WDK instead of Visual Studio).
> >
> > Since everything will use the new toolset I’m guessing that option will
> > disappear in WDK 8?
> >
> > –
> > Bruce Cran
> >
> > —
> > NTDEV is sponsored by OSR
> >
> > For our schedule of WDF, WDM, debugging and other seminars visit:
> > http://www.osr.com/seminars
> >
> > To unsubscribe, visit the List Server section of OSR Online at
> > http://www.osronline.com/page.cfm?name=ListServer
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>