Re: Dual DDK? by David
David
Wed Jul 30 19:14:31 CDT 2003
I keep several DDKs on my system. Some of them were copied from an
installed version so I could uninstall it, but still retain the files. I
have 98, NT4, W2K, XP, and .NET all on one drive. I use the XP SP1 IFS Kit
for all W2K and XP drivers. I haven't done any 9x drivers for a while, but
I would probably use VtoolsD and the 98 DDK if needed. I name the
directories as: DDK98, DDK03, DDKXP, DDKNT4, and DDKW2K. I use CodeWright
with batch files that permit me to compile any driver or utility with the
appropriate DDK, SDK and compiler as needed. I use BASEDIRXP to point to
the correct DDK and for all the other versions I have similar names. The
batch files then set BASEDIR to the value in BASEDIRXP, ... as needed and
then the path, include, and lib directories are initialized correctly. Much
easier than doing it the hard way.
"Mark Roddy" <mroddy@tellink.net> wrote in message
news:rhmgivg9aar3gp152vmr4pscd19prcpeok@4ax.com...
> On Wed, 30 Jul 2003 19:23:52 GMT, Nick Ryan <nryan@nryan.com> wrote:
>
> >No need to... the latest DDK has build environments for 2k, XP and 2k3.
> >
>
> OK, but there might be a need, as in the OP's development organization
> has frozen a specific ddk toolset for a specific version of their
> software. The answer is yes, all of the w2k and later ddks cohabitate
> well together. It is possible, although painful, to also have the nt4
> ddk installed and (semi) functional on the same machine.
>
> >Sean Whitesell wrote:
> >
> >> Can the XP sp1 DDK reside on the same box as the Win 2000
> >> DDK? I haven't received the XP DDK yet so I wanted to
> >> prep my computer prior to installation.
> >>
> >> Thanks.
>
>
>
>
> =====================
> Mark Roddy
> Windows XP/2000/NT Consulting, Microsoft DDK MVP
> Hollis Technology Solutions 603-321-1032
> www.hollistech.com
> markr@hollistech.com
> For Windows Device Driver Training: see www.azius.com