Hi
I'd like to diffuse my ATL/C++ application where VLC ActiveX is embedded without people having to install VLC.
But I've got some problems with that.
First, to get the ActiveX to work on the machine without VLC, I need to add axvlc.dll and libvlc.dll to the installation, and in my application apply regsvr32 to them to register them. But with only that, the media don't play, I only get the VLC cone on white background.
However, as soon as I install VLC on this machine, the media plays.
What do I need to do to make it play without installing VLC ?
Thanks