Author Topic: The 27 february 2006 build is out.  (Read 17781 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 27 february 2006 build is out.
« 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:

  • Renamed Macintosh rsrc files
  • Adjust title bar on save project (fixes bug 6585, and when saving new project from template)
  • user templates are no longer stored in ".CodeBlocks" subdir of <docsSets>\<User> but in <docSets>\<User>\ApplicationData\CodeBlocks\UserTemplates
  • Fixed problem with XRC file for Settings->Editor
  • Rename project files (Feature Request #1805)
  • new dir button for user templates directory selection (patch 866 for feature request 1878)

Regressions/Confirmed/Annoying/Common bugs:

  • DDE bug : clicking in windows explorer on a CB registered file throws an error message box
  • toolbar-images-not-changing-state (is a wx problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)


Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: The 27 february 2006 build is out.
« Reply #1 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 :)

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 27 february 2006 build is out.
« Reply #2 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.

sethjackson

  • Guest
Re: The 27 february 2006 build is out.
« Reply #3 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

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 27 february 2006 build is out.
« Reply #4 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 !!!

sethjackson

  • Guest
Re: The 27 february 2006 build is out.
« Reply #5 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
« Last Edit: February 28, 2006, 06:08:34 pm by sethjackson »

marcopolo

  • Guest
Re: The 27 february 2006 build is out.
« Reply #6 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

marcopolo

  • Guest
Re: The 27 february 2006 build is out.
« Reply #7 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.

takeshimiya

  • Guest
Re: The 27 february 2006 build is out.
« Reply #8 on: March 01, 2006, 07:16:57 pm »
PlaceWindow() to the rescuee. :P

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 27 february 2006 build is out.
« Reply #9 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 27 february 2006 build is out.
« Reply #10 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 ?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 27 february 2006 build is out.
« Reply #11 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
User32.lib (user32.a) is required which should already be linked with (I suppose). But could somebody that really knows confirm this?
Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

takeshimiya

  • Guest
Re: The 27 february 2006 build is out.
« Reply #12 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().

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 27 february 2006 build is out.
« Reply #13 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:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ