Hi All,
I am trying to add the VLC activeX to an unmanaged activeX program I wrote in visual studio 2005. I am managed to insert the activeX onto my dialogue box in resource view. Added a variable to it so I got a CWnd wrapper around the activeX.
When inserting the activeX, there are two plugins I can choose from (VIdeoLan AXVLCPlugin V11 and Plugin V2). To my understanding, Pluginv2 is the new version and Pluginv1 is old..
I first tried to add Plugin v1 , everything works fine.
Here is the question, I then tried to add Plugin v2, but I do not get all the exposed methods. I get access to some get/set methods but nothing like addTarget(), play(), pause() etc which I was able to access with Plugin v1.
So my question is if anyone can tell me why this happens. What is the difference between the two versions of VLC plugins?
Thanks very much,