Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: freetype on January 09, 2012, 12:07:15 pm
-
Hi,
I have installed wxWidgets 2.9 in a non standard path while my distribution has wx 2.6 and 2.8 in /usr. When I create a new project I'd like to have the proposal for my installation of wxWidgets 2.9 but only the 2.6, 2.8 and 2.9-svn version are listed (the last does not seem to work). How can I do?
-
Two options:
1. Edit the wx project template (right click and then edit)
2. Edit your project after the template has finished
-
thanks ;)