Page 1 of 1

ActiveX options in AddTarget with VC++

Posted: 15 Dec 2005 17:11
by Guest
Hello !

I´m trying to use the vlc-plugin in a MFC-project, works great at the moment.

Now I´m trying to use the options-parameter in AddTarget, but i can´t get it to work. I´ve seen some examples for VB6, but none for C++, so has anyone successfully given options to the plugin in VC++ and could paste a small code-snippet here ? perhaps for fullscreen playing, looping or any other.

Thanks !

Chris

Re: ActiveX options in AddTarget with VC++

Posted: 17 Feb 2006 07:40
by Walter
Hello !

I´m trying to use the vlc-plugin in a MFC-project, works great at the moment.

Now I´m trying to use the options-parameter in AddTarget, but i can´t get it to work. I´ve seen some examples for VB6, but none for C++, so has anyone successfully given options to the plugin in VC++ and could paste a small code-snippet here ? perhaps for fullscreen playing, looping or any other.

Thanks !

Chris
Yes, I am having the same problem....

Could any one help?
and drop me an email zdwalter@gmail.com

thanks

Posted: 17 Feb 2006 23:12
by tonsofpcs
Options is an array of char. That should help :) You may need to make the last item in the array be "".

Posted: 20 Feb 2006 07:28
by Walter
I found "the last item in the array be "".” is cause by a bug in activeX.

I have located the bug position, and trying to fix it.

Posted: 20 Feb 2006 08:03
by Walter
I read the latest version 0.8.4a, it fixs some bug, and found some bug but haven't fixed properly.

the "ubound" is fixed to be the right definition, but some other places use it wrong. like ubound - lbound, should be ubound - lbound + 1

Posted: 20 Feb 2006 19:37
by tonsofpcs
I read the latest version 0.8.4a, it fixs some bug, and found some bug but haven't fixed properly.
Have you grabbed the latest SVN?

Posted: 21 Feb 2006 03:40
by Walter
I read the latest version 0.8.4a, it fixs some bug, and found some bug but haven't fixed properly.
Have you grabbed the latest SVN?
Yes, it hasn't beed fixed in the latest SVN.