Code::Blocks Forums

User forums => Help => Topic started by: cpprooky on August 02, 2006, 06:48:48 pm

Title: CB Last night build and wxWidgets
Post by: cpprooky on August 02, 2006, 06:48:48 pm
I've installed the last Night build of C::B and would like to make a wxWidgets Project ! How do I do that ? I've downloaded wxWidgets sources but it seems i need to compile that before being able to use wxWidgets in a project ?? Help !!! pleaaazzzzeee ! I'm lost !!
Title: Re: CB Last night build and wxWidgets
Post by: MortenMacFly on August 02, 2006, 06:53:10 pm
A quick search through the forum would have revealed tons of answers to your question, including a link into the WiKi: http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows).

Part of this article is how to create the wxWidgets libs from the sources. You may want to search the forum for other articles and hints in that topic.

With regards, Morten.
Title: Re: CB Last night build and wxWidgets
Post by: mandrav on August 02, 2006, 07:09:18 pm
We are not providing binary builds of wxWidgets, at least not currently.
Title: Re: CB Last night build and wxWidgets
Post by: RJP Computing on August 03, 2006, 03:19:09 am
I just started a SourceForge project that has wxWidgets compiled and is very easy to use with Code::Blocks. It is called wxPack. Get more details here (http://wxpack.sf.net).
Title: Re: CB Last night build and wxWidgets
Post by: cpprooky on August 16, 2006, 02:54:48 pm
Thnax a lot, wxPack is exactly what i was looking for ! The only pb i have with it, is that I just can't use wxSmith in a project created with "wxWidgets C::B wizard" ! When I use "wxSmith | Configure wxSmith for this project", a messagebox tells me my App Class is not found. I modified the app.cpp file created by the wizard in the way mentionned by the messagebox but it doesn't solve my problem !
What did I missed ?