News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

CB Last night build and wxWidgets

Started by cpprooky, August 02, 2006, 06:48:48 PM

Previous topic - Next topic

cpprooky

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 !!

MortenMacFly

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.

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

mandrav

We are not providing binary builds of wxWidgets, at least not currently.
Be patient!
This bug will be fixed soon...

RJP Computing

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.
- Ryan

Ubuntu/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, ATI Radeon 9600XT 256MB

cpprooky

#4
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 ?