How can I easily switch between different versions of wxWidgets in CodeWarrior?
Sometimes you want to test your application against different versions of wxWidgets, for example a stable version of wxWidgets versus a development version. The easiest way to do this is to create a symbolic path. 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. From now on you can just change the path associated with the symbolic name.
Related Questions
- Can I switch between different TM Mobile versions or change terms of my subscription (go from monthly to annual or vice versa)?
- How to make my SSIS connections dynamic so I can easily switch to different environment (e.g. Dev, QA, Prod ...)?
- What can I do if I get conflicts between different installed versions of wxWidgets?