diff --git a/checkin_notes b/checkin_notes index fd1b242740..6f768d7edb 100755 --- a/checkin_notes +++ b/checkin_notes @@ -16432,3 +16432,21 @@ David 16 Aug 2004 cs_scheduler.C sched/ transitioner.C + +Rom 16 Aug 2004 + - After much gnashing of teeth, head scratching, and other + assorted things, I finally can build the cross platform GUI again. + + The default project builds for the wxWidgets static library, MSVCRT + static library, and STL static library really don’t like each other. + It took a few days to get things to a point they would compile, and we + still throw a few warnings on the release build. + + clientgui/ + BOINCGUI.sln + BOINCGUI.vcproj + gui_rpc_client.C, .h (removed) + makefile.gui_test (removed) + lib/ + gui_rpc_client.C, .h (added) + makefile.gui_test (added) diff --git a/clientgui/BOINCGUI.vcproj b/clientgui/BOINCGUI.vcproj index 3cd595b3b8..8b088493fe 100644 --- a/clientgui/BOINCGUI.vcproj +++ b/clientgui/BOINCGUI.vcproj @@ -33,7 +33,7 @@ PrecompiledHeaderThrough="stdwx.h" WarningLevel="3" WarnAsError="FALSE" - Detect64BitPortabilityProblems="TRUE" + Detect64BitPortabilityProblems="FALSE" DebugInformationFormat="3"/> @@ -94,7 +94,7 @@ DisableLanguageExtensions="FALSE" UsePrecompiledHeader="0" PrecompiledHeaderThrough="stdwx.h" - WarningLevel="4" + WarningLevel="3" Detect64BitPortabilityProblems="FALSE" DebugInformationFormat="4" CompileAs="0"/>