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