<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
Dear All<br>
THank you for a detail instruction from Olivier Teulière<br>
I didnot find the libwxwindows_plugin.dll anywhere. It means that something
wrong with my configuration. Can anyone tell me the exact name of  flag I
should check in the configure.<br>
It is just a reminder: my problem is that I compile vlc-0.6.2 in windows
with MSYS. I got the program with skin interface, but all the button does
not work (the text interface does operate)<br>
THank you for your helps<br>
Son Tran<br>
<br>
Olivier Teulière wrote:<br>
<blockquote type="cite" cite="mid20030910084814.GA1447@via.ecp.fr">
  <pre wrap="">On Wed, Sep 10, 2003, Tran Minh Son wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">If I compile the source with --disable-skins I got the text control,
and it works well with several services (e.g. I can not save movies as
TS stream..)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
No need to compile with --disable-skins for that, you can launch the
rc interface with the -I command-line switch:
./vlc -I rc

  </pre>
  <blockquote type="cite">
    <pre wrap="">I found a flag called enable-wxwindows from the configure file , but
even the explicit specification of this flag seems not to solve the
problem.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This flag is enabled by default, so the wxWindows interface should be
present even without the flag. Was the module successfully compiled (is
there a libwxwindows_plugin.dll file somewhere)? If not, you should have
had a configure warning/error explaining the problem, could you check
this? And if the plugin is present but not loaded, there should at least be
a warning message in the logs. Is there one?

  </pre>
</blockquote>
<br>
</body>
</html>