Hi,
I'm using an AT91SAM9261-EK board. I'm trying to use the directdraw API. I include the Microsoft examples in my NK.bin. All goes fine! When I start one of this I have this error:
Code:
DDGPEGetPixelFormatFromSurfaceDesc returned DDERR_UNSUPPORTEDFORMAT
593902 PID:400002 TID:12f000e DDGPECreateSurface ERROR - DDERR_UNSUPPORTEDFORMAT (0x88760218)
593918 PID:da002e TID:12f000e GWES Hook fails surface creation. IDirectDraw::CreateSurface fails.
593935 PID:da002e TID:12f000e DDEX2: CreateSurface FAILED
Is DirectDraw supported for my board? How can I resolve this problem?
Thanks for all.