Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on February 26, 2006, 07:02:42 pm

Title: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
Post by: killerbot on February 26, 2006, 07:02:42 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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

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

The 26 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060226_rev2084_win32.7z
  - Windows (ANSI): http://download.berlios.de/codeblocks/CB_20060226_rev2084_win32_ansi_.7z
  - Linux : not supported yet


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
Post by: arnix on February 26, 2006, 10:13:37 pm
Hi, when I write something in unicode in the source code and save the file it becomes 0 bytes. I don't know it's CodeBlocks or Scintilla bug, here is the string which contains unicde letters, when I delete these 3 letters everything goes well, when I write even one such letter and try to save the *.cpp file it becomes 0 bytes length... Thank you.

_tprintf(_T("%s"), _T("Այո"));
Title: Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
Post by: killerbot on February 26, 2006, 10:25:34 pm
check your File encoding settings
Title: Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
Post by: arnix on February 26, 2006, 10:50:57 pm
check your File encoding settings

Ah, thank you.
Anyway, I think it would be "logically more right" if it could automatically detect non ASCII characters and ask what to do.

P.S.
Do you know if it is ISO standard compatible UTF-8 or UNICODE source files with BOM? In other words, do all popular compilers support such files? Thank you once more.
Title: Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
Post by: killerbot on February 26, 2006, 11:24:47 pm
now that's out of my league, I just knew it is often a cause of problems.
Yiannis, Thomas to the rescue please (they know all about this) ...  :mrgreen:
Title: Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
Post by: Conan Kudo on February 27, 2006, 03:16:27 am
You know how the wx-not-changing-state problem was for some of the buttons.... Uhh, well, the ANSI build for Windows 9x does not have this problem..... :shock: It may be a unicode wx problem! The ANSI build on Windows 98 did not have the problem, the stop debugging icon was greyed out like it was supposed to...
Title: Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
Post by: TDragon on February 27, 2006, 03:59:54 am
You know how the wx-not-changing-state problem was for some of the buttons.... Uhh, well, the ANSI build for Windows 9x does not have this problem..... :shock: It may be a unicode wx problem! The ANSI build on Windows 98 did not have the problem, the stop debugging icon was greyed out like it was supposed to...
Unless something pertinent was changed between 2083 and 2084, it's still present in the ANSI build running under WinXP.
Title: Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
Post by: artur on February 27, 2006, 10:31:25 am
Hi, I found new bug in this build (I didn't noticed it in previews). When I click Settings->Editor following message shows up:

10:06:52: No handler found for XML node 'object', class 'sizeritem'!
10:06:52: No handler found for XML node 'object', class 'sizeritem'!

I'm using Windows UNICODE version in WindowsXP.
Title: Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
Post by: Michael on February 27, 2006, 10:34:40 am
Hello,

Yes, I can confirm these bugs. I have compiled C::B rev2084 myself with GCC4.1.0 and wxWidgets 2.6.3-RC1.

Best wishes,
Michael
Title: Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
Post by: killerbot on February 27, 2006, 10:36:57 am
Yes ,I have it too.
Title: Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
Post by: takeshimiya on February 27, 2006, 01:14:00 pm
:shock: O.o, I'm hoping no-one used wxSmith for adding wxStdDialogButtonSizers in XRC mode. I've implemented the c++ output, but not the xrc output, because I didn't know wxSmith internals enough (and as byo said the recode was coming. BTW I told him that xrc output was not implemented).

Look at the todo's in src\plugins\contrib\wxSmith\defwidgetswxsstddialogbuttonsizer.h.
Title: Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
Post by: killerbot on February 27, 2006, 01:46:52 pm
Yiannis has fixed it in the mean time.
Title: Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
Post by: Michael on February 27, 2006, 01:52:51 pm
Yiannis has fixed it in the mean time.

Veni, vidi, vici.  :D

Best wishes,
Michael