ActiveX options in AddTarget with VC++

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
Guest

ActiveX options in AddTarget with VC++

Postby Guest » 15 Dec 2005 17:11

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

Walter

Re: ActiveX options in AddTarget with VC++

Postby Walter » 17 Feb 2006 07:40

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

tonsofpcs
Cone that earned his stripes
Cone that earned his stripes
Posts: 363
Joined: 04 Jan 2006 10:03
Location: Binghamton, NY, USA
Contact:

Postby tonsofpcs » 17 Feb 2006 23:12

Options is an array of char. That should help :) You may need to make the last item in the array be "".

Walter

Postby Walter » 20 Feb 2006 07:28

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.

Walter

Postby Walter » 20 Feb 2006 08:03

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

tonsofpcs
Cone that earned his stripes
Cone that earned his stripes
Posts: 363
Joined: 04 Jan 2006 10:03
Location: Binghamton, NY, USA
Contact:

Postby tonsofpcs » 20 Feb 2006 19:37

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?

Walter

Postby Walter » 21 Feb 2006 03:40

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.


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 7 guests