Some completion: I've downloaded vlc-1.0.5-win32 and unzipped it to C:\ The makefiles containing the following: LIBS = ... C:\vlc-1.0.5\sdk\lib\libvlc.dll.a ... I've included the following to my code: #include <vlc/vlc.h> #include <vlc/libvlc.h> #include <vlc/libvlc_events.h> and added the Include p...
Hello, I've developed a gui with eclipse, qt, mingw and vlc on ms vista. Always build debug and ignoring "libvlc.dll.a(d000031.o) : warning LNK4078: multiple '.text' sections found with different attributes(E0300020)" because it worked. Now I am build release (same message), but execution ...
Hello *, as rookie in vlc (Qt/C++ as well) trying to get the qt signal/slot functionality to work with the libvlc_event I ask for help. I use a qt signal "playerChanged(QString)" in "vlcPlayer : public QObject" and want to get it attached to work with libvlc_event. I've declared ...