Hello, I have VLC for windows binary installed(latest) and I am using the latest source files. I have compiled and executed the following sample code in the wiki : #include <stdio.h> #include <stdlib.h> #include <vlc/vlc.h> #include <windows.h> static void raise(libvlc_exception_t * ex) { if (libvlc...