Author Topic: One question  (Read 10715 times)

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: One question
« Reply #15 on: February 16, 2007, 04:09:42 pm »
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.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

vso

  • Guest
Re: One question
« Reply #16 on: February 16, 2007, 05:26:40 pm »
How can I install nightly build? I downloaded zip with .dll.

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: One question
« Reply #17 on: February 16, 2007, 05:44:30 pm »
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...
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: One question
« Reply #18 on: February 16, 2007, 05:48:18 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.