Author Topic: Where to obtain Code::Blocks SDK on Windows?  (Read 11487 times)

Offline xuhdev

  • Single posting newcomer
  • *
  • Posts: 3
    • Top Bug Net
Where to obtain Code::Blocks SDK on Windows?
« on: January 26, 2012, 03:31:27 pm »
I can install CB sdk easily on Debian by apt-get install codeblocks-dev, but where can I obtain the CB sdk on Windows?

Thanks!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Where to obtain Code::Blocks SDK on Windows?
« Reply #1 on: January 26, 2012, 03:46:50 pm »
I can install CB sdk easily on Debian by apt-get install codeblocks-dev, but where can I obtain the CB sdk on Windows?
On Windows, all you need is the source code that matches your revision you are developing for and then you can link against the DLL's instead of static libraries. With recent GCC this works.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline xuhdev

  • Single posting newcomer
  • *
  • Posts: 3
    • Top Bug Net
Re: Where to obtain Code::Blocks SDK on Windows?
« Reply #2 on: January 26, 2012, 03:56:59 pm »
On Windows, all you need is the source code that matches your revision you are developing for and then you can link against the DLL's instead of static libraries. With recent GCC this works.

I'll try it. Thanks!

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline xuhdev

  • Single posting newcomer
  • *
  • Posts: 3
    • Top Bug Net