News:

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

Main Menu

Where to obtain Code::Blocks SDK on Windows?

Started by xuhdev, January 26, 2012, 03:31:27 PM

Previous topic - Next topic

xuhdev

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!

MortenMacFly

Quote from: xuhdev 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?
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

xuhdev

Quote from: MortenMacFly on January 26, 2012, 03:46:50 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!

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]