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

Do you have some suggestions or documentation for a newcomer

(1/2) > >>

bruce:
Hello, everyone.
   I am just a senior student.My graduation thesis asks me to develop a unit test plugin for CB. I made a little progress after studying CB for half a month. Developing plugin for CB is much more different from developing programs in STL or C#, Java. Because the development for CB has its own sdk and I need to learn the wxWidgets library.
   I encountered many problems after studying and developing in this new field. I need some effective methods of learning CB development or useful documentations. Could you give me a hand? I just want to study CB more quickly and effectively and avoid problems unfamiliar with CB sdk and wxWidgets library.
   I will appreciate your help.

oBFusCATed:
Three options:
1. Read the source
2. Generate doxygen documentation and then read the source, when something is not documented or is not clear enough in the generated document.
3. http://wiki.codeblocks.org/index.php?title=Developer_documentation

MortenMacFly:

--- Quote from: oBFusCATed on March 31, 2012, 11:47:11 am ---Three options:
1. Read the source
2. Generate doxygen documentation and then read the source, when something is not documented or is not clear enough in the generated document.
3. http://wiki.codeblocks.org/index.php?title=Developer_documentation

--- End quote ---
Not to forget, the most important:
http://developer.berlios.de/project/showfiles.php?group_id=5358
-> see under "SDK documentation (SVN)" the CHM files already compiled for you.

bruce:

--- Quote from: MortenMacFly on March 31, 2012, 12:43:46 pm ---
--- Quote from: oBFusCATed on March 31, 2012, 11:47:11 am ---Three options:
1. Read the source
2. Generate doxygen documentation and then read the source, when something is not documented or is not clear enough in the generated document.
3. http://wiki.codeblocks.org/index.php?title=Developer_documentation

--- End quote ---
Not to forget, the most important:
http://developer.berlios.de/project/showfiles.php?group_id=5358
-> see under "SDK documentation (SVN)" the CHM files already compiled for you.

--- End quote ---

Thanks for your advice. I have a small problem yet, what's the difference between   SDK documentation (SVN) and   SDK documentation (release) ?

bruce:

--- Quote from: oBFusCATed on March 31, 2012, 11:47:11 am ---Three options:
1. Read the source
2. Generate doxygen documentation and then read the source, when something is not documented or is not clear enough in the generated document.
3. http://wiki.codeblocks.org/index.php?title=Developer_documentation

--- End quote ---

Thanks very much for your suggestions!
I have tried the doxygen software for the first time. I found it a very useful and effective tool. It is a fresh trial.

Navigation

[0] Message Index

[#] Next page

Go to full version