Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on February 27, 2006, 09:12:38 pm

Title: The 27 february 2006 build is out.
Post by: killerbot on February 27, 2006, 09:12: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://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 27 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060227_rev2090_win32.7z
  - Linux : not supported yet


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 27 february 2006 build is out.
Post by: kkez on February 28, 2006, 01:39:43 pm
  • Adjust title bar on save project (fixes bug 6585, and when saving new project from template)
  • Rename project files (Feature Request #1805)
  • new dir button for user templates directory selection (patch 866 for feature request 1878)
Thank you, killerbot and sethjackson :)
Title: Re: The 27 february 2006 build is out.
Post by: skirby on February 28, 2006, 02:54:01 pm
Hello,

I have found a nasty bug which make crash C::B
Here the way to reproduce it.

Create or open a project with ressource file (.rc)
Go to menu "Settings" and "Environment" then go to "Files extension handling"
Register *.rc wildcard to ResEdit program (you can find it here http://www.radasm.com/projects/ResEd.zip)
Check the radio button "Launch a external program" and above all the check box "Disable Code::Blocks while the externam program is running"
Now double click on your ressource file => C::B open ResEdit successfully

Now, close ResEdit. C::B show us an error message:

ERROR:
Could not open file "D:\Dvpt\res_dlg.rc"
The register handler (File extension handler) could not open it.


Close the error message box and after two seconds, C::B crash  :(

For information, if the check box "Disable Code::Blocks while the externam program is running" is unchecked, there is no problem.

I hope you could fix this bug.

Thanks and have a nice day.
Title: Re: The 27 february 2006 build is out.
Post by: sethjackson on February 28, 2006, 04:31:39 pm
  • Adjust title bar on save project (fixes bug 6585, and when saving new project from template)
  • Rename project files (Feature Request #1805)
  • new dir button for user templates directory selection (patch 866 for feature request 1878)
Thank you, killerbot and sethjackson :)

You're welcome. :)

BTW Thomas did the Rename project files, and killerbot fixed the Adjust title bar on save project. Credit where credit is due. :D
Title: Re: The 27 february 2006 build is out.
Post by: killerbot on February 28, 2006, 05:38:22 pm
  • Adjust title bar on save project (fixes bug 6585, and when saving new project from template)
  • Rename project files (Feature Request #1805)
  • new dir button for user templates directory selection (patch 866 for feature request 1878)
Thank you, killerbot and sethjackson :)

You're welcome. :)

BTW Thomas did the Rename project files, and killerbot fixed the Adjust title bar on save project. Credit where credit is due. :D

one word : teamplay !!!
Title: Re: The 27 february 2006 build is out.
Post by: sethjackson on February 28, 2006, 06:04:25 pm
  • Adjust title bar on save project (fixes bug 6585, and when saving new project from template)
  • Rename project files (Feature Request #1805)
  • new dir button for user templates directory selection (patch 866 for feature request 1878)
Thank you, killerbot and sethjackson :)

You're welcome. :)

BTW Thomas did the Rename project files, and killerbot fixed the Adjust title bar on save project. Credit where credit is due. :D

one word : teamplay !!!

 :D :D :D
Title: Re: The 27 february 2006 build is out.
Post by: marcopolo on February 28, 2006, 06:48:57 pm
Hello,

i'm a registered user. I'm try to download last Nightly builds, but after 2 successful tryiing,
i'm not able to download anythings anymore. The mirror site  http://download.berlios.de/ always say:

Too many clients from 138.132.54.100

But i'm between a firewal (my office net is 138.132.xxx.xxx) so i can't control how many
clients are connected from my access server.
But, because of i'm trying to connect at any time for 2 consecutively days (only few trying per day),
my suspect is that berlios don't clear his history (or something has been store on my PC) and so i can't
download anything anymore from there  :(

Have you some seggestion ?

Best regards

P.S. It seems C::B build after RC2 doesn't work anymore on my system: WinNT 4 sp. 6
       But i'm not able to download the needed dll to try if with them it works again
Title: Re: The 27 february 2006 build is out.
Post by: marcopolo on March 01, 2006, 12:23:10 pm
Hello,

i have try to launch the last cb build (ANSI) on my WinNT 4 sp6 but
there is an error during USER32.dll loading: it seems the exported function
GetMonitorInfoA cannot be find in my USER32.dll (i'm not an admin, so a can't
update my system libs).
It seems last "official" CB release (RC2) doesn't use it because it works
on my system. So the question is: can you avoid to use GetMonitorInfoA
in your next releases? Is it so necessary?

Best regards.

P.S.: Today i have download all last Nightly build successfully from http://download.berlios.de.
        Thanks to solve my previous days download problem.
Title: Re: The 27 february 2006 build is out.
Post by: takeshimiya on March 01, 2006, 07:16:57 pm
PlaceWindow() to the rescuee. :P
Title: Re: The 27 february 2006 build is out.
Post by: MortenMacFly on March 01, 2006, 07:49:00 pm
can you avoid to use GetMonitorInfoA[...]
Try the following: Under Settings->Environment-> View: Disable the "Enhanced multi-monitor Placement". This might (!) help. (If I got Takeshi Miya right then he suggested the same... ;-))
Morten.
Title: Re: The 27 february 2006 build is out.
Post by: killerbot on March 01, 2006, 08:06:53 pm
and now for the solution, which import library do we need and to which targets should we add it ?
Title: Re: The 27 february 2006 build is out.
Post by: MortenMacFly on March 01, 2006, 09:52:27 pm
and now for the solution, which import library do we need and to which targets should we add it ?
According to:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/monitor_27e7.asp (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/monitor_27e7.asp)
User32.lib (user32.a) is required which should already be linked with (I suppose). But could somebody that really knows confirm this?
Morten.
Title: Re: The 27 february 2006 build is out.
Post by: takeshimiya on March 01, 2006, 10:00:32 pm
From requeriments:

Windows NT/2000/XP/Vista: Included in Windows 2000 and later.
Windows 95/98/Me: Included in Windows 98 and later.

That means: Win 95 and Win NT must use the "non-Windows" implementation of PlaceWindow().
Title: Re: The 27 february 2006 build is out.
Post by: MortenMacFly on March 01, 2006, 10:33:27 pm
That means: Win 95 and Win NT must use the "non-Windows" implementation of PlaceWindow().
Sorry! I overlooked WinNT4... :oops: