Hi
I am writing an MFC application for Win Ce6. In that application I want to use windows media player ActiveX control .
My code gets compiled perfectly but after deploying application on target if I run the application it gives following errors
& warnings
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CoCreateInstance of OLE control {6BF52A52-394A-11D3-B153-00C04F79FAA6} failed.
>>> Result code: 0x80040154
>>> Is the control is properly registered?
Warning: Resource items and Win32 Z-order lists are out of sync. Tab order may be not defined well.
---------------------------------------------------------------------------------------------------------------------------------------------
Please help me to solve this problem.
Thanks & regards,
Jay