flyingfly
2010-07-19 05:58:30 UTC
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.
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.