Hello,

I have a kernel mode driver project and use VS2005 to build this
driver. I want to generate logs from this driver and want to use WPP
for that reason.

I am having diffuclty in defining RUN_WPP preprocessor within VS2005
build settings.

If anyone has done similar from VS2005, please part your knoweldge with
me.

Thanks
Brijesh

Re: Using WPP in kernel mode drivers that are build using VS/VS2005 by Don

Don
Wed Sep 06 13:19:02 CDT 2006

Well building a driver that way is really stupid. So I would recomend you
look at ddkbuild so you can use the VS environement but use a way that is
blessed and will allow WPP tracing.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
http://www.windrvr.com
Remove StopSpam from the email to reply



<mishra.brijesh@gmail.com> wrote in message
news:1157566495.685406.15550@d34g2000cwd.googlegroups.com...
> Hello,
>
> I have a kernel mode driver project and use VS2005 to build this
> driver. I want to generate logs from this driver and want to use WPP
> for that reason.
>
> I am having diffuclty in defining RUN_WPP preprocessor within VS2005
> build settings.
>
> If anyone has done similar from VS2005, please part your knoweldge with
> me.
>
> Thanks
> Brijesh
>



Re: Using WPP in kernel mode drivers that are build using VS/VS2005 by Maxim

Maxim
Wed Sep 06 13:23:22 CDT 2006

VS2005 builds of the drivers are not supported. Switch to BUILD.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

<mishra.brijesh@gmail.com> wrote in message
news:1157566495.685406.15550@d34g2000cwd.googlegroups.com...
> Hello,
>
> I have a kernel mode driver project and use VS2005 to build this
> driver. I want to generate logs from this driver and want to use WPP
> for that reason.
>
> I am having diffuclty in defining RUN_WPP preprocessor within VS2005
> build settings.
>
> If anyone has done similar from VS2005, please part your knoweldge with
> me.
>
> Thanks
> Brijesh
>


Re: Using WPP in kernel mode drivers that are build using VS/VS200 by HarryGraham

HarryGraham
Thu Sep 07 12:50:03 CDT 2006

"Maxim S. Shatskih" wrote:

> VS2005 builds of the drivers are not supported. Switch to BUILD.
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> maxim@storagecraft.com
> http://www.storagecraft.com

You should check out DDKBUILD at hollistech.com, it makes using VS2005 for
driver builds a breeze.

Harry