Building with Visual C++

Hello all,
Please, would you tell where I can find information about configuring
Visual C++ 5.0 to compile drivers.
Thank you.

Hi.

Look at this
article:http://www.osr.com/ntinsider/1996/IntegBuild/IntegBuild.htm
I’m using this technology with VC5 and VC6 as well.

Regards,
Shura

----- Original Message -----
From:
To:
Sent: Tuesday, June 13, 2000 1:16 AM
Subject: [ntfsd] Building with Visual C++

>
> Hello all,
> Please, would you tell where I can find information about configuring
> Visual C++ 5.0 to compile drivers.
> Thank you.
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@philips.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)

The best way I have found to do this, although it does require some
hand massaging of parameters, is to take the buildfre.log and buildchk.log
that
is generated from the “build” utility and paste the compiler and linker
flags
into MSVC project settings for debug and release appropriately.

You might have some include/linking path problems, but these also can be
resolved from the
.log file. Once you got that working, you can use the project like a normal
MSVC project.

Hope this helps,

John
----- Original Message -----
From: “Ratmil Torres Vargas”
To: “File Systems Developers”
Sent: Monday, June 12, 2000 4:04 PM
Subject: [ntfsd] Building with Visual C++

> Hello all,
> Please, would you tell where I can find information about configuring
> Visual C++ 5.0 to compile drivers.
> Thank you.
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@paceap.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>
>

Try using srctodsp.exe from numega.

----- Original Message -----
From: John Tobin
To: File Systems Developers
Sent: Tuesday, June 13, 2000 9:24 AM
Subject: [ntfsd] Re: Building with Visual C++

> The best way I have found to do this, although it does require some
> hand massaging of parameters, is to take the buildfre.log and buildchk.log
> that
> is generated from the “build” utility and paste the compiler and linker
> flags
> into MSVC project settings for debug and release appropriately.
>
> You might have some include/linking path problems, but these also can be
> resolved from the
> .log file. Once you got that working, you can use the project like a
normal
> MSVC project.
>
> Hope this helps,
>
> John
> ----- Original Message -----
> From: “Ratmil Torres Vargas”
> To: “File Systems Developers”
> Sent: Monday, June 12, 2000 4:04 PM
> Subject: [ntfsd] Building with Visual C++
>
>
> > Hello all,
> > Please, would you tell where I can find information about configuring
> > Visual C++ 5.0 to compile drivers.
> > Thank you.
> >
> >
> > —
> > You are currently subscribed to ntfsd as: xxxxx@paceap.com
> > To unsubscribe send a blank email to $subst(‘Email.Unsub’)
> >
> >
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@amiindia.co.in
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)