multimedia with WM5

Hi,

I am trying to use WMP10 on window mobile 5.0 from c++ and would like to know if I need to install WMP 10 SDK

Reference to other useful link or thread related to this topic would be great.

cheers,




Answer this question

multimedia with WM5

  • VoiceOfExperience

    Yes, install the WMP10 SDK. The type libraries are compatible in that they use the same GUIDs. WMP10 Mobile simply does not implement some of the interfaces or methods/properties, so you need to watch for E_NOINTERFACE when doing QI or E_NOTIMPL when calling a method or getting/setting a property. Also the documentation includes references to WMP10 Mobile and whether the particular functionality is supported on it

  • jimoctezuma

    Thanks Alex for your reply. Is there any simple vc2005 project/solution that uses the WMP10 SDK from C++



  • multimedia with WM5