Hello all,
I have this function in my driver
HalFlipToGDISurface( LPDDHAL_FLIPTOGDISURFACEDATA pd ) and the same
function is present in public/common/oak but while building my driver
it gives error
error C2065: 'LPDDHAL_FLIPTOGDISURFACEDATA' : undeclared identifier
why this error comes same header files are included in both the files.

Thanks

Re: display by Luca

Luca
Wed Feb 06 02:15:52 PST 2008

Are you including ddrawi.h before ddhfuncs.h in your driver?

--

Luca Calligaris
www.eurotech.it

"nihar" <niharrou@gmail.com> ha scritto nel messaggio
news:21f48735-c45d-4fab-94aa-2f4d89dcca1c@d21g2000prf.googlegroups.com...
> Hello all,
> I have this function in my driver
> HalFlipToGDISurface( LPDDHAL_FLIPTOGDISURFACEDATA pd ) and the same
> function is present in public/common/oak but while building my driver
> it gives error
> error C2065: 'LPDDHAL_FLIPTOGDISURFACEDATA' : undeclared identifier
> why this error comes same header files are included in both the files.
>
> Thanks