Author Topic: The 18 march 2006 build is out.  (Read 9458 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 18 march 2006 build is out.
« on: March 18, 2006, 11:19:08 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 18 March 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060318_rev2214_win32.7z
  - Linux : not supported yet


Resolved Fixed:

  • copystrings :
      - includes clean up
      - cbMessageBox
      - interface reduction
  • classwizard :
      - includes clean up
      - cbMessageBox

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)


Offline Conan Kudo

  • Multiple posting newcomer
  • *
  • Posts: 111
    • Enano CMS Project
Re: The 18 march 2006 build is out.
« Reply #1 on: March 19, 2006, 07:26:49 am »

  • toolbar-images-not-changing-state (is a wx problem)


I noticed something about that bug... It only appears on Windows XP.... My suspicions were confirmed when someone told me using ANSI build on XP created the same problem... I believe there is a bug in wx theming support, because all OSes that don't contain UXTHEME.DLL, which powers XP's shellstyle engine, do not have the changing state problem, but rather, the bug about a toolbar about build target getting truncated... Its only a suspicion, but with only two annoying bugs appearing on the list, with one missing, I figure I should say this....

Offline rathapolk

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: The 18 march 2006 build is out.
« Reply #2 on: March 22, 2006, 04:19:21 pm »
Hello,

When clicking the New File button at the toolbar, the Save As dialog pops up and its file filter is "AngelScript files". Should it be "All files"?

Rathapol-K