News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 07 September 2007 build (4439) is out.

Started by killerbot, September 07, 2007, 06:21:47 PM

Previous topic - Next topic

Biplab

I've uploaded the official copy of Rev4339 (which I could download last night) to the following link.

Quotehttp://hosted.filefront.com/biplab/
Be a part of the solution, not a part of the problem.

orefa

Between build 4429 and this 4439 build, the help_plugin.dll has stopped loading under Windows 2000...

Ceniza

Unfortunately I don't have a Windows 2000 to test that :(

stahta01

#18
Quote from: orefa on September 08, 2007, 03:24:59 PM
Between build 4429 and this 4439 build, the help_plugin.dll has stopped loading under Windows 2000...

Patch to try on SVN 4443; it compilers and loads, no idea if it works.
My next patch works better.

Tim S
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]

Ceniza

I'm not that sure about the change for the bzip2 and zlib #includes. I think it would be better to modify the cbp file to include those directories.

stahta01

#20
Quote from: Ceniza on September 08, 2007, 04:42:52 PM
I'm not that sure about the change for the bzip2 and zlib #includes. I think it would be better to modify the cbp file to include those directories.

Yeah, you can fix it that way. And in some ways its better.

Tim S

patch below works for me.


Index: src/plugins/contrib/help_plugin/help-plugin.cbp
===================================================================
--- src/plugins/contrib/help_plugin/help-plugin.cbp (revision 4441)
+++ src/plugins/contrib/help_plugin/help-plugin.cbp (working copy)
@@ -44,6 +44,8 @@
<Add option="-DcbDEBUG" />
<Add option="-DTIXML_USE_STL" />
<Add option="-DwxUSE_UNICODE" />
+ <Add directory="bzip2" />
+ <Add directory="zlib" />
</Compiler>
<Linker>
<Add library="bzip2/libbzip2.a" />
Index: src/plugins/contrib/help_plugin/MANFrame.cpp
===================================================================
--- src/plugins/contrib/help_plugin/MANFrame.cpp (revision 4443)
+++ src/plugins/contrib/help_plugin/MANFrame.cpp (working copy)
@@ -7,8 +7,11 @@
#include <wx/wfstream.h>
#include <wx/filename.h>
#include <stdio.h>
#include <bzlib.h>
#include <zlib.h>
+#ifndef CB_PRECOMP
+    #include "globals.h" // cbC2U
+#endif

namespace
{
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]

tvaster

What happened to XRC option checkbox when creating a new project from main page?
Worked about a week ago I believe.

SVN 4443 Suse 10.2

Thanks.

wwolf


h8or

Quote from: orefa on September 08, 2007, 03:24:59 PM
Between build 4429 and this 4439 build, the help_plugin.dll has stopped loading under Windows 2000...
... and under Windows XP SP2.

Icek

Hi all, i dont know if this was already reported, but i have this problem :
I open some file, write some code, then try build and if there is any error, codeblocks open new panel with the same file and show me error there. This later produce problems with saving files and / or codeblocks show message that this file has been modified outside of codeblocks, but it is not true.

defza

Hi,

Been using Codeblocks for one of our courses http://www.cs.sun.ac.za/~rw745/.

My crash log attached.

Also, if CB crashes, the .cbp file isn't saved, so all my added files aren't in the project anymore, so it's a mission to add them again. Anyway one could make it autosave when adding new files etc?

Thanks!

[attachment deleted by admin]