<br><div class="gmail_quote">2009/12/8 Developer <span dir="ltr"><<a href="mailto:developer@noknok.net">developer@noknok.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Damien -<br>
<br>
What version of VLC are you running with this wrappper?  I have successfully been using the 1.0.0 wrapper up and until the latest public release of VLC (1.0.3) without issue?<br>
<br>
Also for logging - have you tried enabled logging interface to a file?<br>
<br>
Dim optsdebug() As String = {"-I", "dummy", "--plugin-path=" & _VLCPluginPath, "-vvv", "--extraintf=logger", "--logfile=c:\ffmpeg\VlcLog.txt"}<br>
_VLC = New VideoLan.VideoLanClient(_VLCPath, optsdebug)<br>
<br>
<br>
<br>
Shawn</blockquote><div><br>Hi Shawn,<br>
<br>
I'm using 1.0.3 (latest binary release for windows).<br>I will try to  run with a log file...<br><br>Stay tuned :)<br><br>Damien<br></div></div>