views:

20

answers:

1

Hi, For drawing graphics on WinCE emulator in visual studio 2008, currently i am trying to use GDI in VC++. is it possible to use OpenGL for drawing on WinCE platform ?

+1  A: 

No.

However, OpenGL ES is doable. You can use Vincent if your device doesn't have hardware support.

genpfault