Author Topic: Getting Started  (Read 4931 times)

Offline michellembrodeur

  • Single posting newcomer
  • *
  • Posts: 5
Getting Started
« on: March 27, 2011, 04:29:44 pm »
Greetings all

   After installing the latest version.

I want to use codeblocks like I did Delphi 3.0 back in the late 90's. yup I am old.

I want a gui interface to drag and drop labels, and drop down list and push button etc..

When I start up console application and try to add a wxwidget and add a label it fill the whole work space. try to resize it and nothing.

Please give me the steps to start up a new project to make a program with all the above requirements.

I will practice working and coding by making a simple roll the dice and generate a D&D char.

thanks all.

Just need help to start.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Getting Started
« Reply #1 on: March 27, 2011, 08:15:14 pm »
Just need help to start.
Well, you would start here:
http://www.codeblocks.org/docs/main_codeblocks_en.html
...and read especially the section about wxSmith. In addition read the WiKi here:
http://wiki.codeblocks.org/index.php?title=WxSmith_tutorials
...and work yourself through the tutorials.
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 Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Getting Started
« Reply #2 on: March 27, 2011, 08:26:13 pm »
If you want to use wxWidgets (if you use wxSmith it's the only choice), you should also read the free available wxWidgets-book.
It's some years old, but the basics are still the same.
http://www.informit.com/content/images/0131473816/downloads/0131473816_book.pdf

Offline michellembrodeur

  • Single posting newcomer
  • *
  • Posts: 5
Re: Getting Started
« Reply #3 on: March 27, 2011, 08:40:29 pm »
thanks all
I will give them a read.