Page 1 of 1

ActiveX V2 and VS2008 in mfc project

Posted: 21 Aug 2008 13:04
by klsc
hi there

i have a mfc dialog project and put a vlc activex v2 inside this.
I created an member of this control.

now i will set playlist.add and play...
but i can`t find member.playlist and the other documented funktions.

in .net the functions are available as member->playlist.play ..... but why not in mfc-project?

I hope there is a solution

ks

Re: ActiveX V2 and VS2008 in mfc project

Posted: 21 Aug 2008 22:54
by klsc
i have testet to implement wrapper classes manualy by using the menu point project-add class-mfc class from activex control.
then i select the sxvlc.dll file and select on left side the classes that i want. the only two classes for that i can add a wrapper are the control classes. if i select IVLCPlaylist ore the others, this message was displayed:

---------------------------
Microsoft Visual Studio
---------------------------
Cannot find coclass for interface IVLCPlaylist
---------------------------
OK
---------------------------


is this an vs2008 bug or a bug from vlc activex implementation?

how can i solve it?