Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on November 01, 2006, 06:34:38 pm

Title: The 01 november 2006 build is out.
Post by: killerbot on November 01, 2006, 06:34:38 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 01 November 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061101_rev3164_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061101_rev3164_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061101_rev3164_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061101_rev3164_fc4+5.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 01 november 2006 build is out.
Post by: sethjackson on November 01, 2006, 07:37:40 pm
Windows ANSI build is here (http://rapidshare.com/files/1580461/output.7z.html).
Title: Re: The 01 november 2006 build is out.
Post by: killerbot on November 01, 2006, 08:06:51 pm
can anyone else confirm this bug, I have seen it too, and now I am sure I am not the only one. It used to work ok, I think it popped up due to some changes a few weeks ago (there was some work for the paper size or something like that) ??

http://developer.berlios.de/bugs/?func=detailbug&bug_id=9328&group_id=5358
Title: Re: The 01 november 2006 build is out.
Post by: cstudent on November 01, 2006, 08:26:52 pm
Ubuntu 6.10 (Edgy) build here (http://www.savefile.com/projects/1037211).
Title: Re: The 01 november 2006 build is out.
Post by: BCCISProf on November 01, 2006, 10:05:07 pm
can anyone else confirm this bug, I have seen it too, and now I am sure I am not the only one. It used to work ok, I think it popped up due to some changes a few weeks ago (there was some work for the paper size or something like that) ??

http://developer.berlios.de/bugs/?func=detailbug&bug_id=9328&group_id=5358

Works fine for me. Win XP SP2. O1 Nov Build.

However, the paper size thing was not completely corrected. It still comes up with a default A4 size no matter what the printer default has been set to. It does respect the selection of "letter" size paper, but it returns to A4 each time CodeBlocks starts up. (A minor pain... but a pain nevertheless :) !
Title: Re: The 01 november 2006 build is out.
Post by: tiwag on November 02, 2006, 11:34:17 am
can anyone else confirm this bug, I have seen it too, and now I am sure I am not the only one. It used to work ok, I think it popped up due to some changes a few weeks ago (there was some work for the paper size or something like that) ??

http://developer.berlios.de/bugs/?func=detailbug&bug_id=9328&group_id=5358

must be some problem with the used font,
it prints fine with underscores for me  :shock:

Title: Re: The 01 november 2006 build is out.
Post by: tiwag on November 02, 2006, 12:28:32 pm

However, the paper size thing was not completely corrected. It still comes up with a default A4 size no matter what the printer default has been set to. It does respect the selection of "letter" size paper, but it returns to A4 each time CodeBlocks starts up. (A minor pain... but a pain nevertheless :) !


i told you already that this is a wxwidgets problem, already discussed in the wxWidgets-devs and -users mailing lists,
there are of course solutions to do this in windows, but we want to stay cross-platform and this issue will be corrected
when it's corrected in the wxWidgets GTK, MAC and MSW versions.

till that day, live with the pain and don't bother us again please.
Title: Re: The 01 november 2006 build is out.
Post by: mandrav on November 02, 2006, 12:36:45 pm
Quote from: tiwag
till that day, live with the pain and don't bother us again please.

tiwag, please be polite. I don't see anything in his message to provoke such a reaction...
Title: Re: The 01 november 2006 build is out.
Post by: BCCISProf on November 02, 2006, 02:15:25 pm

i told you already that this is a wxwidgets problem, already discussed in the wxWidgets-devs and -users mailing lists,
there are of course solutions to do this in windows, but we want to stay cross-platform and this issue will be corrected
when it's corrected in the wxWidgets GTK, MAC and MSW versions.

till that day, live with the pain and don't bother us again please.

Hey! I wasn't complaining! In fact I said that I can live with it.... I wasn't even reporting it again! I was simply responding to the comment about a new bug that may have been introduced at that time.
Title: Re: The 01 november 2006 build is out.
Post by: tiwag on November 02, 2006, 02:37:50 pm

i told you already that this is a wxwidgets problem, already discussed in the wxWidgets-devs and -users mailing lists,
there are of course solutions to do this in windows, but we want to stay cross-platform and this issue will be corrected
when it's corrected in the wxWidgets GTK, MAC and MSW versions.

till that day, live with the pain and don't bother us again please.

Hey! I wasn't complaining! In fact I said that I can live with it.... I wasn't even reporting it again! I was simply responding to the comment about a new bug that may have been introduced at that time.

ok -  i was unpolite, sorry   :oops:
Title: Re: The 01 november 2006 build is out.
Post by: tiwag on November 02, 2006, 02:59:52 pm
However, the paper size thing was not completely corrected. It still comes up with a default A4 size no matter what the printer default has been set to. It does respect the selection of "letter" size paper, but it returns to A4 each time CodeBlocks starts up. (A minor pain... but a pain nevertheless :) !

could you please test, if svn rev 3168 does it better now ?

it still doesn't read the settings from the standard windows printer,
but at least it saves and restores the last settings from the printer dialogue .

so you have to set it only once (for each new configuration)
Title: Re: The 01 november 2006 build is out.
Post by: BCCISProf on November 04, 2006, 04:35:56 am

could you please test, if svn rev 3168 does it better now ?

it still doesn't read the settings from the standard windows printer,
but at least it saves and restores the last settings from the printer dialogue .

so you have to set it only once (for each new configuration)

I am impressed how quickly and responsive you and the whole CodeBlocks team is. I've tested it using the the November 2 Nightly Build - Win XP. It works exactly as you described it.

Thanks for a really useful project.