<br><br><div class="gmail_quote">On Tue, Mar 9, 2010 at 9:00 PM, David Glaude <span dir="ltr"><<a href="mailto:david.glaude@gmail.com">david.glaude@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Michael,<br><br>I am very much interested in finding the answer to the same question you ask as I am in exactly the same situation... Testing with the player where I really care about the plugin (right now).<br><br>I wonder if this documentation is true (or not):<br>

<a href="http://git.videolan.org/?p=vlc.git;a=blob;f=projects/activex/README.TXT" target="_blank">http://git.videolan.org/?p=vlc.git;a=blob;f=projects/activex/README.TXT</a><br><br>II. Debugging<br><br>The ActiveX control is compiled with verbose output by default, but you<br>

will need to launch Internet Explorer from a Cygwin shell to see the<br>output. Alternatively, the plugin will also use the VLC preferences, so<br>if you enable the file logging interface through the player and save the<br>

preferences, the control will automatically log its verbose output into<br>the designated file.<br><br>At least I did not had any success yet with the dos prompt.<br>I might need to do if from a cygwin shell.<br>And I am not sure what to configure exactly to log to a file.<br>
</blockquote><div><br></div><div>David,</div><div><br></div><div>Glad to hear I'm not the only one confused by this!</div><div><br></div><div>I've tried running IE and firefox through a dos and a cygwin cell and get logging output on neither. They do behave differently with control to the cygwin shell not being returned until the browser is closed where as with dos it returns straight away.</div>
<div><br></div><div>The configuration I have to enable logging in the normal client is in c:\Users\<uid>\AppData\Roaming\vlc\vlcrc and I've changed the following items.</div><div><br></div><div># Verosity (0, 1, 2) (integer)</div>
<div>verbose=2</div><div><br></div><div># Log to file (boolean)</div><div>file-logging=1</div><div><br></div><div># Log filename (string)</div><div>logfile=c:\Users\<uid>\Desktop\vlc.txt</div><div><br></div><div># Log Format (string)</div>
<div>logmode=text</div><div><br></div><div># Extra interface modules (string)</div><div>extraintf=logger</div><div><br></div><div>No logging is done until the logger interface is loaded but as <span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Rémi said that extra interfaces aren't allowed to be loaded in the plugin for security reasons. I don't know if there's any way of disabling this at compile time whilst we debug. I'll have a look through the code today and see if I can see anything obvious.</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><br></span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Mike<span class="Apple-style-span" style="border-collapse: separate; font-family: arial; font-size: small; "> </span></span></div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><font color="#888888">
<br>David Glaude<br><br>
</font><br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br>