Hi All,
I am working on porting my GPE enabled display driver from WinCE 5.0
to WinCE 6.0. I like to know is there any changes applicable to GPE
part of my display driver for this migration?
I successfully compiled the GPE enabled display driver for CE 6.0. Now
to test this I am running the GDI Interface test of WCETK on CEPC with
CE 6.0. But while running this test I am getting following capabiltiy
bits enabled for my device
Capability RASTERCAPS = 75777
RC_BITBLT
RC_ROTATEBLT
RC_STRETCHBLT
RC_STRETCHDIB
Currently the test is failing and I doubt because I am getting this
extra bit (RC_ROTATEBLT) bit enabled. I want to disable this.
Can anyone explain me what this bits are and from where they come and
how can i enable or disable particular bit?
Here I am having doubt on RC_ROTATEBLT. How I can disable this? I am
not getting any info on this on net or MSDN. All the capability bits
are listed in MSDN under GDIINFO struct but not RC_ROTATEBLT. Why is
it so?
Thanks,
Vikas