Author Topic: The 07 September 2007 build (4439) is out.  (Read 30333 times)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 07 September 2007 build (4439) is out.
« Reply #15 on: September 08, 2007, 11:09:57 am »
I've uploaded the official copy of Rev4339 (which I could download last night) to the following link.

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

Offline orefa

  • Multiple posting newcomer
  • *
  • Posts: 102
Re: The 07 September 2007 build (4439) is out.
« Reply #16 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...

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 07 September 2007 build (4439) is out.
« Reply #17 on: September 08, 2007, 03:40:49 pm »
Unfortunately I don't have a Windows 2000 to test that :(

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 07 September 2007 build (4439) is out.
« Reply #18 on: September 08, 2007, 03:55:51 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
« Last Edit: September 08, 2007, 10:50:19 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 07 September 2007 build (4439) is out.
« Reply #19 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 07 September 2007 build (4439) is out.
« Reply #20 on: September 08, 2007, 04:58:46 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.

Code
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
 {
« Last Edit: September 08, 2007, 10:48:26 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline tvaster

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 07 September 2007 build (4439) is out.
« Reply #21 on: September 08, 2007, 05:05:17 pm »
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.

Offline wwolf

  • Multiple posting newcomer
  • *
  • Posts: 34
Re: The 07 September 2007 build (4439) is out.
« Reply #22 on: September 08, 2007, 06:32:47 pm »
Thanks guys!

Attila

Offline h8or

  • Multiple posting newcomer
  • *
  • Posts: 13
    • My personal webpage
Re: The 07 September 2007 build (4439) is out.
« Reply #23 on: September 08, 2007, 10:11:56 pm »
Between build 4429 and this 4439 build, the help_plugin.dll has stopped loading under Windows 2000...
... and under Windows XP SP2.

Offline Icek

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 07 September 2007 build (4439) is out.
« Reply #24 on: September 09, 2007, 09:57:56 am »
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

  • Guest
Re: The 07 September 2007 build (4439) is out.
« Reply #25 on: September 10, 2007, 05:52:42 pm »
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]