Page 1 of 1

ActiveX Component Error

Posted: 29 Dec 2005 22:10
by Bill W
I am using .8.4 version of the VLC activeX component in a Visual Basic 6.0 application.
I have noticed that if I add multiple VLC controls to a window, the VB application (Microsoft's exe has real problems). It won't compile faults with memory access error, or write source to disk(same illness) or even terminate (unload) without faulting.
Did anyone else experience this??
THANX in advance
Bill :(

Posted: 30 Dec 2005 00:28
by Quovodis
unfortunately, the activex component currently behaves like an independant application running within VB. For each instance of the component, plugins are searched and loaded, this causes some unfortunate slowness and unstabilities in the host application. the solution is to seach and load plugins only once per host application, this is on the TODO list

Posted: 30 Dec 2005 14:56
by Bill W
THANX for the information. So as I understand there are two separate issues.
First the compiler (Visual Studio) shows instability, won't save, compile without faulting
and
the final application will also show a similar instability.

Posted: 30 Dec 2005 19:42
by MRTrevorF
I noticed the same thing - I can get 2 controls running from one app, but any more and the program flakes out.