Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: sanjivg on September 08, 2005, 09:40:48 am

Title: getting started with development of code::blocks.
Post by: sanjivg on September 08, 2005, 09:40:48 am
Hi All,

First of all, I would like to say "hi" to everyone here.
I have just joined this group and would like to get started with development of code::blocks.

Are there any docs that describe how to build code::blocks on windows?
Also, any docs that help to understand the design of code::blocks will also help.

Thanks
Sanjiv
Title: Re: getting started with development of code::blocks.
Post by: mandrav on September 08, 2005, 09:58:36 am
Hi and welcome :)

Your first stop should be the wiki (http://wiki.codeblocks.org). Then come back here with more questions :P
Title: Re: getting started with development of code::blocks.
Post by: sanjivg on September 13, 2005, 12:01:12 pm
Thanks.

I am done with the first step. I could easily and successfully build code::blocks on windows today.  :D
Title: Re: getting started with development of code::blocks.
Post by: David Perfors on September 13, 2005, 02:41:01 pm
to learn the design of C::B you could start making a plugin. By doing this you can learn how the SDK is working.
Or you can read the sourcecode and try to understand it :P
Title: Re: getting started with development of code::blocks.
Post by: sanjivg on September 14, 2005, 03:16:32 pm
After building c::b I tried to debugging it with gdb from within the c::b.
It says the application failed to initialize, when I try to run the src target.

Are there any tips on how to debug c::b ?
Is there any thing wrong with the build?
Title: Re: getting started with development of code::blocks.
Post by: rickg22 on September 14, 2005, 04:30:29 pm
You need to run "update.bat", too. Also, if you want to debug Code::Blocks inside itself, you need to turn off the single instance check in the environment options.