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

xuhdev

  • Guest
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: 9733
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

xuhdev

  • Guest
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!

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7838
C Programmer working to learn more about C++.
On Windows 11 64 bit using MSys2 UCRT64.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

xuhdev

  • Guest