Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Where to obtain Code::Blocks SDK on Windows?
(1/1)
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?
--- End quote ---
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.
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.
--- End quote ---
I'll try it. Thanks!
stahta01:
This link might help you.
http://wiki.codeblocks.org/index.php?title=Linking_the_plugin_to_a_Nightly_Build
Tim S.
xuhdev:
--- Quote from: stahta01 on January 26, 2012, 04:07:32 pm ---This link might help you.
http://wiki.codeblocks.org/index.php?title=Linking_the_plugin_to_a_Nightly_Build
Tim S.
--- End quote ---
Thanks. I'll take a look at that.
Navigation
[0] Message Index
Go to full version