Don
Tue Dec 11 06:28:17 PST 2007
Are you building the driver with the WDK BUILD tool and environment? If not
you are doomed, since even if you get a clean compile it may not work.
Most people start with a driver sample, then rip out the guts of the sample
and put in the code that is desired.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website:
http://www.windrvr.com
Blog:
http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"zonhai.won" <zonhai.won@gmail.com> wrote in message
news:%23wDp$3$OIHA.5720@TK2MSFTNGP04.phx.gbl...
> Hi all,
> when I include wdm.h in my .c file and then
> compile the project, for example in the source
> file in the ddk src directory. I will get a lot
> of error and warning, why and how can I solve
> this problem?
>