When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
ollydbg, could you checking you mail?I have some question need talk to you.
Quote from: Loaden on June 28, 2011, 09:05:42 amollydbg, could you checking you mail?I have some question need talk to you.replied, and I think my tiny patch is acceptable.
Done.You can review rev7259 and find what's the changes.
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
Patch for NON PCH Build.Tim S.CodeIndex: 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
Console redirect doesn't work in windows 8. Please, fix it. >_<
Quote from: Randajad on July 03, 2011, 10:04:57 amConsole redirect doesn't work in windows 8. Please, fix it. >_<Well, it looks like you are the one who got his hand on Windows 8. It should be easier for you then to provide us with a patch
Quote from: Ceniza on July 03, 2011, 04:03:12 pmQuote from: Randajad on July 03, 2011, 10:04:57 amConsole redirect doesn't work in windows 8. Please, fix it. >_<Well, it looks like you are the one who got his hand on Windows 8. It should be easier for you then to provide us with a patch Harhar... right. According to this:http://windows8beta.com/2011/06/windows-8-may-rtm-in-april-2012...we have still plenty of time left. Not to remind you that this might actually be a bug in Windows 8, right?