Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Code::Blocks SDK documentation

(1/3) > >>

slimmeke:
Hey

I can't find any documentation about the CB SDK. Is there some docs or is it possible to generate some?

oBFusCATed:
There is src/sdk.doxy, probably you can use it to generate the SDK documentation. Other than that you can just inspect the headers.

slimmeke:
Ok tnx that was it. I have generated the docs and it look good.

comsytec:
The C::B coding style is very readable. So read the sources. If you don't understand make debug build and try step through related part of code. This helped me a lot. Also I made C::B build linked with MSVCRTD.DLL to make it able tracing the heap allocation under Windows.

ollydbg:

--- Quote from: comsytec on November 28, 2013, 06:19:20 pm ---...Also I made C::B build linked with MSVCRTD.DLL to make it able tracing the heap allocation under Windows.

--- End quote ---
How do you do that? Do you use MSVC compiler?

Navigation

[0] Message Index

[#] Next page

Go to full version