HI, <br><br>I wrote the libvlc invoking program as <br><a href="http://wiki.videolan.org/LibVLC_Tutorial">http://wiki.videolan.org/LibVLC_Tutorial</a><br><br>To embed some "printf"-like debug labels, I find that when the program creates a new libvlc instance <br>
<br>          /* Load the VLC engine */<br>          inst = libvlc_new (0, NULL);<br><br>The program is blocked there. I also find that some DLL are called. <br><br>Any help is appreciated!<br><br>Thanks,<br><br>