Author Topic: The 19 august 2006 build is out.  (Read 9288 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 19 august 2006 build is out.
« on: August 19, 2006, 06:48:58 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 19 August 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060819_rev2878_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060819_rev2878_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060819_rev2878_fc4+5.rpm


Resolved Fixed:

  • Disabled globbing in ConsoleRunner

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)
  • menu items with icon not correctly aligned (since wx263)

« Last Edit: August 20, 2006, 10:17:23 am by killerbot »

Poobah

  • Guest
Re: The 19 august 2006 build is out.
« Reply #1 on: August 20, 2006, 08:25:24 am »
  • Disabled globbing in ConsoleRunner
Thanks. :)

Silicium62

  • Guest
Re: The 19 august 2006 build is out.
« Reply #2 on: August 20, 2006, 12:00:12 pm »
hi,

I am a French user.

Do you know why the accents in console_runner doesn't work ? I've got XP, the last nightly unicode build and unicode wx2.6.3...I must install something else ?

thanks.

PS : sorry, I didn't find posts who explain that....

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 19 august 2006 build is out.
« Reply #3 on: August 20, 2006, 04:46:21 pm »
Silicium62: In a few words it's just Bill Gates' fault.

It's because of the different encodings used by the console and Windows as it, and I have no idea how to make them match.

Quote
Windows: áéíóúñÁÉÍÓÚÑüÜ
DOS: ßÚݾ·±┴╔═Ë┌г▄

There's a workaround to this problem: edit your sources in DOS :P

Quote
Windows:  ‚¡¢£¤µÖà饁š
DOS: áéíóúñÁÉÍÓÚÑüÜ

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: The 19 august 2006 build is out.
« Reply #4 on: August 20, 2006, 05:53:25 pm »
There are two plugins (pluginwizard.dll and projectwizard.dll) they failed to load because there are build with an older C::B SDK thatn C::B itself.

Where can I get the current version of all plugins?

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: The 19 august 2006 build is out.
« Reply #5 on: August 20, 2006, 06:29:58 pm »
I got some problemes with this version and checked some older ones on my WinXP.

The oldes (in productiv use) version I used was 29.July. It works fine!

6. Aug
After loading a workspace CPU goes to 99%, RAM increases to ~30MB. After that CPU goes to 0%.
It is ok I think.

8. Aug
After loading the same workspace CPU goes to 99%, RAM increases to ~70MB. After that CPU goes to 0%.
What about the 50MB difference? It is to much I think. C::B is very shlow while that.

19. Aug
The same workspace. CPU goes to 99%, ram to ~70MB BUT cpu does not go to 0% it holds 99% (over 10minutes now).
Something is wrong here I think.
After closing 19.Aug a error occured.

[error]
Error occured on Sunday, August 20, 2006 at 18:53:15.

C:\Programme\CodeBlocks\codeblocks.exe caused an Access Violation at location 65ed00a7 in module C:\Programme\CodeBlocks\share\codeblocks\plugins\codecompletion.dll Reading from location 03f93144.

Registers:
eax=03f93138 ebx=0797f9cc ecx=00000000 edx=029021e0 esi=ffffffff edi=0022f488
eip=65ed00a7 esp=0797f930 ebp=0797f930 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246

Call stack:
65ED00A7  C:\Programme\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65ED00A7  PluginSDKVersion
65F11AFF  C:\Programme\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65F11AFF  _ZNK8cbPlugin7GetTypeEv
65E99620  C:\Programme\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65E99620
65E996DE  C:\Programme\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65E996DE
65E996DE  C:\Programme\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65E996DE
65E996DE  C:\Programme\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65E996DE
65E991AF  C:\Programme\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65E991AF
65E98460  C:\Programme\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65E98460
65E97CC7  C:\Programme\CodeBlocks\share\codeblocks\plugins\codecompletion.dll:65E97CC7
100A0815  C:\Programme\CodeBlocks\wxmsw26u_gcc_cb.dll:100A0815  _ZN8wxThreadD2Ev
77C0A3B0  C:\WINDOWS\system32\msvcrt.dll:77C0A3B0  _endthreadex
7C80B50B  C:\WINDOWS\system32\kernel32.dll:7C80B50B  GetModuleFileNameA
[/error]

Could it depend on my failed plugins?
« Last Edit: August 20, 2006, 06:55:19 pm by MoonKid »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 19 august 2006 build is out.
« Reply #6 on: August 20, 2006, 06:53:28 pm »
There are two plugins (pluginwizard.dll and projectwizard.dll) they failed to load because there are build with an older C::B SDK thatn C::B itself.

Where can I get the current version of all plugins?

these plug-ins are no longer used. You can savely delete them.

zigzed

  • Guest
Re: The scrollbar of the editor
« Reply #7 on: August 21, 2006, 03:45:26 am »
I use the nightly build of CB since 16Aug, every version has the annoying bug: there're something wrong with the first editor's scrollbar (please see the attached screenshots, i highlight with red line for compare). the problem is exist even i maximum the CB window. i run it on two computer, both have such problems.

nightly: from 16Aug to 19Aug....(I didn't use the version before 16Aug).
OS:  ubuntu dapper 6.06 with gnome 2.14.3 and compiz (AIGLX)


[attachment deleted by admin]

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 19 august 2006 build is out.
« Reply #8 on: August 21, 2006, 04:30:45 am »
@Zigzed: I don't have that problem here. Running Ubuntu 6.06 w/gnome. No compiz though.


zigzed

  • Guest
Re: The 19 august 2006 build is out.
« Reply #9 on: August 21, 2006, 04:58:26 am »
@cstudent, i restart to disable the compiz, same problem here......