Search found 6 matches

Go to advanced search

by FrereDavid
12 Jul 2006 10:42
Forum: Web and scripting
Topic: How to diffuse VLC with no installation
Replies: 3
Views: 1630

How to diffuse VLC with no installation

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...
by FrereDavid
12 Jul 2006 08:07
Forum: Web and scripting
Topic: Problem with ActiveX in C++
Replies: 5
Views: 3355

m_VLC->addTarget("c:\\Loading.avi",_variant_t(),VLC::VLCPlayListInsert,0); works :)

it was just the NULL parameter, Insert is ok :)
by FrereDavid
12 Jul 2006 05:37
Forum: Web and scripting
Topic: Problem with ActiveX in C++
Replies: 5
Views: 3355

It works !! Thank you very much :)
by FrereDavid
10 Jul 2006 12:56
Forum: Web and scripting
Topic: Problem with ActiveX in C++
Replies: 5
Views: 3355

Problem with ActiveX in C++

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(...
by FrereDavid
23 May 2006 15:24
Forum: VLC media player for Windows Troubleshooting
Topic: Get bytes data of a frame of a movie
Replies: 1
Views: 495

Get bytes data of a frame of a movie

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...

Go to advanced search