User forums > Nightly builds

The 01 June 2006 build is out.

(1/2) > >>

killerbot:
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

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 01 June 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060601_rev2520_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060601_rev2520.deb (not yet)
         http://download.berlios.de/codeblocks/CB_20060601_rev2520_fc4+5.rpm


Resolved Fixed:


* Fixed bug #7707 which happened to be a problem with wxWidgets when reading a hexadecimal number using wxString::ToLong and that number was a negative one
* Decided to replace the call to wxString::ToLong to a handwritten wxStrHexTo<T> reading from the second match (this fixes a minor bug that could arise with the previous fix)
* Updated std::string evaluation in GDB's script
Regressions/Confirmed/Annoying/Common bugs:


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

asdf:
I'm using visual express compiler with codeblocks, how come when I try to compile a file without it being in a project, it returns errors in the iostream header file...?

also, would it be too much trouble to provide an icon association to Visual Studio 2005 Solutions and Projects???

Phoenix:
I have a problem wxSmith. When you move project into different folder and you where unfrotuned to leave full path (drive+folders+file) instead of relative you can't do anything. C::B is displaying "Can't load image from..." and the only way to close it down is to ether create missing file in specified path or to kill C::B. I have noticed that when you select file for the first time it has relative path, but after selecting different control and moving back to wxStaticBitmap you can see full path.

[edit]And one more thing: You CAN NOT type in path manually. You have to use "Browse" and you are not able to put relative path.[/edit]

I'm using latest nightbuild.

MortenMacFly:

--- Quote from: asdf on June 02, 2006, 07:14:37 am ---how come when I try to compile a file without it being in a project, it returns errors in the iostream header file...?

--- End quote ---
A single file is usually compiled with the default compiler which must not be Visual C++. I know you can setup any compiler as default, but there are cases where "gcc" is setup as default anyway - like single file compilation. I've noted this already, and I'm already looking into this to file a patch...
To setup a specific compiler put the file in a project.
With regards, Morten.

Jewe:
Hi,

I had a question regarding the usage of the help files.
Could be that its done by design or its just a defect.

what do I do?
Type wxsocketbase then right mouse click "Locate in WX"
WX is the name I gave to the wx help file.

So far everythings great, nice feature.
But then I want to return to Codeblocks and I need to close the help file.?  :shock:

Is this done by design?

Regards,

Jewe

Navigation

[0] Message Index

[#] Next page

Go to full version