News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Help!!! how to build a SDK lib under win32 ???

Started by wenxibo, December 12, 2008, 07:02:12 PM

Previous topic - Next topic

wenxibo

I want to fix a bug of debugger module, but it must link to libcodeblocks.a .

That file is built by codeblocks sdk, but I don't know how to render it.
There is only a makefile.in file in sdk folder without .cbp or .dsp , how to use it in windows ?

Help!!! I had spent 2days on this problem.

dje

Hi!

Just look at the wiki.
Building from sources or install from sources are good keywords.
It should take 2 mn instead of 2 days  :wink:

Dje

ollydbg

hi,see here
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Windows
You can build codeblocks in codeblocks.
nowadays, I also want to improve the code completion plug in, so, maybe we can discus with this topic. Also, enriching the wiki article to let other people develop codeblocks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.