From: Mapi B. <ma...@us...> - 2009-06-22 21:45:37
|
Update of /cvsroot/easycalc/PPCport In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv21796 Modified Files: EasyCalc.vcproj Main.cpp core_main.cpp Log Message: 2nd upload, getting closer Index: EasyCalc.vcproj =================================================================== RCS file: /cvsroot/easycalc/PPCport/EasyCalc.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EasyCalc.vcproj 26 May 2008 20:09:53 -0000 1.1 --- EasyCalc.vcproj 22 Jun 2009 21:44:28 -0000 1.2 *************** *** 46,50 **** ExecutionBucket="7" Optimization="0" ! AdditionalIncludeDirectories="E:\AppsDev\EasyCalc\EasyCalc;E:\AppsDev\EasyCalc\EasyCalc\include" PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCKETPC2003_UI_MODEL;SPECFUN_ENABLED;GRAPHS_ENABLED" MinimalRebuild="true" --- 46,50 ---- ExecutionBucket="7" Optimization="0" ! AdditionalIncludeDirectories="E:\AppsDev\EasyCalc\EasyCalc;E:\AppsDev\EasyCalc\EasyCalc\include;E:\AppsDev\EasyCalc\EasyCalc\core\mlib;"E:\AppsDev\EasyCalc\EasyCalc\system - UI"" PreprocessorDefinitions="_DEBUG;_WIN32_WCE=$(CEVER);UNDER_CE;$(PLATFORMDEFINES);WINCE;DEBUG;_WINDOWS;$(ARCHFAM);$(_ARCHFAM_);_UNICODE;UNICODE;POCKETPC2003_UI_MODEL;SPECFUN_ENABLED;GRAPHS_ENABLED" MinimalRebuild="true" *************** *** 53,56 **** --- 53,57 ---- WarningLevel="3" DebugInformationFormat="3" + ForcedIncludeFiles="" ShowIncludes="true" /> *************** *** 380,475 **** > <File - RelativePath=".\core_display.cpp" - > - </File> - <File - RelativePath=".\core_globals.cpp" - > - </File> - <File RelativePath=".\core_main.cpp" > </File> <File - RelativePath=".\DataManager.cpp" - > - </File> - <File - RelativePath=".\dbutil.cpp" - > - </File> - <File - RelativePath=".\EasyCalc.cpp" - > - </File> - <File RelativePath=".\Main.cpp" > </File> ! <File ! RelativePath=".\result.cpp" ! > ! </File> ! <File ! RelativePath=".\shell_loadimage.cpp" ! > ! </File> ! <File ! RelativePath=".\Skin.cpp" ! > ! </File> ! <File ! RelativePath=".\StateManager.cpp" ! > ! </File> ! <File ! RelativePath=".\stdafx.cpp" > ! <FileConfiguration ! Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" > ! <Tool ! Name="VCCLCompilerTool" ! UsePrecompiledHeader="1" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" > ! <Tool ! Name="VCCLCompilerTool" ! UsePrecompiledHeader="1" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" > ! <Tool ! Name="VCCLCompilerTool" ! UsePrecompiledHeader="1" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" > ! <Tool ! Name="VCCLCompilerTool" ! UsePrecompiledHeader="1" ! /> ! </FileConfiguration> ! </File> <Filter ! Name="mlib" > <File ! RelativePath=".\mlib\history.cpp" > </File> <File ! RelativePath=".\mlib\konvert.cpp" > </File> <File ! RelativePath=".\mlib\stack.cpp" > </File> --- 381,496 ---- > <File RelativePath=".\core_main.cpp" > </File> <File RelativePath=".\Main.cpp" > </File> ! <Filter ! Name="system - UI" > ! <File ! RelativePath=".\system - UI\core_display.cpp" > ! </File> ! <File ! RelativePath=".\system - UI\EasyCalc.cpp" > ! </File> ! <File ! RelativePath=".\system - UI\shell_loadimage.cpp" > ! </File> ! <File ! RelativePath=".\system - UI\Skin.cpp" > ! </File> ! <File ! RelativePath=".\system - UI\StateManager.cpp" ! > ! </File> ! <File ! RelativePath=".\system - UI\stdafx.cpp" ! > ! <FileConfiguration ! Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" ! > ! <Tool ! Name="VCCLCompilerTool" ! UsePrecompiledHeader="1" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Debug|Windows Mobile 6 Professional SDK (ARMV4I)" ! > ! <Tool ! Name="VCCLCompilerTool" ! UsePrecompiledHeader="1" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)" ! > ! <Tool ! Name="VCCLCompilerTool" ! UsePrecompiledHeader="1" ! /> ! </FileConfiguration> ! <FileConfiguration ! Name="Release|Windows Mobile 6 Professional SDK (ARMV4I)" ! > ! <Tool ! Name="VCCLCompilerTool" ! UsePrecompiledHeader="1" ! /> ! </FileConfiguration> ! </File> ! </Filter> <Filter ! Name="core" > <File ! RelativePath=".\core\core_globals.cpp" > </File> + <Filter + Name="mlib" + > + <File + RelativePath=".\core\mlib\display.cpp" + > + </File> + <File + RelativePath=".\core\mlib\funcs.cpp" + > + </File> + <File + RelativePath=".\core\mlib\history.cpp" + > + </File> + <File + RelativePath=".\core\mlib\konvert.cpp" + > + </File> + <File + RelativePath=".\core\mlib\stack.cpp" + > + </File> + </Filter> + </Filter> + <Filter + Name="compat" + > <File ! RelativePath=".\compat\DataManager.cpp" > </File> <File ! RelativePath=".\compat\dbutil.cpp" ! > ! </File> ! <File ! RelativePath=".\compat\Lang.cpp" > </File> *************** *** 490,501 **** </File> <File - RelativePath=".\core_display.h" - > - </File> - <File - RelativePath=".\core_globals.h" - > - </File> - <File RelativePath=".\core_main.h" > --- 511,514 ---- *************** *** 506,513 **** </File> <File - RelativePath=".\EasyCalc.h" - > - </File> - <File RelativePath=".\grprefs.h" > --- 519,522 ---- *************** *** 522,549 **** </File> <File - RelativePath=".\resourceppc.h" - > - </File> - <File - RelativePath=".\result.h" - > - </File> - <File - RelativePath=".\shell_loadimage.h" - > - </File> - <File - RelativePath=".\Skin.h" - > - </File> - <File - RelativePath=".\StateManager.h" - > - </File> - <File - RelativePath=".\stdafx.h" - > - </File> - <File RelativePath=".\varmgr.h" > --- 531,534 ---- *************** *** 565,644 **** </File> <File ! RelativePath=".\DataManager.h" > </File> <File ! RelativePath=".\include\dbutil.h" > </File> <File ! RelativePath=".\include\defuns.h" > </File> <File ! RelativePath=".\include\display.h" > </File> <File ! RelativePath=".\include\fp.h" > </File> <File ! RelativePath=".\include\funcs.h" > </File> <File ! RelativePath=".\include\history.h" > </File> <File ! RelativePath=".\include\integ.h" > </File> <File ! RelativePath=".\include\konvert.h" > </File> <File ! RelativePath=".\include\mathem.h" > </File> <File ! RelativePath=".\include\MathLib.h" > </File> <File ! RelativePath=".\include\matrix.h" > </File> <File ! RelativePath=".\include\meqstack.h" > </File> <File ! RelativePath=".\include\PalmOS.h" > </File> <File ! RelativePath=".\include\segment.h" > </File> <File ! RelativePath=".\include\slist.h" > </File> <File ! RelativePath=".\include\specfun.h" > </File> <File ! RelativePath=".\include\stack.h" > </File> <File ! RelativePath=".\include\txtask.h" > </File> </Filter> </Filter> <Filter --- 550,681 ---- </File> <File ! RelativePath=".\include\dbutil.h" > </File> <File ! RelativePath=".\include\defuns.h" > </File> <File ! RelativePath=".\include\fp.h" > </File> <File ! RelativePath=".\include\integ.h" > </File> <File ! RelativePath=".\include\mathem.h" > </File> <File ! RelativePath=".\include\MathLib.h" > </File> <File ! RelativePath=".\include\matrix.h" > </File> <File ! RelativePath=".\include\meqstack.h" > </File> <File ! RelativePath=".\include\segment.h" > </File> <File ! RelativePath=".\include\slist.h" > </File> <File ! RelativePath=".\include\specfun.h" > </File> <File ! RelativePath=".\include\txtask.h" > </File> + </Filter> + <Filter + Name="system - UI" + > <File ! RelativePath=".\system - UI\core_display.h" > </File> <File ! RelativePath=".\system - UI\EasyCalc.h" > </File> <File ! RelativePath=".\system - UI\resourceppc.h" > </File> <File ! RelativePath=".\system - UI\shell_loadimage.h" > </File> <File ! RelativePath=".\system - UI\Skin.h" > </File> <File ! RelativePath=".\system - UI\StateManager.h" > </File> <File ! RelativePath=".\system - UI\stdafx.h" ! > ! </File> ! </Filter> ! <Filter ! Name="compat" ! > ! <File ! RelativePath=".\compat\DataManager.h" ! > ! </File> ! <File ! RelativePath=".\compat\Lang.h" ! > ! </File> ! <File ! RelativePath=".\compat\PalmOS.h" > </File> </Filter> + <Filter + Name="core" + > + <File + RelativePath=".\core\core_globals.h" + > + </File> + <Filter + Name="mlib" + > + <File + RelativePath=".\core\mlib\display.h" + > + </File> + <File + RelativePath=".\core\mlib\funcs.h" + > + </File> + <File + RelativePath=".\core\mlib\history.h" + > + </File> + <File + RelativePath=".\core\mlib\konvert.h" + > + </File> + <File + RelativePath=".\core\mlib\stack.h" + > + </File> + </Filter> + </Filter> </Filter> <Filter *************** *** 647,662 **** UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" > ! <File ! RelativePath=".\EasyCalc.ico" ! > ! </File> ! <File ! RelativePath=".\EasyCalcppc.rc" ! > ! </File> ! <File ! RelativePath=".\EasyCalcppc.rc2" > ! </File> </Filter> <File --- 684,703 ---- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" > ! <Filter ! Name="system - UI" > ! <File ! RelativePath=".\system - UI\EasyCalc.ico" ! > ! </File> ! <File ! RelativePath=".\system - UI\EasyCalcppc.rc" ! > ! </File> ! <File ! RelativePath=".\system - UI\EasyCalcppc.rc2" ! > ! </File> ! </Filter> </Filter> <File Index: Main.cpp =================================================================== RCS file: /cvsroot/easycalc/PPCport/Main.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Main.cpp 26 May 2008 20:09:53 -0000 1.1 --- Main.cpp 22 Jun 2009 21:44:28 -0000 1.2 *************** *** 1,5 **** ! /* * $Id$ ! * * Scientific Calculator for Palms. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky --- 1,5 ---- ! /* * $Id$ ! * * Scientific Calculator for Palms. [...2249 lines suppressed...] ! if(k) goto exit; ! else{ ! FldSetSelection(field,j,j+1); ! calc_nil_timeout(40); ! BrH=1; ! } ! } ! else if(BrH==1) ! { ! FldSetSelection(GetObjectPtr(tdInput),start,start); ! exit: calc_nil_timeout(evtWaitForever); ! BrH=0; ! } ! handled=true; ! break; ! } ! ! return handled; ! } Index: core_main.cpp =================================================================== RCS file: /cvsroot/easycalc/PPCport/core_main.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** core_main.cpp 26 May 2008 20:08:14 -0000 1.1 --- core_main.cpp 22 Jun 2009 21:44:28 -0000 1.2 *************** *** 28,32 **** #include "stdafx.h" #include "core_main.h" ! #include "core_globals.h" #include "core_tables.h" #include "core_display.h" --- 28,32 ---- #include "stdafx.h" #include "core_main.h" ! #include "core/core_globals.h" #include "core_tables.h" #include "core_display.h" |