vs2005 + .net compact framework 2.0

C

cmk128

Hi
I am using visual studio 2005 to develop my windows mobile 5.0 app,
but i can only include this reference "using
Microsoft.WindowsMobile.DirectX;".
It doesn't have directdraw?
thanks
from Peter ([email protected])
 
G

Guest

Hi Peter,

IIRC, only Direct3D has a managed API; DirectDraw and DirectShow are
native-only APIs.
 
G

Guest

I am not aware of any wrappers for these items. What is your goal here? Per
chance would using the Windows Media Player component suffice?
 
C

cmk128

Nino Benvenuti 寫é“:
I am not aware of any wrappers for these items. What is your goal here? Per
chance would using the Windows Media Player component suffice?

I found that GDI+ is too slow for drawImage, so i want to use
DriectDraw to put a image on the screen .
thanks
from Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top