Backported wxSplitterWindow and wxWizard from head
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,6 +38,7 @@ See also <a href="faq.htm">top-level FAQ page</a>.
|
||||
<li><a href="#smarterrors">What are the smart preprocessing errors with the Apple Developer Tools?</a></li>
|
||||
<li><a href="#aboutmenu">How does wxMac support the standard Apple About menu item and Help menu?</a></li>
|
||||
<li><a href="#findericon">How do I add an icon to my application?</a></li>
|
||||
<li><a href="#switching">How can I easily switch between different versions of wxWindows in CodeWarrior?</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
|
||||
@@ -214,6 +215,22 @@ your project and in the CodeWarrior Settings add a check mark under Linker:Outpu
|
||||
Flags/Finder Flags/Has Custom Icon.
|
||||
<P>
|
||||
|
||||
<h3><a name="switching">How can I easily switch between different versions of wxWindows in CodeWarrior?</a></h3>
|
||||
|
||||
Sometimes you want to test your application against different versions
|
||||
of wxWindows, for example a stable version of wxWindows versus a development version.
|
||||
The easiest way to do this is to create a symbolic path.<P>
|
||||
|
||||
Under Edit-Preferences in General:Source Trees, type a name (for example WXWIN)
|
||||
and choose a path for it. Now reselect your include and lib paths for a last
|
||||
time, in the settings for each configuration, but make them relative to the symbolic name.
|
||||
<P>
|
||||
|
||||
From now on you can just change the path associated with the symbolic name.
|
||||
|
||||
<P>
|
||||
|
||||
|
||||
</font>
|
||||
|
||||
</BODY>
|
||||
|
Reference in New Issue
Block a user