Support Forums
[help request] Code::Blocks. - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20)
+---- Thread: [help request] Code::Blocks. (/showthread.php?tid=211)



[help request] Code::Blocks. - Etheryte - 10-05-2009

Hey,

I've just spent about five hours trying to get Code::Blocks to work with Windows and turned up empty handed. I tried to install the GCC compiler and GDB debugger for it to work, but I failed. I'm pretty much a failure when installing something doesn't involve a GUI or a straight-forward instruction.
So my request would be - would anyone be so kind and explain setting up Code::Blocks and a C compiler/debugger for Windows, from ground up, for dummies?


RE: [help request] Code::Blocks. - Code King - 10-05-2009

Does code::blocks need the ming32 compiler?


RE: [help request] Code::Blocks. - Etheryte - 10-05-2009

As far as I understand, it needs a specific dll from it, other than that, you can use nearly any compiler you want with it. Do you have any suggestions? The version I tried to install can be fount at http://forums.codeblocks.org/index.php/topic,11030.0.html
Or am I better off just getting an all-in-one compiler-debugger-editor?


RE: [help request] Code::Blocks. - Raptor Jesus - 10-05-2009

Why not just use dev-c++? At least it works. May not have as much stuff as code::blocks but it's very stable.


RE: [help request] Code::Blocks. - Code King - 10-05-2009

You can extend dev-c++ using the package manager.


RE: [help request] Code::Blocks. - Stephon - 10-05-2009

Microsoft Visual C++ Express '08 is pretty good. Try it out.


RE: [help request] Code::Blocks. - ussr4life - 10-08-2009

http://sourceforge.net/projects/codeblocks/files/Binaries/8.02/codeblocks-8.02mingw-setup.exe/download

This includes the GCC compiler and GDB debugger, I use code block my self where are you getting your files from, iv never had this problem.


RE: [help request] Code::Blocks. - Etheryte - 10-08-2009

I got it to work after installing Dev-C++ first and had that's setup set the compilers etc. up. Thanks for the help.