Page 1 of 1

Distributing libVLC with VB2005 Project

Posted: 13 Mar 2012 00:08
by netconuk
I have placed the VLC component on a VB2005 form and it runs OK on the development PC, and plays video files.

When I try it on the target machine (without the full version of VideoVLC) I have copied over:

axvlc.dll (which I register)
libvlc.dll
libvlccore.dll

When I run it, I get the message:
Unable to get the window handle for the 'AxVLCPlugin' control. Windowless ActiveX controls are not supported.

If I install the full version of VideoLAN on the target machine, it works fine. So my question is
"what minimum files are needed to redistribute my project?"
-Jerry

Re: Distributing libVLC with VB2005 Project

Posted: 13 Mar 2012 08:46
by RSATom
you need content of:
http://sourceforge.net/projects/vlc/fil ... z/download
or
http://sourceforge.net/projects/vlc/fil ... p/download

and
regsvr32 %PATH_TO_AXVLC%/axvlc.dll on targen machine.

%PATH_TO_AXVLC% - replace with actual path to axvlc.dll

Re: Distributing libVLC with VB2005 Project

Posted: 25 Jan 2013 15:25
by PirSoft
i have same problem.
what is solution?

Re: Distributing libVLC with VB2005 Project

Posted: 15 Feb 2013 07:30
by balasubramanya
Any body has the solution for this issue?