Author Topic: Help!!! how to build a SDK lib under win32 ???  (Read 4047 times)

Offline wenxibo

  • Single posting newcomer
  • *
  • Posts: 5
Help!!! how to build a SDK lib under win32 ???
« on: December 12, 2008, 07:02:12 pm »
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.

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Help!!! how to build a SDK lib under win32 ???
« Reply #1 on: December 12, 2008, 07:27:11 pm »
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

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Help!!! how to build a SDK lib under win32 ???
« Reply #2 on: December 26, 2008, 05:12:25 am »
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.