Page 1 of 1
Distributing the ActiveX
Posted: 18 Aug 2008 11:14
by SyRenity
Hi.
I embedded the ActiveX into a simple .net example. Problem is, that while it finds perfectly on my PC, it doesn't run on anything else, and complains regarding the lack of plugins.
How to distribute the ActiveX together with the plugins, and how to point it so it would find them?
Alternatively, is it's possible to compile these plugins directly into the ActiveX?
Thanks in advance.
Re: Distributing the ActiveX
Posted: 18 Aug 2008 11:53
by revolunet
Your clients should install VLC with the activex
Or, you can maybe include the DLL in your own activex, did you try including it in your project options visual studio ?
Re: Distributing the ActiveX
Posted: 18 Aug 2008 14:20
by SyRenity
Hi.
The ActiveX by itself works fine. Problem is, that it can't find the plugins directory. I tried placing them in the same folder, but it didn't help.
Any idea how it can be pointed to the plugins?
Regards.
Re: Distributing the ActiveX
Posted: 18 Aug 2008 14:27
by revolunet
Is VLC installed on target computer ?
Re: Distributing the ActiveX
Posted: 18 Aug 2008 16:01
by SyRenity
No, and this is the point, to get all self-contained with single application without additional installer, following GPL guidelines of course.
Re: Distributing the ActiveX
Posted: 18 Aug 2008 20:19
by SyRenity
After checking a bit, I can see this specified by something called "builtins".
Can I simply movie the plugins to builtins, and what is the minimum recommended set of modules?
Re: Distributing the ActiveX
Posted: 18 Aug 2008 21:06
by Jean-Baptiste Kempf
You can specify where the plugins are.
Re: Distributing the ActiveX
Posted: 19 Aug 2008 17:35
by SyRenity
Hi.
How exactly it can be done on the ActiveX level?
Regards.
Re: Distributing the ActiveX
Posted: 19 Aug 2008 18:16
by SyRenity
I tried to use the .add() fuction where you can specify the options, but it seems that modules have to be loaded on start-up - which of course happens before the said function.
Re: Distributing the ActiveX
Posted: 24 Aug 2008 17:04
by SyRenity
Hi.
Any idea how to specify the plugins locations for the ActiveX?
Regards.
Re: Distributing the ActiveX
Posted: 24 Aug 2008 23:25
by thannoy
Hi,
Have a look at this topic (VLC media player for Windows/"axvlc activex distribution"):
viewtopic.php?f=14&t=48812#p156016
regards,
Anthony
Re: Distributing the ActiveX
Posted: 25 Aug 2008 16:58
by SyRenity
Thanks, this helps.