News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 17 January 2008 build (4830) is out.

Started by killerbot, January 17, 2008, 10:21:57 PM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx287.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 17 January 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080117_rev4830_win32.7z
  - Linux :
   none

Resolved Fixed:


  • wxSmith:
    * Fixed bug: some extra styles for dialog and frame were threated as standard styles, removed few duplicates (found by wvteijlingen)
    * Fixed bug: invalid name of xrc node for HelpText property (found by wvteijlingen)
  • add new compiler macros; examples for shell extension (TortoiseSVN integration)
  • add german version of docu (Auto Versioning)
  • update screenshots
  • add scriptbindings for Virtual Targets and Project Dependencies
  • properly fix the "layout changed" issue (C::B asking permanently about saving changed layout)
  • Folding evolution integration for preview editor
  • add docu for lib finder plugin (thx to byo)

Regressions/Confirmed/Annoying/Common bugs:


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


Jenna

Binary packages for debian (stable, testing and unstable) and sources can be downloaded from my repository (see signature).

Xaviou

Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

rhf

The To-Do list with Build 4830 still does not work properly for me on Windows XP.
If I do not set Auto-refresh in  Settings/Environment/To-Do List, then I get nothing in To-Do list view window or in Message pane. With Auto-refresh enabled, I do get list but it will not refresh.

pasgui

Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

cfdev

C::B Package for Slackware 12.0 (All plugins)
Slacker 4 ever

stahta01

Patch needed for windows XP when not using PCH.

Tim S



Index: src/plugins/contrib/ThreadSearch/ThreadSearch.cbp
===================================================================
--- src/plugins/contrib/ThreadSearch/ThreadSearch.cbp (revision 4832)
+++ src/plugins/contrib/ThreadSearch/ThreadSearch.cbp (working copy)
@@ -48,6 +48,7 @@
<Add option="-DBUILDING_PLUGIN" />
<Add option="-DNO_LOGGING" />
<Add directory="$(#CB.include)" />
+ <Add directory="$(#CB.include)\tinyxml" />
<Add directory="$(#CB.include)\wxscintilla\include" />
<Add directory="$(#cb.include)\wxFlatNotebook\include" />
<Add directory="$(#WX.include)" />
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

killerbot


@nthony


BCCISProf

Just noticed that the save icon is missing once a file has already been saved. Its not grayed out - its gone :)

Windows XP - 17th Jan build


lizhuoyi


stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]