Hi Jim,<br><br>mhm, I think the wxwidget 2.6-series did provide the SetStyle Method ( documented at <a href="http://www.wxwidgets.org/manuals/2.6/wx_wxfiledialog.html#wxfiledialogsetstyle">http://www.wxwidgets.org/manuals/2.6/wx_wxfiledialog.html#wxfiledialogsetstyle
</a> )<br><br>But with version 2.8 they changed this to SetWindowStyle. So first question: are you sure you are compiling vlc with 2.6.3? Probably providing some more configure options will get the compiler to link the correct version of wxwidgets (use ./configure --help | grep wx )
<br><br>Btw. this is documented in the vlc forum: <a href="http://forum.videolan.org/viewtopic.php?t=30193">http://forum.videolan.org/viewtopic.php?t=30193</a><br><br>Regards,<br>Rainer<br><br><br><br><div><span class="gmail_quote">
2007/3/16, Jim Russell <<a href="mailto:vannus@gmail.com">vannus@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello folks... (first timer here...)<br><br>I couldnt get vlc to compile properly, until i changed line 379 in dialogs.cpp<br><br>from:<br>





<pre>        p_file_generic_dialog->SetStyle( (p_arg->b_save ? wxSAVE : wxOPEN) |</pre>to<br>





<pre>        p_file_generic_dialog->SetWindowStyle( (p_arg->b_save ? wxSAVE : wxOPEN) |</pre><br><br>Im on vlc-0.8.6a and wxWidgets-2.6.3 (i presume SetStyle() worked for somebody!!)<br><br>somebody more practiced in open source stuff than me has probably already seen & fixed this, but i thought id make the first steps in participating :)
<br><span class="sg"><br>Jim.<br>
</span></blockquote></div><br>