Author Topic: CB Last night build and wxWidgets  (Read 3924 times)

cpprooky

  • Guest
CB Last night build and wxWidgets
« 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 !!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: CB Last night build and wxWidgets
« Reply #1 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.

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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: CB Last night build and wxWidgets
« Reply #2 on: August 02, 2006, 07:09:18 pm »
We are not providing binary builds of wxWidgets, at least not currently.
Be patient!
This bug will be fixed soon...

Offline RJP Computing

  • Almost regular
  • **
  • Posts: 135
    • RJP Computing
Re: CB Last night build and wxWidgets
« Reply #3 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.
- Ryan

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

cpprooky

  • Guest
Re: CB Last night build and wxWidgets
« Reply #4 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 ?
« Last Edit: August 17, 2006, 12:56:17 pm by cpprooky »