"flyingfly" <> wrote in message
news:76AE6EE2-6988-4D1C-A20C-
> srb.h(63): error C2061 : syntax error : identifier 'SCSI_PHISYCAL_ADDRESS'
Did you type that or copy/paste it? Note that "physical" is spelled wrong,
if you did a copy/paste of that then your header is trashed somehow.
-scott
--
Scott Noone
Consulting Associate
OSR Open Systems Resources, Inc.
http://www.osronline.com
"flyingfly" <> wrote in message
news:76AE6EE2-6988-4D1C-A20C-...
> Hi:
>
> I am writing a simple SCSI miniport driver for Windows XP, and I have the
> header files <SCSI.h> and <miniport.h>.
> But there are errors in <srb.h> during compilitation
>
> such as:
> srb.h(63): error C2061 : syntax error : identifier 'SCSI_PHISYCAL_ADDRESS'
> srb.h(63): error C2059 : syntax error : ';'
> srb.h(63): error C2059 : syntax error : ','
> srb.h(66): error C2061 : C requires that a struct or union has at least
> one
> member
>
> And there are huge amount of error, so that the last error i can see is :
> error C10003 : error count exceeds 100; stopping compilation
>
> I am so confused with these errors, can anyone help me to solve them?
>
> Much appreciate!
>
> PS: why there is no SCSI miniport sample drive in WDK, and my version is
> 7600.16385.1. it it really difficult to develop a SCSI miniport driver
> with
> just the documentaions.
>
>