Re: Using DDK with previous version of VC by Pavel
Pavel
Wed Mar 16 22:14:07 CST 2005
Win9x is a special case. It is obsolete and tools for it are no longer maintained,
so VS6 and win98 DDK is all you got.
(btw, have you noticed that new PCs no longer have the "turbo off" button to run DOS programs?)
The name of Win2003 DDK is a bit deceiving - it supports all systems
listed in it's release notes (not just w2003), if you properly set up the environment as documented.
--PA
"Jason Tost" <no-spam-32-jason@aspenmt.com> wrote in message news:#QgFOkoKFHA.3552@TK2MSFTNGP12.phx.gbl...
> Ok, I read the release notes for the Win2k3 DDK, and it claims that DDK
> examples should not be compiled on a previous version of the compiler
> than what the DDK was written for. However it also says that for
> Win98/ME drivers there are cases where the driver MUST be compiled using
> VC6, because a later compiler simply will fail.
>
> Does this mean that in order to compile drivers at all you must use the
> version of the compiler that the DDK is written in? Can I build a
> driver for 2K or XP using VC6 and the Win2K3 DDK?
>
> TIA