As long as you keep the paths you are using straight in your build, it
should. I personally, have not seen an admonition that you cannot have \DDK
(NT4) and \NTDDK on the same HDD. Obviously, you want to make sure that NT4
does not use \NtDDk and vice verse.
Since my drivers currently have an NT 4 version and a 2000 version, it is
common for me to have 2 instances of Visual Studio running, building both
versions, as well as 2 instances of WinDbg running debugging the current sys
files. If you use BUILD, then a DDK command line for ether NT 4 or 2000
should do the same as my Visual Studio projects.
Gary G. Little
Broadband Storage, Inc.
xxxxx@broadstor.com
xxxxx@inland.net
(949) 7372731
-----Original Message-----
From: Shaun Ruffell [mailto:xxxxx@tenpennies.com]
Sent: Monday, December 03, 2001 5:21 PM
To: NT Developers Interest List
Subject: [ntdev] RE: NT Vs 2000
I probably misunderstood the question…
But…you can have both DDKs installed at the same time on the same
computer without problem? For some reason (I forget why) I thought I read
that this was frowned upon. This would greatly simplify things for me,
because now I boot to a separate partition when I need to compiled older
style drivers.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Gary Little
Sent: Monday, December 03, 2001 4:57 PM
To: NT Developers Interest List
Subject: [ntdev] RE: NT Vs 2000
You compile an NT4 driver with the NT4 ddk, usually in \DDK.…
You compile a 2000 driver with the 2000 DDK, usually in \NtDDK.…
You do NOT compile an NT 4 driver with the 2000 DDK or vice verse, unless
you enjoy doing that kind of thing; e.g. an exercise in futility.
An NT 4 driver, properly built with the proper DDK will in most cases (not
all however) run under 2000 and XP, once the services entry in the registry
has been setup correctly.
Gary G. Little
Broadband Storage, Inc.
xxxxx@broadstor.com
xxxxx@inland.net
(949) 7372731
You are currently subscribed to ntdev as: xxxxx@broadstor.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com