User forums > Nightly builds

The 30 March 2008 build (4977) is out.

<< < (5/6) > >>

cacb:

--- Quote from: Biplab on April 03, 2008, 07:32:05 am ---When does it occur?? During project loading or compiling? :)

--- End quote ---

It occurs during project/workspace loading  8) .  I have a workspace with a couple of inter-dependent projects, and get the message once per project (even if the Windows target is not active).

stahta01:
Patch is needed to compile under Windows when NOT using PCH (Pre-Compiled Headers)

Note: The include <wx/gauge.h> must be before the include of headersdetectordlg.h on Windows OS.
This is because of wxWidgets design issue no fault of Code::Blocks. You could add the include to headersdetectordlg.h.

My Patch moves the include headersdetectordlg.h to be the last include in file headersdetectordlg.cpp.

Tim S


--- Code: ---Index: src/plugins/contrib/lib_finder/headersdetectordlg.cpp
===================================================================
--- src/plugins/contrib/lib_finder/headersdetectordlg.cpp (revision 4986)
+++ src/plugins/contrib/lib_finder/headersdetectordlg.cpp (working copy)
@@ -1,4 +1,3 @@
-#include "headersdetectordlg.h"
 
 //(*InternalHeaders(HeadersDetectorDlg)
 #include <wx/sizer.h>
@@ -11,6 +10,8 @@
 
 #include <encodingdetector.h>
 
+#include "headersdetectordlg.h"
+
 //(*IdInit(HeadersDetectorDlg)
 const long HeadersDetectorDlg::ID_STATICTEXT1 = wxNewId();
 const long HeadersDetectorDlg::ID_STATICTEXT3 = wxNewId();

--- End code ---

killerbot:
done

fackue:
I'd like to see the left\right buttons to scroll your open tabs scroll your tabs on mouse down or up rather than single click. When it's "double-clicked" the tabs do not move.

gd_on:
 :P :P :P :P :P :P
Wouh  :lol: :lol: :lol: :lol:
I've just built svn 5000 on my PC.
Nice number isn't it !!!!

Thanks to all

gd_on

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version