Author Topic: Which is the latest C::B version?  (Read 4490 times)

Offline mraman

  • Single posting newcomer
  • *
  • Posts: 5
Which is the latest C::B version?
« on: November 30, 2009, 09:36:12 am »
The download site mentions 8.02 version dated 28-Feb-2008 to be latest.
Hasn't there been any updates to this after that?

thanks
Raman

Offline blueshake

  • Regular
  • ***
  • Posts: 459
Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?

Offline mraman

  • Single posting newcomer
  • *
  • Posts: 5
Re: Which is the latest C::B version?
« Reply #2 on: November 30, 2009, 10:12:12 am »
http://forums.codeblocks.org/index.php/topic,11504.0.html

thanks for the quick reply. I noticed the link and downloaded it and un(7)zipped it, but do not know what to do next.
I see a bunch of .dll's, a few .exe's (that didn't run) and a sub directory full of .zip file, most of which contain an .xml or .xrc files.
Any pointers to what I need to do with this download?

Are these incremental - meaning, if I load (or manage to install) the latest, will it include all of the previous changes as well?

thanks much, and apologise for the questions posed out of ignorance

regards
Raman

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Which is the latest C::B version?
« Reply #3 on: November 30, 2009, 10:21:41 am »
See this post (sticky in nightly builds forum) http://forums.codeblocks.org/index.php/topic,3232.0.html, it's quite simple (on windows).

If you are on linux see the further posts in the actual nightly-builds threads, there are packages for many distros available.

Offline mraman

  • Single posting newcomer
  • *
  • Posts: 5
Re: Which is the latest C::B version?
« Reply #4 on: November 30, 2009, 12:12:03 pm »
thanks again. I got it ... I downloaded the 3 separate zip file into a single directory, copied the contents in the root directory of the extract into the original installed location of CB. CB started but complained of many unloadable plugins.
I then copied all .dll found in the plugins directory of the new extract to the plugins directory of the original installation. This time CB did not come up, instead displayed a dialog box with ... "codeblocks.exe has encountered a problem and needs to close. sorry for the inconvenience."
snippets of the codeblocks.rpt file is copied below.
Did I do something wrong?

thanks again
Raman

Error occured on Monday, November 30, 2009 at 16:24:59.

C:\Program Files\CodeBlocks\codeblocks.exe caused an Access Violation at location 65ee4dc9 in module C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll Reading from location 00000000.

Registers:
eax=00000000 ebx=00d92638 ecx=00000000 edx=00000000 esi=00b80b80 edi=0022feb8
eip=65ee4dc9 esp=0022f650 ebp=0022f658 iopl=0         nv up ei pl nz na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010206

Call stack:
65EE4DC9  C:\Program Files\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65EE4DC9  _ZN12cbToolPlugin9BuildMenuEP9wxMenuBar

Offline mraman

  • Single posting newcomer
  • *
  • Posts: 5
Re: Which is the latest C::B version?
« Reply #5 on: November 30, 2009, 01:00:31 pm »
I ran CB from the same place where it was extracted and everything works fine, so the original installation now becomes redundant I guess
thanks

Raman