Mark
Tue Feb 15 06:35:16 CST 2005
Rich S. wrote:
> Thank you, Steve, for your very helpful reply. Beginner's information is
> rather hard to come by for writing drivers.
>
However Steve's advice is, in my opinion and that of many others, the
wrong way to go.
The DDK comes with its own compiler toolset, which toolset you just
avoided using by following the given advice. There is a reason why the
ddk comes with its own tools - these are the tools tested and approved
for building drivers. Perhaps you should consider using them.
There is a way to build drivers in visual studio using the DDK supplied
tools. Use External Makefile projects for your driver projects. Point
the external makefile project at a shell script that will invoke the ddk
build tools to build your driver. Documentation (for VS6 but it easily
translates to VS.NET) and the infamous ddkbuild.bat are located on my
web site at
http://www.hollistech.com
--
=====================
Mark Roddy DDK MVP
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com