User forums > Nightly builds
The 26 June 2011 build (7257) is out.
ollydbg:
--- Quote from: Loaden on June 28, 2011, 09:05:42 am ---ollydbg, could you checking you mail?
I have some question need talk to you.
--- End quote ---
replied, and I think my tiny patch is acceptable. :D
Loaden:
--- Quote from: ollydbg on June 28, 2011, 09:15:50 am ---
--- Quote from: Loaden on June 28, 2011, 09:05:42 am ---ollydbg, could you checking you mail?
I have some question need talk to you.
--- End quote ---
replied, and I think my tiny patch is acceptable. :D
--- End quote ---
Done.
You can review rev7259 and find what's the changes.
ollydbg:
--- Quote from: Loaden on June 28, 2011, 10:45:55 am ---Done.
You can review rev7259 and find what's the changes.
--- End quote ---
Good! I personally think the m_AncestorString should be cleared as soon as possible to avoid the recursive infinite loop when calculate class inheritance.
stahta01:
Patch for NON PCH Build.
Tim S.
--- Code: ---Index: src/sdk/logmanager.cpp
===================================================================
--- src/sdk/logmanager.cpp (revision 7266)
+++ src/sdk/logmanager.cpp (working copy)
@@ -9,6 +9,10 @@
#include "sdk_precomp.h"
+#ifndef WX_PRECOMP
+#include <wx/bitmap.h>
+#endif
+
#ifndef CB_PRECOMP
#include <wx/log.h>
#endif
--- End code ---
Loaden:
--- Quote from: stahta01 on July 01, 2011, 04:20:00 am ---Patch for NON PCH Build.
Tim S.
--- Code: ---Index: src/sdk/logmanager.cpp
===================================================================
--- src/sdk/logmanager.cpp (revision 7266)
+++ src/sdk/logmanager.cpp (working copy)
@@ -9,6 +9,10 @@
#include "sdk_precomp.h"
+#ifndef WX_PRECOMP
+#include <wx/bitmap.h>
+#endif
+
#ifndef CB_PRECOMP
#include <wx/log.h>
#endif
--- End code ---
--- End quote ---
done. :)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version