Author Topic: Need some advise for using wxWidgets  (Read 3823 times)

scratch

  • Guest
Need some advise for using wxWidgets
« on: June 01, 2008, 01:43:23 am »
I started using Code::Blocks a couple of days ago, works like a charm even for an amateur like me =). Now, since i will need a proper GUI toolkit soon i thought to give wxWidgets a try. So i followed this tutorial and just finished compiling wxWidgets. During that process i got the same warning message over and over again though:

"warning: type attributes are honored only at type definition"

Can i disregard this or should i really use version 2.6 as stated in the tutorial (thought the information is outdated so i downloaded 2.8)?


Furthermore, i'd like to ask what the main differences between wxSmith and wxFormBuilder are and what your personal favourite is. Can the wxFormBuilder be implemented in CB like wxSmith is or how does that work?


Thanks for your answers.

mariocup

  • Guest
Re: Need some advise for using wxWidgets
« Reply #1 on: June 01, 2008, 02:21:39 am »
Hi scratch,

see the user manual (http://www.codeblocks.org/en-docs-wrapper) section "Building CodeBlocks from sources" for details. CodeBlocks is using the wxWidgets Version 2.8.7.

Bye,

Mario

Offline eranif

  • Regular
  • ***
  • Posts: 256
Re: Need some advise for using wxWidgets
« Reply #2 on: June 01, 2008, 11:19:50 am »
Quote
"warning: type attributes are honored only at type definition"
You can safely ignore this warning

Eran