directdraw

Fernando
Hello,
did anyone use directdraw or other graphic library faster than gdi already?
I cant make a directdraw app in vbnet for wince, because I cant find
direcdraw libraries in my sdk... maybe I'm missing something in platform
builder?

Thank you all
Fernando

yopo
Hi Fernando,

probably this is not useful to you, but i'm doing some investigation about
video reproduction in winCE 6.0 R3 (mini2440) and with Windows Media Player
I can't get enough fluency, but when I do this with other software, TCPMP,
it improves a lot video reproduction, using directdraw (with GDI... not
:P). The source codes are available looking in google; very soon i'm going
to check that files in order to find that "magic piece of code" that let to
this software play smooth.

Hey, give me again your msn, i cannot find old topic where you gave me it
:P

See you!
Leo

Fernando
hi yopo!
my msn: ferblaha@hotmail.com

In my application I have to draw some graphics (curves) that I obtain
online from the serial ports, and with GDI is really slow...

That's why I'm looking for a faster alternative to GDI.

Thanks!
Fernando

Fernando
Searching the web, I found that directdraw is not supported for wince...
but Directx/Direct3D is... now I'm making my first tests to see how it
works.