News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

One question

Started by vso, February 13, 2007, 03:56:42 PM

Previous topic - Next topic

TDragon

Code::Blocks' code completion is not perfect by any means, but it is decent if you use a nightly build (as Biplab recommended in his first reply). As with any IDE, C::B is better in some areas and worse in others.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

vso

How can I install nightly build? I downloaded zip with .dll.

TDragon

Well, the "How to use a nightly build" thread in bold at the top of the Nightly Builds forum page might have some helpful information...
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Biplab

Quote from: TDragon on February 16, 2007, 05:44:30 PM
Well, I don't know, maybe the "How to use a nightly build" thread in bold at the top of the Nightly Builds forum page might have some helpful information...

Yes that thread should be helpful.

In brief, do the following.

  • Extract CB_*.7z to a folder (e.g., C:\CodeBlocks_Nightly)
  • Then extract wx dll and mingw10m.dll to that folder (e.g., C:\CodeBlocks_Nightly)

And you are ready to work now. :)
Be a part of the solution, not a part of the problem.