Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: freetype on January 09, 2012, 12:07:15 pm

Title: wxWidgets 2.9 in non standard path
Post 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?
Title: Re: wxWidgets 2.9 in non standard path
Post by: oBFusCATed on January 09, 2012, 12:16:06 pm
Two options:
1. Edit the wx project template (right click and then edit)
2. Edit your project after the template has finished
Title: Re: wxWidgets 2.9 in non standard path
Post by: freetype on January 10, 2012, 10:38:10 pm
thanks ;)