Building NT4 & 2K on the same system

Hi,
I’m building on a system with
2K ddk and everything is steady.
Currently I need to build an NT4
driver.

Do I need to install the NT4 DDK
and then how do I tweak all these
environment settings, or this is
bad Idea ?

Any input would be helpfull.
Thanks, Tom.

Hi Tom!

You need to install ddk (in my case nt4.0 1997) and you need to change
environment settings for the files ddk.h etc.
You also need to change the environment settings for libraries.

Vysyaraju Dali Raju


Vysyaraju Daliraju, / Systems Software Engineer
SBS Technologies, 8371C Central Ave. / Newark, CA 94560
Phone: 510-742-2570 / Fax: -2501 / EMail: xxxxx@sbs.com
mailto:xxxxx

-----Original Message-----
From: Tomer Goldberg [mailto:xxxxx@royatech.com]
Sent: Monday, September 30, 2002 11:57 AM
To: NT Developers Interest List
Subject: [ntdev] Building NT4 & 2K on the same system

Hi,
I’m building on a system with
2K ddk and everything is steady.
Currently I need to build an NT4
driver.

Do I need to install the NT4 DDK
and then how do I tweak all these
environment settings, or this is
bad Idea ?

Any input would be helpfull.
Thanks, Tom.


You are currently subscribed to ntdev as: xxxxx@sbs.com
To unsubscribe send a blank email to %%email.unsub%%</mailto:xxxxx>

After it is installed most of the environment settings are done when you launch either the checked or free build command prompts.

“Tomer Goldberg” wrote in message news:xxxxx@ntdev…
>
>
>
> Hi,
> I’m building on a system with
> 2K ddk and everything is steady.
> Currently I need to build an NT4
> driver.
>
> Do I need to install the NT4 DDK
> and then how do I tweak all these
> environment settings, or this is
> bad Idea ?
>
> Any input would be helpfull.
> Thanks, Tom.
>
>
>

> Do I need to install the NT4 DDK

and then how do I tweak all these
environment settings, or this is
bad Idea ?

Dunno, I also installed NT4 DDK first, w2k DDK next.

NT4 DDK needs SETENV.BAT from Platform SDK. I can send you this tiny
file if you want.

Max

I rem’ed out the call to setenv.bat. It is also a good idea to put ‘set
include=’ in the very end of nt4ddk\bin\setenv.bat. Also if you want to
build drivers with NT4 DDK and Visual Studio .NET compiler you will have to
fix nt4ddk\inc\makefile.def (along with some other makefiles) for they use
some obsolete linker options (this is not absolutely neccessary but linker
annoys with warnings if you leave the thing as they are).

I can send fixed files along with my own .bat files for setting up the
environment.

-htfv

----- Original Message -----
From: “Maxim S. Shatskih”
To: “NT Developers Interest List”
Sent: Tuesday, October 01, 2002 3:26 AM
Subject: [ntdev] Re: Building NT4 & 2K on the same system

> > Do I need to install the NT4 DDK
> > and then how do I tweak all these
> > environment settings, or this is
> > bad Idea ?
>
> Dunno, I also installed NT4 DDK first, w2k DDK next.
>
> NT4 DDK needs SETENV.BAT from Platform SDK. I can send you this tiny
> file if you want.
>
> Max
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@vba.com.by
> To unsubscribe send a blank email to %%email.unsub%%
>