Prev: CPU busy
Next: CSliderCtrl
From: smartslack on
Hi
I'm working on displaying media player file. I got one sample source
codefor Widows CE. I'm using Windows CE 5.0. This compiles fine but it
shows error that's WMP can not create in the statement
"CreateControl(__uuidof(WMP),L"",WS_VISIBLE|WS_CHILD,rect,&m_Panel,AFX_IDW_PANE_FIRST))".
Can anyone tell me how to register dll i think this must be problem in
this case. one more thing I want to know Wht is the output of platform
builder and how to take advantage of it with evc++4.0 tools for
testing...( if any link available for newbie for using PB than kindly
let me know...)..
Thanks in advance

Navin

From: Alex Feinman [MVP] on
Windows CE 5.0 does not necessarily contain WMP 10. Check your image
"smartslack" <navin.salunke(a)gmail.com> wrote in message
news:1136185864.020208.230470(a)g14g2000cwa.googlegroups.com...
> Hi
> I'm working on displaying media player file. I got one sample source
> codefor Widows CE. I'm using Windows CE 5.0. This compiles fine but it
> shows error that's WMP can not create in the statement
> "CreateControl(__uuidof(WMP),L"",WS_VISIBLE|WS_CHILD,rect,&m_Panel,AFX_IDW_PANE_FIRST))".
> Can anyone tell me how to register dll i think this must be problem in
> this case. one more thing I want to know Wht is the output of platform
> builder and how to take advantage of it with evc++4.0 tools for
> testing...( if any link available for newbie for using PB than kindly
> let me know...)..
> Thanks in advance
>
> Navin
>

From: smartslack on
I'd make one OS PB where all the dlls I'd tried to include.In this tool
I can see all the mpeg file can be supported . I might search some
wrong place. can you tell me exactly how can i search this.I really
ennoyed with because since 4 days I'm trying to run my application..

Thanks

Alex Feinman [MVP] wrote:
> Windows CE 5.0 does not necessarily contain WMP 10. Check your image
> "smartslack" <navin.salunke(a)gmail.com> wrote in message
> news:1136185864.020208.230470(a)g14g2000cwa.googlegroups.com...
> > Hi
> > I'm working on displaying media player file. I got one sample source
> > codefor Widows CE. I'm using Windows CE 5.0. This compiles fine but it
> > shows error that's WMP can not create in the statement
> > "CreateControl(__uuidof(WMP),L"",WS_VISIBLE|WS_CHILD,rect,&m_Panel,AFX_IDW_PANE_FIRST))".
> > Can anyone tell me how to register dll i think this must be problem in
> > this case. one more thing I want to know Wht is the output of platform
> > builder and how to take advantage of it with evc++4.0 tools for
> > testing...( if any link available for newbie for using PB than kindly
> > let me know...)..
> > Thanks in advance
> >
> > Navin
> >

From: Alex Feinman [MVP] on
Check that your registry has a key [HKEY_CLASSES_ROOT\WMPlayer.OCX] and that
wmpocx.dll is present

"smartslack" <navin.salunke(a)gmail.com> wrote in message
news:1136273787.448645.233190(a)g43g2000cwa.googlegroups.com...
> I'd make one OS PB where all the dlls I'd tried to include.In this tool
> I can see all the mpeg file can be supported . I might search some
> wrong place. can you tell me exactly how can i search this.I really
> ennoyed with because since 4 days I'm trying to run my application..
>
> Thanks
>
> Alex Feinman [MVP] wrote:
>> Windows CE 5.0 does not necessarily contain WMP 10. Check your image
>> "smartslack" <navin.salunke(a)gmail.com> wrote in message
>> news:1136185864.020208.230470(a)g14g2000cwa.googlegroups.com...
>> > Hi
>> > I'm working on displaying media player file. I got one sample source
>> > codefor Widows CE. I'm using Windows CE 5.0. This compiles fine but it
>> > shows error that's WMP can not create in the statement
>> > "CreateControl(__uuidof(WMP),L"",WS_VISIBLE|WS_CHILD,rect,&m_Panel,AFX_IDW_PANE_FIRST))".
>> > Can anyone tell me how to register dll i think this must be problem in
>> > this case. one more thing I want to know Wht is the output of platform
>> > builder and how to take advantage of it with evc++4.0 tools for
>> > testing...( if any link available for newbie for using PB than kindly
>> > let me know...)..
>> > Thanks in advance
>> >
>> > Navin
>> >
>

From: Info.Global on
Mr Alex Feinman,

OOT: why cant I access your website: www.alexfeinman.com? I am interested in
your code: TAPI

Thank You,
Info.Global

"Alex Feinman [MVP]" <public_news(a)alexfeinman.com> wrote in message
news:ePq62yBEGHA.2300(a)TK2MSFTNGP15.phx.gbl...
> Windows CE 5.0 does not necessarily contain WMP 10. Check your image
> "smartslack" <navin.salunke(a)gmail.com> wrote in message
> news:1136185864.020208.230470(a)g14g2000cwa.googlegroups.com...
> > Hi
> > I'm working on displaying media player file. I got one sample source
> > codefor Widows CE. I'm using Windows CE 5.0. This compiles fine but it
> > shows error that's WMP can not create in the statement
> >
"CreateControl(__uuidof(WMP),L"",WS_VISIBLE|WS_CHILD,rect,&m_Panel,AFX_IDW_P
ANE_FIRST))".
> > Can anyone tell me how to register dll i think this must be problem in
> > this case. one more thing I want to know Wht is the output of platform
> > builder and how to take advantage of it with evc++4.0 tools for
> > testing...( if any link available for newbie for using PB than kindly
> > let me know...)..
> > Thanks in advance
> >
> > Navin
> >
>


 |  Next  |  Last
Pages: 1 2
Prev: CPU busy
Next: CSliderCtrl