Hi All,
My WDM driver needs to access .h files generated by
some user mode clients.Those files generated using
MIDL (Microsoft interface definition language)
and includes rpc.h and some other user mode header
files.
The problem is whenever I include the above header
files I am getting lot of compilation errors. Since
those header files using some user mode defined files.
Is there a mechanism to solve this problem? please let
me know. IS IT POSSIBLE TO ACCESS SOME COM WINDOWS
USER MODE HEADER FILES IN THE DRIVER?
Thanks.
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
Tom Pr wrote:
My WDM driver needs to access .h files generated by
some user mode clients.Those files generated using
MIDL (Microsoft interface definition language)
and includes rpc.h and some other user mode header
files.
The problem is whenever I include the above header
files I am getting lot of compilation errors. Since
those header files using some user mode defined files.
Is there a mechanism to solve this problem? please let
me know. IS IT POSSIBLE TO ACCESS SOME COM WINDOWS
USER MODE HEADER FILES IN THE DRIVER?
The only thing I can suggest is that you define dummy types one by one
until you eliminate the errors.
–
Walter Oney, Consulting and Training
Basic and Advanced Driver Programming Seminars
Now teaming with John Hyde for USB Device Engineering Seminars
Check out our schedule at http://www.oneysoft.com