Home > Archive > Smartphone Developer Forum > January 2006 > WMP not Register 80040154 window ce 5.0
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
WMP not Register 80040154 window ce 5.0
|
|
| smartslack 2006-01-20, 7:11 pm |
| Thanks for giving me quick response but with this question something I
want to put here because I have problem and again knowledge point of
view it has some importants.
TOOLS: evc++ 4.0, Winodws CE 5.0 Emulator(WMP embedded using PB 5.0).,
I've setup following files for wmp: wmpsdk10, wmpsdk9 and Windows Media
Player CE SDK.exe.
Query:
1.I found WMP.dll and WMP.ocx in desktop environment after WMP10sdk
installed. Is there such file exist in Windows CE (ceplayer.exe i can
see in it).Can I use this active X controls to build wmp application
for windows ce ??(because I'd tried and bit gave control not registered
run time error) so the reason for this may because of the active X are
made only for desktop. if it so then where can I have active X for
Windows CE. I tried to register these controls on Windows CE platform
after copy them but not success it is obvious.
2.I got some other sourcodes which uses some ATL technique and some MFC
technique where there is nothing like drag and drop ocx everything is
in code. but here again I got the error like "Error Code:80040154 " at
runtime.I found that this is because control not register error. Can
you tell me how to register control in Windows Ce. Is this cotrol
registered at OS design time. Or need to register manually or when the
application will run, it should be registered automatically.
thanks in advance
Navin
| |
| Alex Feinman [MVP] 2006-01-24, 3:59 am |
| WMP OCX will be installed only if the device has WMP10. Ocx has not been
available in WMP9
"smartslack" <navin.salunke@gmail.com> wrote in message
news:1137768640.890909.106140@f14g2000cwb.googlegroups.com...
> Thanks for giving me quick response but with this question something I
> want to put here because I have problem and again knowledge point of
> view it has some importants.
> TOOLS: evc++ 4.0, Winodws CE 5.0 Emulator(WMP embedded using PB 5.0).,
> I've setup following files for wmp: wmpsdk10, wmpsdk9 and Windows Media
> Player CE SDK.exe.
> Query:
> 1.I found WMP.dll and WMP.ocx in desktop environment after WMP10sdk
> installed. Is there such file exist in Windows CE (ceplayer.exe i can
> see in it).Can I use this active X controls to build wmp application
> for windows ce ??(because I'd tried and bit gave control not registered
> run time error) so the reason for this may because of the active X are
> made only for desktop. if it so then where can I have active X for
> Windows CE. I tried to register these controls on Windows CE platform
> after copy them but not success it is obvious.
>
> 2.I got some other sourcodes which uses some ATL technique and some MFC
> technique where there is nothing like drag and drop ocx everything is
> in code. but here again I got the error like "Error Code:80040154 " at
> runtime.I found that this is because control not register error. Can
> you tell me how to register control in Windows Ce. Is this cotrol
> registered at OS design time. Or need to register manually or when the
> application will run, it should be registered automatically.
>
> thanks in advance
>
> Navin
>
|
|
|
|
|