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 appl...
Hi, I'm currently trying to put VLC ActiveX in my ATL/C++ project, and I have problems reading a file. I managed to declare and use the ActiveX (I have the logo of VLC filling the ActiveX space) but when I try to actually read a file and call the AddTarget method, it crashes. I do: m_VLC->addTarget(...
Hi I'm working on a project where I need to read a video frame by frame, get the bytes of each frame and put it on a texture. The AVIReader allows to do that with avi files and is easy to use but depends on codecs, so I thought about using VLC. But I didn't see this fonctionnality in the ActiveX, do...