Author Topic: GUIs in CodeBlocks  (Read 3568 times)

Offline f2099

  • Multiple posting newcomer
  • *
  • Posts: 21
GUIs in CodeBlocks
« on: April 27, 2011, 10:53:13 pm »

   Hi everyone, I am new to the Forum and was wondering: is it possible to creat GUIs in CodeBlocks? If so, what do I need? Thanks in advance!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: GUIs in CodeBlocks
« Reply #1 on: April 28, 2011, 12:12:21 am »
You need wxWidgets and the wxSmith plugin.
Search the manual, the wiki and the forum for more details.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline f2099

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: GUIs in CodeBlocks
« Reply #2 on: April 28, 2011, 01:35:38 am »

   I see. Does the wxSmith plugin include wxWidgets? Do they happen to be GPL licensed? Thanks again!

Offline verysimplenick

  • Single posting newcomer
  • *
  • Posts: 4
Re: GUIs in CodeBlocks
« Reply #3 on: April 28, 2011, 04:22:46 pm »
wxSmith don't include wxWidgets. see wxwidgets.org

Offline f2099

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: GUIs in CodeBlocks
« Reply #4 on: April 28, 2011, 05:29:50 pm »

   Ok, thanks!