You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(36) |
Jun
(8) |
Jul
(25) |
Aug
(16) |
Sep
(3) |
Oct
(13) |
Nov
(12) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
(4) |
Dec
(5) |
| 2007 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Heitor B. <wa...@na...> - 2007-02-05 02:28:50
|
Hi, If you have a problem getting or keeping an erection, your sexlife can suffer. You should know that you're not alone. In fact, more than half of all men over 40 have difficulties getting or maintaining an erection. This issue, also called erectile dysfunction, occurs with younger men as well. You should know there is something you can do about it. http://parkerokaynow.*com ( Important! Remove "*" ) -- very popular once too. Right... anyone know any others? Harry looked around. From the looks on everyones faces, he guessed they |
|
From: Colby A. <mur...@la...> - 2007-01-03 07:29:38
|
Hi VJAGGRA $ 3 , 30 AMMBJEN $ 2 , 90 VALLJUM $ 1 , 25 CJALJS $ 3 , 75 XANNjAX $1 , 50 =20 http://www.howafaterionkans.com =20 _____ =20 =20 Ron and Hermione stared at Harry, who felt his stomach drop. Was Professor McGonagall about to tell Ron and Hermione off? Perhaps shed noticed how much they were helping him, when he ought to be working out |
|
From: Khatijah H. <ho...@be...> - 2006-11-14 15:18:39
|
Hi, =20 VImAGRA VAmLIUM CImALIS http://www.yuruikasedinhas.com =20 , on the subject. I never even heard of this world until the emergency. |
|
From: Margery H. <pug...@do...> - 2006-11-10 11:40:12
|
Hi, Nice PHffARMACY http://www.fenrinkionfansdeun.com =20 Around one hundred thousand, Tremearne admitted. It may not be the |
|
From: Mikkel G. <bl...@ag...> - 2006-10-01 18:20:03
|
Good day, AMBttIEN CIAttLIS VIAttGRA VALttIUM Save 50 % with http://www.herionkadesunkaspun.com =20 _____ =20 slung behind the wheels. Not only dressed in black, but with blackened Svinjar. as I cut the power on one foot. f swung it forward in a giant step and |
|
From: Gunther B. <get...@ad...> - 2006-09-27 15:35:06
|
Hi AMrBIEN VIrAGRA VArLIUM CIrALIS Economize 60 % http://www.tunhertionkadesp.com =20 _____ =20 tootled on, unaware of it, but Steengo who appeared to be asleep on Damn right, he growled. Damn fool idea-but the only one we have It was an iron cage and, sitting silently, inside it was Iron John. |
|
From: Frantziska C. <nev...@jd...> - 2006-09-24 22:30:37
|
Hi CnALIS $3 , 75 VnAGRA $3 , 35 AMBnEN VALnUM $1 , 25 =20 http://www.diepiaqluc.info |
|
From: Logie U. <the...@us...> - 2005-11-30 22:06:31
|
Update of /cvsroot/nbftools/CellTrack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14001 Modified Files: Global.h LocalDB.cpp Log Message: Pocket PC Port of CellTrack - first build Index: LocalDB.cpp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/LocalDB.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- LocalDB.cpp 25 Oct 2005 21:23:00 -0000 1.13 +++ LocalDB.cpp 30 Nov 2005 22:06:19 -0000 1.14 @@ -10,8 +10,11 @@ #include "stdafx.h" #include "log.h" -extern CLog *g_pLog; +#include "global.h" + +// external stuff +extern CLog *g_pLog; extern CSettings *g_pSettings; ////////////////////////////////////////////////////////////////////// Index: Global.h =================================================================== RCS file: /cvsroot/nbftools/CellTrack/Global.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- Global.h 25 Oct 2005 20:54:11 -0000 1.22 +++ Global.h 30 Nov 2005 22:06:19 -0000 1.23 @@ -9,10 +9,17 @@ #define WM_HSEVENT (WM_USER+1) -#define CELLTRACK_VERSION (TEXT("Beta 8.4")) -#define CELLTRACK_VERSION_MAJ (0) -#define CELLTRACK_VERSION_MIN (8) -#define CELLTRACK_VERSION_REV (4) +#ifndef DEVICEPPC + #define CELLTRACK_VERSION (TEXT("Beta 8.4")) + #define CELLTRACK_VERSION_MAJ (0) + #define CELLTRACK_VERSION_MIN (8) + #define CELLTRACK_VERSION_REV (4) +#else + #define CELLTRACK_VERSION (TEXT("Beta 0.1")) + #define CELLTRACK_VERSION_MAJ (0) + #define CELLTRACK_VERSION_MIN (1) + #define CELLTRACK_VERSION_REV (0) +#endif #define CT_CELLID_LEN (75) #define CT_USERNAME_LEN (75) @@ -83,17 +90,19 @@ HINSTANCE hInstance; } T_GLOBAL; -enum _PHONEID -{ - PHONE_EMULATOR, - PHONE_C500, - PHONE_C550, - PHONE_C600, - PHONE_MPx200 -}; - -typedef long TPhoneID; +#ifndef DEVICEPPC + enum _PHONEID + { + PHONE_EMULATOR, + PHONE_C500, + PHONE_C550, + PHONE_C600, + PHONE_MPx200 + }; + + typedef long TPhoneID; +#endif enum _TITEMCOORDS { |
|
From: Logie U. <the...@us...> - 2005-11-30 22:06:29
|
Update of /cvsroot/nbftools/CellTrack/CellTrackPPC/NiceRIL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14001/CellTrackPPC/NiceRIL Added Files: NiceRIL.vcb NiceRIL.vcl NiceRIL.vco Log Message: Pocket PC Port of CellTrack - first build --- NEW FILE: NiceRIL.vcb --- (This appears to be a binary file; contents omitted.) --- NEW FILE: NiceRIL.vco --- (This appears to be a binary file; contents omitted.) --- NEW FILE: NiceRIL.vcl --- <html> <body> <pre> <h1>Build Log</h1> <h3> --------------------Configuration: CellTrackPPC - Win32 (WCE emulator) Release-------------------- </h3> <h3>Command Lines</h3> Creating command line "rc.exe /l 0x409 /fo"emulatorRel/CellTrackPPC.res" /d UNDER_CE=420 /d _WIN32_WCE=420 /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "WIN32_PLATFORM_PSPC=400" /d "_X86_" /d "x86" /d "_i386_" /d "_AFXDLL" /r "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\CellTrackPPC.rc"" Creating temporary file "f:\temp\RSP181.tmp" with contents [ /nologo /W3 /I "..\\" /D "_i386_" /D "_X86_" /D "x86" /D "NDEBUG" /D "_WIN32_WCE_CEPC" /D UNDER_CE=420 /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /D "DEVICEPPC" /Fp"emulatorRel/CellTrackPPC.pch" /YX"stdafx.h" /Fo"emulatorRel/" /Gs8192 /GF /O2 /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\CellTrackPPC.cpp" "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\CellTrackPPCDlg.cpp" "F:\Work\cvs\CellTrack\CellTrack\LocalDB.cpp" "F:\Work\cvs\CellTrack\CellTrack\Registry.cpp" "F:\Work\cvs\CellTrack\CellTrack\URLEncode.cpp" "F:\Work\cvs\CellTrack\CellTrack\Log.cpp" "F:\Work\cvs\CellTrack\CellTrack\Settings.cpp" ] Creating command line "cl.exe @f:\temp\RSP181.tmp" Creating temporary file "f:\temp\RSP182.tmp" with contents [ /nologo /W3 /I "..\\" /D "_i386_" /D "_X86_" /D "x86" /D "NDEBUG" /D "_WIN32_WCE_CEPC" /D UNDER_CE=420 /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /D "DEVICEPPC" /Fp"emulatorRel/CellTrackPPC.pch" /Yc"stdafx.h" /Fo"emulatorRel/" /Gs8192 /GF /O2 /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\StdAfx.cpp" ] Creating command line "cl.exe @f:\temp\RSP182.tmp" Creating temporary file "f:\temp\RSP183.tmp" with contents [ /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:no /pdb:"emulatorRel/CellTrackPPC.pdb" /out:"emulatorRel/CellTrackPPC.exe" /subsystem:windowsce,4.20 /MACHINE:IX86 .\emulatorRel\CellTrackPPC.obj .\emulatorRel\CellTrackPPCDlg.obj .\emulatorRel\StdAfx.obj .\emulatorRel\CellTrackPPC.res .\emulatorRel\LocalDB.obj .\emulatorRel\Registry.obj .\emulatorRel\URLEncode.obj .\emulatorRel\Log.obj .\emulatorRel\Settings.obj ] Creating command line "link.exe @f:\temp\RSP183.tmp" <h3>Output Window</h3> Compiling resources... Compiling... StdAfx.cpp Compiling... CellTrackPPC.cpp CellTrackPPCDlg.cpp LocalDB.cpp Registry.cpp URLEncode.cpp Log.cpp Settings.cpp Linking... <h3>Results</h3> CellTrackPPC.exe - 0 error(s), 0 warning(s) <h3> --------------------Configuration: CellTrackPPC - Win32 (WCE emulator) Debug-------------------- </h3> <h3>Command Lines</h3> <h3>Results</h3> CellTrackPPC.exe - 0 error(s), 0 warning(s) <h3> --------------------Configuration: CellTrackPPC - Win32 (WCE ARMV4) Release-------------------- </h3> <h3>Command Lines</h3> Creating command line "rc.exe /l 0x409 /fo"ARMV4Rel/CellTrackPPC.res" /d UNDER_CE=420 /d _WIN32_WCE=420 /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "WIN32_PLATFORM_PSPC=400" /d "ARM" /d "_ARM_" /d "ARMV4" /d "_AFXDLL" /r "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\CellTrackPPC.rc"" Creating temporary file "f:\temp\RSP186.tmp" with contents [ /nologo /W3 /I "..\\" /D "ARM" /D "_ARM_" /D "ARMV4" /D "NDEBUG" /D UNDER_CE=420 /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /D "DEVICEPPC" /Fp"ARMV4Rel/CellTrackPPC.pch" /YX"stdafx.h" /Fo"ARMV4Rel/" /O2 /MC /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\CellTrackPPC.cpp" "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\CellTrackPPCDlg.cpp" "F:\Work\cvs\CellTrack\CellTrack\LocalDB.cpp" "F:\Work\cvs\CellTrack\CellTrack\Registry.cpp" "F:\Work\cvs\CellTrack\CellTrack\URLEncode.cpp" "F:\Work\cvs\CellTrack\CellTrack\Log.cpp" "F:\Work\cvs\CellTrack\CellTrack\Settings.cpp" ] Creating command line "clarm.exe @f:\temp\RSP186.tmp" Creating temporary file "f:\temp\RSP187.tmp" with contents [ /nologo /W3 /I "..\\" /D "ARM" /D "_ARM_" /D "ARMV4" /D "NDEBUG" /D UNDER_CE=420 /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /D "DEVICEPPC" /Fp"ARMV4Rel/CellTrackPPC.pch" /Yc"stdafx.h" /Fo"ARMV4Rel/" /O2 /MC /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\StdAfx.cpp" ] Creating command line "clarm.exe @f:\temp\RSP187.tmp" Creating temporary file "f:\temp\RSP188.tmp" with contents [ /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:no /pdb:"ARMV4Rel/CellTrackPPC.pdb" /out:"ARMV4Rel/CellTrackPPC.exe" /subsystem:windowsce,4.20 /align:"4096" /MACHINE:ARM .\ARMV4Rel\CellTrackPPC.obj .\ARMV4Rel\CellTrackPPCDlg.obj .\ARMV4Rel\StdAfx.obj .\ARMV4Rel\CellTrackPPC.res .\ARMV4Rel\LocalDB.obj .\ARMV4Rel\Registry.obj .\ARMV4Rel\URLEncode.obj .\ARMV4Rel\Log.obj .\ARMV4Rel\Settings.obj ] Creating command line "link.exe @f:\temp\RSP188.tmp" <h3>Output Window</h3> Compiling resources... Compiling... StdAfx.cpp Compiling... CellTrackPPC.cpp CellTrackPPCDlg.cpp LocalDB.cpp Registry.cpp URLEncode.cpp Log.cpp Settings.cpp Linking... <h3>Results</h3> CellTrackPPC.exe - 0 error(s), 0 warning(s) <h3> --------------------Configuration: CellTrackPPC - Win32 (WCE ARMV4) Debug-------------------- </h3> <h3>Command Lines</h3> Creating command line "rc.exe /l 0x409 /fo"ARMV4Dbg/CellTrackPPC.res" /d UNDER_CE=420 /d _WIN32_WCE=420 /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "WIN32_PLATFORM_PSPC=400" /d "ARM" /d "_ARM_" /d "ARMV4" /d "_AFXDLL" /r "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\CellTrackPPC.rc"" Creating temporary file "f:\temp\RSP18B.tmp" with contents [ /nologo /W3 /Zi /Od /I "..\\" /D "DEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=420 /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /D "DEVICEPPC" /Fp"ARMV4Dbg/CellTrackPPC.pch" /YX"stdafx.h" /Fo"ARMV4Dbg/" /Fd"ARMV4Dbg/" /MC /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\CellTrackPPC.cpp" "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\CellTrackPPCDlg.cpp" "F:\Work\cvs\CellTrack\CellTrack\LocalDB.cpp" "F:\Work\cvs\CellTrack\CellTrack\Registry.cpp" "F:\Work\cvs\CellTrack\CellTrack\URLEncode.cpp" "F:\Work\cvs\CellTrack\CellTrack\Log.cpp" "F:\Work\cvs\CellTrack\CellTrack\Settings.cpp" ] Creating command line "clarm.exe @f:\temp\RSP18B.tmp" Creating temporary file "f:\temp\RSP18C.tmp" with contents [ /nologo /W3 /Zi /Od /I "..\\" /D "DEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=420 /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /D "DEVICEPPC" /Fp"ARMV4Dbg/CellTrackPPC.pch" /Yc"stdafx.h" /Fo"ARMV4Dbg/" /Fd"ARMV4Dbg/" /MC /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\StdAfx.cpp" ] Creating command line "clarm.exe @f:\temp\RSP18C.tmp" Creating temporary file "f:\temp\RSP18D.tmp" with contents [ /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:yes /pdb:"ARMV4Dbg/CellTrackPPC.pdb" /debug /out:"ARMV4Dbg/CellTrackPPC.exe" /subsystem:windowsce,4.20 /align:"4096" /MACHINE:ARM .\ARMV4Dbg\CellTrackPPC.obj .\ARMV4Dbg\CellTrackPPCDlg.obj .\ARMV4Dbg\StdAfx.obj .\ARMV4Dbg\CellTrackPPC.res .\ARMV4Dbg\LocalDB.obj .\ARMV4Dbg\Registry.obj .\ARMV4Dbg\URLEncode.obj .\ARMV4Dbg\Log.obj .\ARMV4Dbg\Settings.obj ] Creating command line "link.exe @f:\temp\RSP18D.tmp" <h3>Output Window</h3> Compiling resources... Compiling... StdAfx.cpp Compiling... CellTrackPPC.cpp CellTrackPPCDlg.cpp LocalDB.cpp Registry.cpp URLEncode.cpp Log.cpp Settings.cpp Linking... <h3>Results</h3> CellTrackPPC.exe - 0 error(s), 0 warning(s) <h3> --------------------Configuration: NiceRIL - Win32 (WCE emulator) Release-------------------- </h3> <h3>Command Lines</h3> Creating temporary file "f:\temp\RSP190.tmp" with contents [ /nologo /W3 /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "_i386_" /D UNDER_CE=420 /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "NICERIL_EXPORTS" /Fp"emulatorRel/NiceRIL.pch" /Yu"stdafx.h" /Fo"emulatorRel/" /Gs8192 /GF /O2 /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\NiceRIL\NiceRIL.cpp" ] Creating command line "cl.exe @f:\temp\RSP190.tmp" Creating temporary file "f:\temp\RSP191.tmp" with contents [ /nologo /W3 /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "_i386_" /D UNDER_CE=420 /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_USRDLL" /D "NICERIL_EXPORTS" /Fp"emulatorRel/NiceRIL.pch" /Yc"stdafx.h" /Fo"emulatorRel/" /Gs8192 /GF /O2 /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\NiceRIL\StdAfx.cpp" ] Creating command line "cl.exe @f:\temp\RSP191.tmp" Creating temporary file "f:\temp\RSP192.tmp" with contents [ commctrl.lib coredll.lib corelibc.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /incremental:no /pdb:"emulatorRel/NiceRIL.pdb" /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:libc.lib /nodefaultlib:libcd.lib /nodefaultlib:libcmt.lib /nodefaultlib:libcmtd.lib /nodefaultlib:msvcrt.lib /nodefaultlib:msvcrtd.lib /out:"emulatorRel/NiceRIL.dll" /implib:"emulatorRel/NiceRIL.lib" /subsystem:windowsce,4.20 /MACHINE:IX86 .\emulatorRel\NiceRIL.obj .\emulatorRel\StdAfx.obj ] Creating command line "link.exe @f:\temp\RSP192.tmp" <h3>Output Window</h3> Compiling... StdAfx.cpp Compiling... NiceRIL.cpp Linking... Creating library emulatorRel/NiceRIL.lib and object emulatorRel/NiceRIL.exp <h3>Results</h3> NiceRIL.dll - 0 error(s), 0 warning(s) <h3> --------------------Configuration: NiceRIL - Win32 (WCE emulator) Debug-------------------- </h3> <h3>Command Lines</h3> Creating temporary file "f:\temp\RSP196.tmp" with contents [ /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "_i386_" /D UNDER_CE=420 /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "NICERIL_EXPORTS" /Fp"emulatorDbg/NiceRIL.pch" /Yu"stdafx.h" /Fo"emulatorDbg/" /Fd"emulatorDbg/" /Gs8192 /GF /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\NiceRIL\NiceRIL.cpp" ] Creating command line "cl.exe @f:\temp\RSP196.tmp" Creating temporary file "f:\temp\RSP197.tmp" with contents [ /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "_i386_" /D UNDER_CE=420 /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_USRDLL" /D "NICERIL_EXPORTS" /Fp"emulatorDbg/NiceRIL.pch" /Yc"stdafx.h" /Fo"emulatorDbg/" /Fd"emulatorDbg/" /Gs8192 /GF /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\NiceRIL\StdAfx.cpp" ] Creating command line "cl.exe @f:\temp\RSP197.tmp" Creating temporary file "f:\temp\RSP198.tmp" with contents [ commctrl.lib coredll.lib corelibc.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /incremental:yes /pdb:"emulatorDbg/NiceRIL.pdb" /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:libc.lib /nodefaultlib:libcd.lib /nodefaultlib:libcmt.lib /nodefaultlib:libcmtd.lib /nodefaultlib:msvcrt.lib /nodefaultlib:msvcrtd.lib /out:"emulatorDbg/NiceRIL.dll" /implib:"emulatorDbg/NiceRIL.lib" /subsystem:windowsce,4.20 /MACHINE:IX86 .\emulatorDbg\NiceRIL.obj .\emulatorDbg\StdAfx.obj ] Creating command line "link.exe @f:\temp\RSP198.tmp" <h3>Output Window</h3> Compiling... StdAfx.cpp Compiling... NiceRIL.cpp Linking... Creating library emulatorDbg/NiceRIL.lib and object emulatorDbg/NiceRIL.exp <h3>Results</h3> NiceRIL.dll - 0 error(s), 0 warning(s) <h3> --------------------Configuration: NiceRIL - Win32 (WCE ARMV4) Release-------------------- </h3> <h3>Command Lines</h3> Creating temporary file "f:\temp\RSP19C.tmp" with contents [ /nologo /W3 /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=420 /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "NICERIL_EXPORTS" /Fp"ARMV4Rel/NiceRIL.pch" /Yu"stdafx.h" /Fo"ARMV4Rel/" /O2 /MC /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\NiceRIL\NiceRIL.cpp" ] Creating command line "clarm.exe @f:\temp\RSP19C.tmp" Creating temporary file "f:\temp\RSP19D.tmp" with contents [ /nologo /W3 /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=420 /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_USRDLL" /D "NICERIL_EXPORTS" /Fp"ARMV4Rel/NiceRIL.pch" /Yc"stdafx.h" /Fo"ARMV4Rel/" /O2 /MC /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\NiceRIL\StdAfx.cpp" ] Creating command line "clarm.exe @f:\temp\RSP19D.tmp" Creating temporary file "f:\temp\RSP19E.tmp" with contents [ commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /incremental:no /pdb:"ARMV4Rel/NiceRIL.pdb" /nodefaultlib:"libc.lib /nodefaultlib:libcd.lib /nodefaultlib:libcmt.lib /nodefaultlib:libcmtd.lib /nodefaultlib:msvcrt.lib /nodefaultlib:msvcrtd.lib" /out:"ARMV4Rel/NiceRIL.dll" /implib:"ARMV4Rel/NiceRIL.lib" /subsystem:windowsce,4.20 /align:"4096" /MACHINE:ARM .\ARMV4Rel\NiceRIL.obj .\ARMV4Rel\StdAfx.obj ] Creating command line "link.exe @f:\temp\RSP19E.tmp" <h3>Output Window</h3> Compiling... StdAfx.cpp Compiling... NiceRIL.cpp Linking... Creating library ARMV4Rel/NiceRIL.lib and object ARMV4Rel/NiceRIL.exp <h3>Results</h3> NiceRIL.dll - 0 error(s), 0 warning(s) <h3> --------------------Configuration: NiceRIL - Win32 (WCE ARMV4) Debug-------------------- </h3> <h3>Command Lines</h3> Creating temporary file "f:\temp\RSP1A2.tmp" with contents [ /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=420 /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "NICERIL_EXPORTS" /Fp"ARMV4Dbg/NiceRIL.pch" /Yu"stdafx.h" /Fo"ARMV4Dbg/" /Fd"ARMV4Dbg/" /MC /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\NiceRIL\NiceRIL.cpp" ] Creating command line "clarm.exe @f:\temp\RSP1A2.tmp" Creating temporary file "f:\temp\RSP1A3.tmp" with contents [ /nologo /W3 /Zi /Od /D "DEBUG" /D _WIN32_WCE=420 /D "WIN32_PLATFORM_PSPC=400" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=420 /D "UNICODE" /D "_UNICODE" /D "_USRDLL" /D "NICERIL_EXPORTS" /Fp"ARMV4Dbg/NiceRIL.pch" /Yc"stdafx.h" /Fo"ARMV4Dbg/" /Fd"ARMV4Dbg/" /MC /c "F:\Work\cvs\CellTrack\CellTrack\CellTrackPPC\NiceRIL\StdAfx.cpp" ] Creating command line "clarm.exe @f:\temp\RSP1A3.tmp" Creating temporary file "f:\temp\RSP1A4.tmp" with contents [ commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /incremental:yes /pdb:"ARMV4Dbg/NiceRIL.pdb" /debug /nodefaultlib:"libc.lib /nodefaultlib:libcd.lib /nodefaultlib:libcmt.lib /nodefaultlib:libcmtd.lib /nodefaultlib:msvcrt.lib /nodefaultlib:msvcrtd.lib" /out:"ARMV4Dbg/NiceRIL.dll" /implib:"ARMV4Dbg/NiceRIL.lib" /subsystem:windowsce,4.20 /align:"4096" /MACHINE:ARM .\ARMV4Dbg\NiceRIL.obj .\ARMV4Dbg\StdAfx.obj ] Creating command line "link.exe @f:\temp\RSP1A4.tmp" <h3>Output Window</h3> Compiling... StdAfx.cpp Compiling... NiceRIL.cpp Linking... Creating library ARMV4Dbg/NiceRIL.lib and object ARMV4Dbg/NiceRIL.exp <h3>Results</h3> NiceRIL.dll - 0 error(s), 0 warning(s) </pre> </body> </html> |
Update of /cvsroot/nbftools/CellTrack/CellTrackPPC/Package In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14001/CellTrackPPC/Package Added Files: Cabwiz.exe cabwiz.ddf celltPPC.inf celltrackPPC.ini eula.txt ezsetup.exe makecab.bat makecab.exe readme.txt Log Message: Pocket PC Port of CellTrack - first build --- NEW FILE: makecab.bat --- @echo off cd f:\work\cvs\celltrack\celltrack\celltrackppc\package echo Deleting Old Files del CellTrack-PPC_beta_CVS.exe del celltPPC.cab echo building cab file cabwiz.exe celltPPC.inf echo Makeing Setup ezsetup.exe -l english -i celltrackPPC.ini -r readme.txt -e eula.txt -o CellTrack-PPC_beta_CVS.exe --- NEW FILE: cabwiz.ddf --- ; ; cabwiz.ddf ; ; Template directive file to create the CAB file ; .Set Cabinet=ON .Set Compress=OFF .Set CabinetFileCountThreshold=0 ; no files per cabinet threshold .Set FolderFileCountThreshold=0 ; no files per folder threshold .Set FolderSizeThreshold=0 ; no folder size threshold .Set MaxCabinetSize=0 ; no max size for the cabinet .Set MaxDiskFileCount=0 .Set MaxDiskSize=0 .Set ReservePerCabinetSize=0 ; for web signing .Set ReservePerDataBlockSize=0 .Set ReservePerFolderSize=0 .Set UniqueFiles=OFF .Set DiskDirectory1=. .Set DiskLabel1=Setup ; ; to be filled out by the CABWIZ.exe program ;.Set InfFileName= ;.Set RptFileName= ;.Set CabinetName1= ; ; followed by the list of files --- NEW FILE: Cabwiz.exe --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ezsetup.exe --- (This appears to be a binary file; contents omitted.) --- NEW FILE: celltrackPPC.ini --- [CEAppManager] Version = 1.0 Component = CellTrackPPC [CellTrackPPC] Description = "SPV-Devlopers CellTrackPPC" Uninstall = "SPV-Devlopers CellTrackPPC" CabFiles = celltPPC.cab --- NEW FILE: makecab.exe --- (This appears to be a binary file; contents omitted.) --- NEW FILE: eula.txt --- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. --- NEW FILE: celltPPC.inf --- [Version] Signature = $Windows NT$ Provider = "SPV-Developers" CESignature = "$Windows CE$" [CEStrings] AppName = "CellTrackPPC" InstallDir=%CE1%\%AppName% ; Installation directory on device [DefaultInstall] ; operations to complete during install CEShortcuts=Shortcuts ; Create a shortcut CopyFiles=CellTrackFiles ; Copy files [SourceDisksNames] ; directory that holds source data 1=, "CellTrackPPC ARM",,"..\ARMV4Rel" 2=, "NiceRIL dll",,"..\NiceRIL\ARMV4Rel" [SourceDisksFiles] ; listing of all files to be included in cab CellTPPC.exe = 1 NiceRIL.dll = 2 [DestinationDirs] ; default directory destination for each entry CellTrackFiles=0,%InstallDir% Shortcuts=0,%InstallDir% [CellTrackFiles] ; alias for use in DefaultInstall above CellTPPC.exe,,,0 NiceRIL.dll,,,0 [Shortcuts] ; shortcut created in destination directory CellTrackPPC,0,CellTPPC.exe, %CE11% --- NEW FILE: readme.txt --- Welcome to the CellTrackPPC beta :) Website: http://www.spv-developers.com/ Download: http://thelogster.34sp.com/celltracker Logie Urquhart (TheLogster) http://www.thelogster.com |
|
From: Logie U. <the...@us...> - 2005-11-30 22:06:27
|
Update of /cvsroot/nbftools/CellTrack/CellTrackPPC/res In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14001/CellTrackPPC/res Modified Files: CellTrackPPC.ico Added Files: DlgMain_BK_BlueTech_QVGA.bmp GPS.bmp celltrac.ico lju.bmp Log Message: Pocket PC Port of CellTrack - first build Index: CellTrackPPC.ico =================================================================== RCS file: /cvsroot/nbftools/CellTrack/CellTrackPPC/res/CellTrackPPC.ico,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 Binary files /tmp/cvsmlvEen and /tmp/cvsTYsFfO differ --- NEW FILE: lju.bmp --- (This appears to be a binary file; contents omitted.) --- NEW FILE: GPS.bmp --- (This appears to be a binary file; contents omitted.) --- NEW FILE: DlgMain_BK_BlueTech_QVGA.bmp --- (This appears to be a binary file; contents omitted.) --- NEW FILE: celltrac.ico --- (This appears to be a binary file; contents omitted.) |
|
From: Logie U. <the...@us...> - 2005-11-30 10:59:16
|
Update of /cvsroot/nbftools/CellTrack/CellTrackPPC/Package In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20744/Package Log Message: Directory /cvsroot/nbftools/CellTrack/CellTrackPPC/Package added to the repository |
|
From: Logie U. <the...@us...> - 2005-11-25 18:10:39
|
Update of /cvsroot/nbftools/CellTrack/CellTrackPPC/res In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6997/CellTrackPPC/res Added Files: CellTrackPPC.ico CellTrackPPC.rc2 Log Message: Adding structure for CellTrack for the PPC :D --- NEW FILE: CellTrackPPC.ico --- (This appears to be a binary file; contents omitted.) --- NEW FILE: CellTrackPPC.rc2 --- // // CELLTRACKPPC.RC2 - resources Microsoft eMbedded Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft eMbedded Visual C++ #endif //APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // Add manually edited resources here... ///////////////////////////////////////////////////////////////////////////// |
|
From: Logie U. <the...@us...> - 2005-11-25 18:10:38
|
Update of /cvsroot/nbftools/CellTrack/CellTrackPPC/NiceRIL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6997/CellTrackPPC/NiceRIL Added Files: NiceRIL.cpp NiceRIL.h NiceRIL.vcp NiceRIL.vcw ReadMe.txt StdAfx.cpp StdAfx.h Log Message: Adding structure for CellTrack for the PPC :D --- NEW FILE: NiceRIL.vcp --- # Microsoft eMbedded Visual Tools Project File - Name="NiceRIL" - Package Owner=<4> # Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 # ** DO NOT EDIT ** # TARGTYPE "Win32 (WCE MIPSIV) Dynamic-Link Library" 0x9602 # TARGTYPE "Win32 (WCE ARMV4T) Dynamic-Link Library" 0xa402 # TARGTYPE "Win32 (WCE MIPSIV_FP) Dynamic-Link Library" 0x9202 # TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102 # TARGTYPE "Win32 (WCE MIPSII_FP) Dynamic-Link Library" 0xa202 # TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302 # TARGTYPE "Win32 (WCE emulator) Dynamic-Link Library" 0xa602 # TARGTYPE "Win32 (WCE SH4) Dynamic-Link Library" 0x8602 # TARGTYPE "Win32 (WCE ARMV4) Dynamic-Link Library" 0xa302 # TARGTYPE "Win32 (WCE MIPS16) Dynamic-Link Library" 0x8902 # TARGTYPE "Win32 (WCE ARMV4I) Dynamic-Link Library" 0xa502 # TARGTYPE "Win32 (WCE MIPSII) Dynamic-Link Library" 0xa102 CFG=NiceRIL - Win32 (WCE MIPSII_FP) Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, [...1195 lines suppressed...] # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE=.\NiceRIL.h # End Source File # Begin Source File SOURCE=.\StdAfx.h # End Source File # End Group # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # End Group # Begin Source File SOURCE=.\ReadMe.txt # End Source File # End Target # End Project --- NEW FILE: NiceRIL.vcw --- Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "NiceRIL"=".\NiceRIL.vcp" - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Global: Package=<5> {{{ }}} Package=<3> {{{ }}} ############################################################################### --- NEW FILE: NiceRIL.cpp --- // NiceRIL.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "NiceRIL.h" #include <string.h> extern "C" NICERIL_API char* GetCREG( char * comPort ); extern "C" NICERIL_API char* GetCSQ( char * comPort ); extern "C" NICERIL_API char* fnNiceRIL(void); BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { switch (ul_reason_for_call) { case DLL_PROCESS_ATTACH: case DLL_THREAD_ATTACH: case DLL_THREAD_DETACH: case DLL_PROCESS_DETACH: break; } return TRUE; } // This is an example of an exported variable NICERIL_API int nNiceRIL=0; // This is an example of an exported function. NICERIL_API char* fnNiceRIL(void) { return "Helloworld"; } NICERIL_API char* GetCREG( char * comPort ) { HANDLE hCom; int bufpos; DCB dcb; COMMTIMEOUTS to; DWORD nWritten; DWORD event; DWORD nRead; static char outbuf[20], buf[256]; BYTE comdevcmd[2]= {0x84, 0x00}; hCom= CreateFile( L"COM2:" ,GENERIC_READ|GENERIC_WRITE,0,0,OPEN_EXISTING,0,0); if (hCom==NULL || hCom==INVALID_HANDLE_VALUE) { hCom= NULL; return ""; } if (!GetCommState(hCom, &dcb)) { return "ERROR:GetCommState Failed"; } dcb.BaudRate= CBR_115200; dcb.ByteSize= 8; dcb.fParity= false; dcb.StopBits= ONESTOPBIT; if (!SetCommState(hCom, &dcb)) { return "ERROR:SetCommState Failed"; } EscapeCommFunction(hCom, SETDTR); EscapeCommFunction(hCom, SETRTS); GetCommTimeouts(hCom, &to); //if (!EscapeCommFunction(hCom, SETDTR)) //{ // return "-4"; //} //if (!EscapeCommFunction(hCom, SETRTS)) //{ // return "-5"; //} //if (!GetCommTimeouts(hCom, &to)) //{ // return "-6"; //} to.ReadIntervalTimeout= 0; to.ReadTotalTimeoutConstant= 200; to.ReadTotalTimeoutMultiplier= 0; to.WriteTotalTimeoutConstant= 20000; to.WriteTotalTimeoutMultiplier= 0; SetCommTimeouts(hCom, &to); //if (!SetCommTimeouts(hCom, &to)) //{ // return "-7"; //} if (!SetCommMask(hCom, EV_RXCHAR)) { return "-8"; } DWORD rildevresult=0,nReturned=0; if (!DeviceIoControl (hCom,0xAAAA5679L, comdevcmd, sizeof(comdevcmd),0,0,0,0)) { return "-9"; } bufpos = 0; strcpy(outbuf,"AT+creg=2\r"); if (!WriteFile(hCom, outbuf, 10, &nWritten, NULL)) { return "-10"; } if (nWritten != 10) { return "-11"; } if (!WaitCommEvent(hCom, &event, NULL)) { return "-12"; } while(1) { if (!ReadFile(hCom, buf+bufpos, 256 - bufpos, &nRead, NULL)) { return "-13"; } if (nRead == 0) break; bufpos += nRead; if (bufpos >= 256) break; } strcpy(outbuf,"AT+creg?\r"); if (!WriteFile(hCom, outbuf, 9, &nWritten, NULL)) { return "-14"; } if (nWritten != 9) { return "-15"; } if (!WaitCommEvent(hCom, &event, NULL)) { return "-16"; } while(1) { if (!ReadFile(hCom, buf+bufpos, 256 - bufpos, &nRead, NULL)) { return "-17"; } if (nRead == 0) break; bufpos += nRead; if (bufpos >= 256) break; } puts(buf); rildevresult = 0; if (!EscapeCommFunction(hCom, CLRDTR)) { return "-4"; } if (hCom!=NULL) { CloseHandle(hCom); hCom= NULL; } char* cregResponse = strpbrk( buf, "CREG\0" ); return cregResponse; } NICERIL_API char* GetCSQ( char * comPort ) { HANDLE hCom; int bufpos; DCB dcb; COMMTIMEOUTS to; DWORD nWritten; DWORD event; DWORD nRead; static char outbuf[20], buf[256]; BYTE comdevcmd[2]= {0x84, 0x00}; hCom= CreateFile( L"COM2:" ,GENERIC_READ|GENERIC_WRITE,0,0,OPEN_EXISTING,0,0); if (hCom==NULL || hCom==INVALID_HANDLE_VALUE) { hCom= NULL; return ""; } if (!GetCommState(hCom, &dcb)) { return "ERROR:GetCommState Failed"; } dcb.BaudRate= CBR_115200; dcb.ByteSize= 8; dcb.fParity= false; dcb.StopBits= ONESTOPBIT; if (!SetCommState(hCom, &dcb)) { return "ERROR:SetCommState Failed"; } EscapeCommFunction(hCom, SETDTR); EscapeCommFunction(hCom, SETRTS); GetCommTimeouts(hCom, &to); to.ReadIntervalTimeout= 0; to.ReadTotalTimeoutConstant= 200; to.ReadTotalTimeoutMultiplier= 0; to.WriteTotalTimeoutConstant= 20000; to.WriteTotalTimeoutMultiplier= 0; SetCommTimeouts(hCom, &to); if (!SetCommMask(hCom, EV_RXCHAR)) { return "-8"; } DWORD rildevresult=0,nReturned=0; if (!DeviceIoControl (hCom,0xAAAA5679L, comdevcmd, sizeof(comdevcmd),0,0,0,0)) { return "-9"; } bufpos = 0; strcpy(outbuf,"AT+CSQ\r"); if (!WriteFile(hCom, outbuf, 9, &nWritten, NULL)) { return "-14"; } if (nWritten != 9) { return "-15"; } if (!WaitCommEvent(hCom, &event, NULL)) { return "-16"; } while(1) { if (!ReadFile(hCom, buf+bufpos, 256 - bufpos, &nRead, NULL)) { return "-17"; } if (nRead == 0) break; bufpos += nRead; if (bufpos >= 256) break; } puts(buf); rildevresult = 0; if (!EscapeCommFunction(hCom, CLRDTR)) { return "-4"; } if (hCom!=NULL) { CloseHandle(hCom); hCom= NULL; } char* csqResponse = strpbrk( buf, "CSQ\0" ); return csqResponse; } // This is the constructor of a class that has been exported. // see NiceRIL.h for the class definition CNiceRIL::CNiceRIL() { return; } --- NEW FILE: StdAfx.h --- // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__D8D632BB_149C_4BDA_B20F_5843C2840DA4__INCLUDED_) #define AFX_STDAFX_H__D8D632BB_149C_4BDA_B20F_5843C2840DA4__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Insert your headers here #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include <windows.h> // TODO: reference additional headers your program requires here //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_STDAFX_H__D8D632BB_149C_4BDA_B20F_5843C2840DA4__INCLUDED_) --- NEW FILE: StdAfx.cpp --- // stdafx.cpp : source file that includes just the standard includes // NiceRIL.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" // TODO: reference any additional headers you need in STDAFX.H // and not in this file --- NEW FILE: ReadMe.txt --- ======================================================================== DYNAMIC LINK LIBRARY for Windows CE: NiceRIL ======================================================================== AppWizard has created this NiceRIL DLL for you. This file contains a summary of what you will find in each of the files that make up your NiceRIL application. NiceRIL.vcp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.vcp) file, but they should export the makefiles locally. NiceRIL.cpp This is the main DLL source file. NiceRIL.h This file contains your DLL exports. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named NiceRIL.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. ///////////////////////////////////////////////////////////////////////////// --- NEW FILE: NiceRIL.h --- // The following ifdef block is the standard way of creating macros which make exporting // from a DLL simpler. All files within this DLL are compiled with the NICERIL_EXPORTS // symbol defined on the command line. this symbol should not be defined on any project // that uses this DLL. This way any other project whose source files include this file see // NICERIL_API functions as being imported from a DLL, wheras this DLL sees symbols // defined with this macro as being exported. #ifdef NICERIL_EXPORTS #define NICERIL_API __declspec(dllexport) #else #define NICERIL_API __declspec(dllimport) #endif // This class is exported from the NiceRIL.dll class NICERIL_API CNiceRIL { public: CNiceRIL(void); // TODO: add your methods here. }; extern NICERIL_API int nNiceRIL; |
|
From: Logie U. <the...@us...> - 2005-11-25 18:10:38
|
Update of /cvsroot/nbftools/CellTrack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6997 Modified Files: CellTrack.vcp DlgSubmitName.cpp Log Message: Adding structure for CellTrack for the PPC :D Index: DlgSubmitName.cpp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/DlgSubmitName.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- DlgSubmitName.cpp 2 Aug 2005 16:37:12 -0000 1.10 +++ DlgSubmitName.cpp 25 Nov 2005 18:10:29 -0000 1.11 @@ -28,7 +28,6 @@ BOOL WINAPI CDlgSubmitName::DialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) { TCHAR sztTmp[100]; - CRegistry Registry; T_CELLINFO tInfo; switch (uMsg) { Index: CellTrack.vcp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/CellTrack.vcp,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- CellTrack.vcp 25 Oct 2005 16:53:02 -0000 1.29 +++ CellTrack.vcp 25 Nov 2005 18:10:29 -0000 1.30 @@ -47,10 +47,10 @@ # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Ignore_Export_Lib 0 # PROP Sec_AlwaysSign 1 -# PROP Sec_CertificateHash "37ba90e7e44ca987897c4c3f97a7bb0bed40f1e2" -# PROP Sec_ConfigureDevice 0 +# PROP Sec_CertificateHash "163935094add9fab6152e72692ab90cc1e837503" +# PROP Sec_ConfigureDevice 1 # PROP Sec_PrivilegedType 1 -# PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Smartphone Privileged Development Root.cer" +# PROP Sec_RootCertificateName "D:\Documents and Settings\Logie Urquhart\Microsoft\eVC\Logie Urquhart Default Smartphone Privileged Development Root.cer" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r @@ -85,10 +85,10 @@ # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Ignore_Export_Lib 0 # PROP Sec_AlwaysSign 1 -# PROP Sec_CertificateHash "37ba90e7e44ca987897c4c3f97a7bb0bed40f1e2" -# PROP Sec_ConfigureDevice 0 +# PROP Sec_CertificateHash "163935094add9fab6152e72692ab90cc1e837503" +# PROP Sec_ConfigureDevice 1 # PROP Sec_PrivilegedType 1 -# PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Smartphone Privileged Development Root.cer" +# PROP Sec_RootCertificateName "D:\Documents and Settings\Logie Urquhart\Microsoft\eVC\Logie Urquhart Default Smartphone Privileged Development Root.cer" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d "$(CePlatform)" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "_X86_" /d "x86" /d "_i386_" /r @@ -123,10 +123,10 @@ # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Ignore_Export_Lib 0 # PROP Sec_AlwaysSign 1 -# PROP Sec_CertificateHash "37ba90e7e44ca987897c4c3f97a7bb0bed40f1e2" -# PROP Sec_ConfigureDevice 0 +# PROP Sec_CertificateHash "163935094add9fab6152e72692ab90cc1e837503" +# PROP Sec_ConfigureDevice 1 # PROP Sec_PrivilegedType 1 -# PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Smartphone Privileged Development Root.cer" +# PROP Sec_RootCertificateName "D:\Documents and Settings\Logie Urquhart\Microsoft\eVC\Logie Urquhart Default Smartphone Privileged Development Root.cer" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r @@ -161,10 +161,10 @@ # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Ignore_Export_Lib 0 # PROP Sec_AlwaysSign 1 -# PROP Sec_CertificateHash "37ba90e7e44ca987897c4c3f97a7bb0bed40f1e2" -# PROP Sec_ConfigureDevice 0 +# PROP Sec_CertificateHash "163935094add9fab6152e72692ab90cc1e837503" +# PROP Sec_ConfigureDevice 1 # PROP Sec_PrivilegedType 1 -# PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Smartphone Privileged Development Root.cer" +# PROP Sec_RootCertificateName "D:\Documents and Settings\Logie Urquhart\Microsoft\eVC\Logie Urquhart Default Smartphone Privileged Development Root.cer" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r @@ -203,6 +203,7 @@ ".\AboutDlg.h"\ ".\DialogWindow.h"\ ".\Global.h"\ + ".\Log.h"\ NODEP_CPP_ABOUT=\ ".\ibrate.h"\ @@ -248,6 +249,7 @@ ".\AboutDlg.h"\ ".\DialogWindow.h"\ ".\Global.h"\ + ".\Log.h"\ NODEP_CPP_ABOUT=\ ".\ibrate.h"\ @@ -270,13 +272,31 @@ ".\CellDB.h"\ ".\CellGet.h"\ ".\Global.h"\ + ".\LocalDB.h"\ + ".\Log.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ NODEP_CPP_CELLD=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ ".\onnmgr.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" @@ -290,11 +310,26 @@ ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ NODEP_CPP_CELLD=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ ".\onnmgr.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -304,12 +339,28 @@ ".\CellGet.h"\ ".\Global.h"\ ".\LocalDB.h"\ + ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ + {$(INCLUDE)}"aygshell.h"\ {$(INCLUDE)}"connmgr.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -318,13 +369,31 @@ ".\CellDB.h"\ ".\CellGet.h"\ ".\Global.h"\ + ".\LocalDB.h"\ + ".\Log.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ NODEP_CPP_CELLD=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ ".\onnmgr.h"\ + ".\ygshell.h"\ !ENDIF @@ -338,7 +407,10 @@ DEP_CPP_CELLG=\ ".\CellGet.h"\ + ".\EmuTools.h"\ ".\Global.h"\ + ".\Log.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ @@ -368,7 +440,10 @@ DEP_CPP_CELLG=\ ".\CellGet.h"\ + ".\EmuTools.h"\ ".\Global.h"\ + ".\Log.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ @@ -385,6 +460,7 @@ ".\AboutDlg.h"\ ".\CellDB.h"\ ".\CellGet.h"\ + ".\Comms.h"\ ".\DialogWindow.h"\ ".\DlgEditGroup.h"\ ".\DlgMain.h"\ @@ -394,12 +470,28 @@ ".\EEDlg.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ + ".\GPSSettingsDlg.h"\ ".\LocalDB.h"\ ".\LocalDBCellsDlg.h"\ + ".\LocalDBGroupsDlg.h"\ + ".\Log.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ + ".\SelectCellDlg.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ NODEP_CPP_CELLT=\ ".\ibrate.h"\ @@ -434,8 +526,19 @@ ".\Registry.h"\ ".\SelectCellDlg.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ NODEP_CPP_CELLT=\ ".\ibrate.h"\ @@ -470,8 +573,19 @@ ".\Registry.h"\ ".\SelectCellDlg.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ {$(INCLUDE)}"aygshell.h"\ {$(INCLUDE)}"sipapi.h"\ {$(INCLUDE)}"tpcshell.h"\ @@ -485,18 +599,38 @@ ".\AboutDlg.h"\ ".\CellDB.h"\ ".\CellGet.h"\ + ".\Comms.h"\ ".\DialogWindow.h"\ ".\DlgEditGroup.h"\ ".\DlgMain.h"\ ".\DlgNearbyCells.h"\ ".\DlgSettings.h"\ ".\DlgSubmitName.h"\ + ".\EEDlg.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ + ".\GPSSettingsDlg.h"\ + ".\LocalDB.h"\ + ".\LocalDBCellsDlg.h"\ + ".\LocalDBGroupsDlg.h"\ + ".\Log.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ + ".\SelectCellDlg.h"\ ".\Settings.h"\ + ".\stdafx.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ NODEP_CPP_CELLT=\ ".\ibrate.h"\ @@ -567,15 +701,18 @@ DEP_CPP_DIALO=\ ".\DialogWindow.h"\ + ".\Global.h"\ ".\WindowTracker.h"\ +NODEP_CPP_DIALO=\ + ".\inuserm.h"\ + !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" DEP_CPP_DIALO=\ ".\DialogWindow.h"\ ".\Global.h"\ - ".\Log.h"\ ".\WindowTracker.h"\ NODEP_CPP_DIALO=\ @@ -595,6 +732,11 @@ DEP_CPP_DIALO=\ ".\DialogWindow.h"\ + ".\Global.h"\ + ".\WindowTracker.h"\ + +NODEP_CPP_DIALO=\ + ".\inuserm.h"\ !ENDIF @@ -612,6 +754,7 @@ ".\DialogWindow.h"\ ".\DlgEditGroup.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ @@ -632,7 +775,6 @@ ".\DialogWindow.h"\ ".\DlgEditGroup.h"\ ".\Global.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\TcpSocket.h"\ @@ -673,6 +815,7 @@ ".\DialogWindow.h"\ ".\DlgEditGroup.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ @@ -707,8 +850,13 @@ ".\EEDlg.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ + ".\GPSSettingsDlg.h"\ + ".\LocalDB.h"\ ".\LocalDBCellsDlg.h"\ + ".\LocalDBGroupsDlg.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ + ".\SelectCellDlg.h"\ ".\Settings.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ @@ -740,7 +888,6 @@ ".\LocalDB.h"\ ".\LocalDBCellsDlg.h"\ ".\LocalDBGroupsDlg.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\SelectCellDlg.h"\ @@ -800,9 +947,16 @@ ".\DlgNearbyCells.h"\ ".\DlgSettings.h"\ ".\DlgSubmitName.h"\ + ".\EEDlg.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ + ".\GPSSettingsDlg.h"\ + ".\LocalDB.h"\ + ".\LocalDBCellsDlg.h"\ + ".\LocalDBGroupsDlg.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ + ".\SelectCellDlg.h"\ ".\Settings.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ @@ -829,6 +983,7 @@ ".\DialogWindow.h"\ ".\DlgNearbyCells.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ NODEP_CPP_DLGNE=\ @@ -845,7 +1000,6 @@ ".\DialogWindow.h"\ ".\DlgNearbyCells.h"\ ".\Global.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ @@ -878,6 +1032,7 @@ ".\DialogWindow.h"\ ".\DlgNearbyCells.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ NODEP_CPP_DLGNE=\ @@ -901,6 +1056,7 @@ ".\DialogWindow.h"\ ".\DlgSettings.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -919,7 +1075,6 @@ ".\DialogWindow.h"\ ".\DlgSettings.h"\ ".\Global.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -956,6 +1111,7 @@ ".\DialogWindow.h"\ ".\DlgSettings.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -982,6 +1138,8 @@ ".\DialogWindow.h"\ ".\DlgSubmitName.h"\ ".\Global.h"\ + ".\LocalDB.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ @@ -1003,7 +1161,6 @@ ".\DlgSubmitName.h"\ ".\Global.h"\ ".\LocalDB.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\TcpSocket.h"\ @@ -1045,6 +1202,8 @@ ".\DialogWindow.h"\ ".\DlgSubmitName.h"\ ".\Global.h"\ + ".\LocalDB.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ @@ -1085,7 +1244,6 @@ ".\DialogWindow.h"\ ".\EEDlg.h"\ ".\Global.h"\ - ".\Log.h"\ NODEP_CPP_EEDLG=\ ".\ibrate.h"\ @@ -1134,6 +1292,7 @@ DEP_CPP_EMUTO=\ ".\EmuTools.h"\ + ".\Global.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" @@ -1141,7 +1300,6 @@ DEP_CPP_EMUTO=\ ".\EmuTools.h"\ ".\Global.h"\ - ".\Log.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1155,6 +1313,7 @@ DEP_CPP_EMUTO=\ ".\EmuTools.h"\ + ".\Global.h"\ !ENDIF @@ -1169,6 +1328,7 @@ DEP_CPP_EXPOR=\ ".\CellGet.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ @@ -1177,7 +1337,6 @@ DEP_CPP_EXPOR=\ ".\CellGet.h"\ ".\Global.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ @@ -1196,6 +1355,7 @@ DEP_CPP_EXPOR=\ ".\CellGet.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ @@ -1213,6 +1373,7 @@ ".\DialogWindow.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -1231,7 +1392,6 @@ ".\DialogWindow.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -1268,6 +1428,7 @@ ".\DialogWindow.h"\ ".\ExtSettingsDlg.h"\ ".\Global.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -1296,7 +1457,6 @@ DEP_CPP_GLOBA=\ ".\Global.h"\ - ".\Log.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1321,9 +1481,12 @@ !IF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Release" DEP_CPP_GPSSE=\ + ".\Comms.h"\ ".\DialogWindow.h"\ ".\Global.h"\ ".\GPSSettingsDlg.h"\ + ".\Registry.h"\ + ".\Settings.h"\ NODEP_CPP_GPSSE=\ ".\ibrate.h"\ @@ -1340,7 +1503,6 @@ ".\DialogWindow.h"\ ".\Global.h"\ ".\GPSSettingsDlg.h"\ - ".\Log.h"\ ".\Registry.h"\ ".\Settings.h"\ @@ -1371,9 +1533,12 @@ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" DEP_CPP_GPSSE=\ + ".\Comms.h"\ ".\DialogWindow.h"\ ".\Global.h"\ ".\GPSSettingsDlg.h"\ + ".\Registry.h"\ + ".\Settings.h"\ NODEP_CPP_GPSSE=\ ".\ibrate.h"\ @@ -1395,8 +1560,26 @@ DEP_CPP_LOCAL=\ ".\Global.h"\ ".\LocalDB.h"\ + ".\Log.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ + +NODEP_CPP_LOCAL=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" @@ -1407,6 +1590,23 @@ ".\Log.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ + +NODEP_CPP_LOCAL=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1414,17 +1614,51 @@ DEP_CPP_LOCAL=\ ".\Global.h"\ ".\LocalDB.h"\ + ".\Log.h"\ ".\Registry.h"\ ".\Settings.h"\ + ".\stdafx.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" DEP_CPP_LOCAL=\ - ".\CellGet.h"\ ".\Global.h"\ ".\LocalDB.h"\ + ".\Log.h"\ ".\Registry.h"\ + ".\Settings.h"\ + ".\stdafx.h"\ + ".\wtl\atlapp.h"\ + ".\wtl\atlbase.h"\ + ".\wtl\atlctrls.h"\ + ".\wtl\atlddx.h"\ + ".\wtl\atlgdi.h"\ + ".\wtl\atlmisc.h"\ + ".\wtl\atlres.h"\ + ".\wtl\atluser.h"\ + ".\wtl\atlwin.h"\ + ".\wtl\wceatl.h"\ + +NODEP_CPP_LOCAL=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ !ENDIF @@ -1457,7 +1691,6 @@ ".\Global.h"\ ".\LocalDB.h"\ ".\LocalDBCellsDlg.h"\ - ".\Log.h"\ NODEP_CPP_LOCALD=\ ".\ibrate.h"\ @@ -1486,6 +1719,7 @@ DEP_CPP_LOCALD=\ ".\DialogWindow.h"\ ".\Global.h"\ + ".\LocalDB.h"\ ".\LocalDBCellsDlg.h"\ NODEP_CPP_LOCALD=\ @@ -1507,7 +1741,17 @@ DEP_CPP_LOCALDB=\ ".\DialogWindow.h"\ + ".\Global.h"\ + ".\LocalDB.h"\ ".\LocalDBGroupsDlg.h"\ + ".\SelectCellDlg.h"\ + +NODEP_CPP_LOCALDB=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" @@ -1517,7 +1761,6 @@ ".\Global.h"\ ".\LocalDB.h"\ ".\LocalDBGroupsDlg.h"\ - ".\Log.h"\ ".\SelectCellDlg.h"\ NODEP_CPP_LOCALDB=\ @@ -1547,7 +1790,17 @@ DEP_CPP_LOCALDB=\ ".\DialogWindow.h"\ + ".\Global.h"\ + ".\LocalDB.h"\ ".\LocalDBGroupsDlg.h"\ + ".\SelectCellDlg.h"\ + +NODEP_CPP_LOCALDB=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ENDIF @@ -1564,6 +1817,7 @@ ".\Global.h"\ ".\LocalDB.h"\ ".\Location.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ @@ -1574,7 +1828,6 @@ ".\Global.h"\ ".\LocalDB.h"\ ".\Location.h"\ - ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ @@ -1597,6 +1850,7 @@ ".\Global.h"\ ".\LocalDB.h"\ ".\Location.h"\ + ".\PhoneID.h"\ ".\Registry.h"\ @@ -1610,13 +1864,17 @@ !IF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Release" DEP_CPP_LOG_C=\ + ".\Global.h"\ ".\Log.h"\ + ".\Registry.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" DEP_CPP_LOG_C=\ + ".\Global.h"\ ".\Log.h"\ + ".\Registry.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1630,7 +1888,9 @@ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" DEP_CPP_LOG_C=\ + ".\Global.h"\ ".\Log.h"\ + ".\Registry.h"\ !ENDIF @@ -1644,6 +1904,7 @@ DEP_CPP_PHONE=\ ".\Global.h"\ + ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ @@ -1670,6 +1931,7 @@ DEP_CPP_PHONE=\ ".\Global.h"\ + ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ @@ -1716,8 +1978,17 @@ DEP_CPP_SELEC=\ ".\DialogWindow.h"\ + ".\Global.h"\ + ".\LocalDB.h"\ ".\SelectCellDlg.h"\ +NODEP_CPP_SELEC=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ + !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE emulator) Debug" @@ -1725,7 +1996,6 @@ ".\DialogWindow.h"\ ".\Global.h"\ ".\LocalDB.h"\ - ".\Log.h"\ ".\SelectCellDlg.h"\ NODEP_CPP_SELEC=\ @@ -1754,8 +2024,17 @@ DEP_CPP_SELEC=\ ".\DialogWindow.h"\ + ".\Global.h"\ + ".\LocalDB.h"\ ".\SelectCellDlg.h"\ +NODEP_CPP_SELEC=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ + !ENDIF @@ -1776,7 +2055,6 @@ DEP_CPP_SETTI=\ ".\Global.h"\ - ".\Log.h"\ ".\Registry.h"\ ".\Settings.h"\ |
|
From: Logie U. <the...@us...> - 2005-11-25 18:10:38
|
Update of /cvsroot/nbftools/CellTrack/CellTrackPPC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6997/CellTrackPPC Added Files: CellTrackPPC.cpp CellTrackPPC.h CellTrackPPC.rc CellTrackPPC.vcp CellTrackPPC.vcw CellTrackPPCDlg.cpp CellTrackPPCDlg.h ReadMe.txt Resource.h StdAfx.cpp StdAfx.h newres.h Log Message: Adding structure for CellTrack for the PPC :D --- NEW FILE: CellTrackPPC.h --- // CellTrackPPC.h : main header file for the CELLTRACKPPC application // #if !defined(AFX_CELLTRACKPPC_H__6E7A27B2_7035_45F0_98DC_566C6AB1D961__INCLUDED_) #define AFX_CELLTRACKPPC_H__6E7A27B2_7035_45F0_98DC_566C6AB1D961__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // CCellTrackPPCApp: // See CellTrackPPC.cpp for the implementation of this class // class CCellTrackPPCApp : public CWinApp { public: CCellTrackPPCApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CCellTrackPPCApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CCellTrackPPCApp) // NOTE - the ClassWizard will add and remove member functions here. // DO NOT EDIT what you see in these blocks of generated code ! //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CELLTRACKPPC_H__6E7A27B2_7035_45F0_98DC_566C6AB1D961__INCLUDED_) --- NEW FILE: CellTrackPPCDlg.cpp --- // CellTrackPPCDlg.cpp : implementation file // #include "stdafx.h" #include "CellTrackPPC.h" #include "CellTrackPPCDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CCellTrackPPCDlg dialog CCellTrackPPCDlg::CCellTrackPPCDlg(CWnd* pParent /*=NULL*/) : CDialog(CCellTrackPPCDlg::IDD, pParent) { //{{AFX_DATA_INIT(CCellTrackPPCDlg) // NOTE: the ClassWizard will add member initialization here //}}AFX_DATA_INIT // Note that LoadIcon does not require a subsequent DestroyIcon in Win32 m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME); } void CCellTrackPPCDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CCellTrackPPCDlg) // NOTE: the ClassWizard will add DDX and DDV calls here //}}AFX_DATA_MAP } BEGIN_MESSAGE_MAP(CCellTrackPPCDlg, CDialog) //{{AFX_MSG_MAP(CCellTrackPPCDlg) //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CCellTrackPPCDlg message handlers BOOL CCellTrackPPCDlg::OnInitDialog() { CDialog::OnInitDialog(); // Set the icon for this dialog. The framework does this automatically // when the application's main window is not a dialog SetIcon(m_hIcon, TRUE); // Set big icon SetIcon(m_hIcon, FALSE); // Set small icon CenterWindow(GetDesktopWindow()); // center to the hpc screen // TODO: Add extra initialization here return TRUE; // return TRUE unless you set the focus to a control } --- NEW FILE: newres.h --- #ifndef __NEWRES_H__ #define __NEWRES_H__ #define SHMENUBAR RCDATA #if !(defined(_WIN32_WCE_PSPC) && (_WIN32_WCE >= 300)) #undef HDS_HORZ #undef HDS_BUTTONS #undef HDS_HIDDEN #include <commctrl.h> // for MenuBar #define I_IMAGENONE (-2) #define NOMENU 0xFFFF #define IDS_SHNEW 1 #define IDM_SHAREDNEW 10 #define IDM_SHAREDNEWDEFAULT 11 // for Tab Control #define TCS_SCROLLOPPOSITE 0x0001 // assumes multiline tab #define TCS_BOTTOM 0x0002 #define TCS_RIGHT 0x0002 #define TCS_VERTICAL 0x0080 #define TCS_MULTISELECT 0x0004 // allow multi-select in button mode #define TCS_FLATBUTTONS 0x0008 #endif //_WIN32_WCE_PSPC #endif //__NEWRES_H__ --- NEW FILE: CellTrackPPCDlg.h --- // CellTrackPPCDlg.h : header file // #if !defined(AFX_CELLTRACKPPCDLG_H__C3CC618B_186D_409A_A280_4857A8C43205__INCLUDED_) #define AFX_CELLTRACKPPCDLG_H__C3CC618B_186D_409A_A280_4857A8C43205__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CCellTrackPPCDlg dialog class CCellTrackPPCDlg : public CDialog { // Construction public: CCellTrackPPCDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CCellTrackPPCDlg) enum { IDD = IDD_CELLTRACKPPC_DIALOG }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CCellTrackPPCDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CCellTrackPPCDlg) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CELLTRACKPPCDLG_H__C3CC618B_186D_409A_A280_4857A8C43205__INCLUDED_) --- NEW FILE: CellTrackPPC.rc --- // Microsoft eMbedded Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h" #include "newres.h" #include "aygshell.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END 2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""afxres.h""\r\n" "#include ""newres.h""\r\n" "\0" END 3 TEXTINCLUDE DISCARDABLE BEGIN "#define _AFX_NO_SPLITTER_RESOURCES\r\n" "#define _AFX_NO_OLE_RESOURCES\r\n" "#define _AFX_NO_TRACKER_RESOURCES\r\n" "#define _AFX_NO_PROPERTY_RESOURCES\r\n" "\r\n" "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" "#ifdef _WIN32\r\n" "LANGUAGE 9, 1\r\n" "#pragma code_page(1252)\r\n" "#endif //_WIN32\r\n" "#include ""res\\CellTrackPPC.rc2"" // non-Microsoft eMbedded Visual C++ edited resources\r\n" "#include ""afxres.rc"" // Standard components\r\n" "#include ""wceres.rc"" // WCE-specific components\r\n" "#endif\r\n" "\0" END ///////////////////////////////////////////////////////////////////////////// #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDR_MAINFRAME ICON DISCARDABLE "res\\CellTrackPPC.ico" #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE 9, 1 #pragma code_page(1252) #endif //_WIN32 ///////////////////////////////////////////////////////////////////////////// // // Dialog // IDD_CELLTRACKPPC_DIALOG DIALOG DISCARDABLE 0, 0, 139, 103 STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION EXSTYLE WS_EX_APPWINDOW | WS_EX_CAPTIONOKBTN CAPTION "CellTrack PPC" FONT 8, "System" BEGIN LTEXT "TODO: Place dialog controls here.",IDC_STATIC,13,33,112,17 END ///////////////////////////////////////////////////////////////////////////// // // Version // VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,0,1 PRODUCTVERSION 1,0,0,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x4L FILETYPE 0x1L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904B0" BEGIN VALUE "CompanyName", " \0" VALUE "FileDescription", "CellTrackPPC WCE MFC Application\0" VALUE "FileVersion", "1, 0, 0, 1\0" VALUE "InternalName", "CellTrackPPC\0" VALUE "LegalCopyright", "Copyright © 2005\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename","CellTrackPPC.exe\0" VALUE "ProductName", "CellTrackPPC Application\0" VALUE "ProductVersion", "1, 0, 0, 1\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200 END END ///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO // #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO DISCARDABLE BEGIN IDD_CELLTRACKPPC_DIALOG, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 132 TOPMARGIN, 7 BOTTOMMARGIN, 96 END END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE DISCARDABLE BEGIN IDP_SOCKETS_INIT_FAILED "Windows CE sockets initialization failed." END #endif #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // #define _AFX_NO_SPLITTER_RESOURCES #define _AFX_NO_OLE_RESOURCES #define _AFX_NO_TRACKER_RESOURCES #define _AFX_NO_PROPERTY_RESOURCES #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE 9, 1 #pragma code_page(1252) #endif //_WIN32 #include "res\\CellTrackPPC.rc2" // non-Microsoft eMbedded Visual C++ edited resources #include "afxres.rc" // Standard components #include "wceres.rc" // WCE-specific components #endif ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED --- NEW FILE: CellTrackPPC.cpp --- // CellTrackPPC.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "CellTrackPPC.h" #include "CellTrackPPCDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif #include "Settings.h" #include "Log.h" // Global Objects CLog *g_pLog; CSettings *g_pSettings; ///////////////////////////////////////////////////////////////////////////// // CCellTrackPPCApp BEGIN_MESSAGE_MAP(CCellTrackPPCApp, CWinApp) //{{AFX_MSG_MAP(CCellTrackPPCApp) // NOTE - the ClassWizard will add and remove mapping macros here. // DO NOT EDIT what you see in these blocks of generated code! //}}AFX_MSG_MAP END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CCellTrackPPCApp construction CCellTrackPPCApp::CCellTrackPPCApp() : CWinApp() { // TODO: add construction code here, // Place all significant initialization in InitInstance } ///////////////////////////////////////////////////////////////////////////// // The one and only CCellTrackPPCApp object CCellTrackPPCApp theApp; ///////////////////////////////////////////////////////////////////////////// // CCellTrackPPCApp initialization BOOL CCellTrackPPCApp::InitInstance() { if (!AfxSocketInit()) { AfxMessageBox(IDP_SOCKETS_INIT_FAILED); return FALSE; } // Init the Log Object g_pLog = new CLog(); // Init the Settings Object g_pSettings = new CSettings(); // Standard initialization // If you are not using these features and wish to reduce the size // of your final executable, you should remove from the following // the specific initialization routines you do not need. CCellTrackPPCDlg dlg; m_pMainWnd = &dlg; int nResponse = dlg.DoModal(); if (nResponse == IDOK) { // TODO: Place code here to handle when the dialog is // dismissed with OK } else if (nResponse == IDCANCEL) { // TODO: Place code here to handle when the dialog is // dismissed with Cancel } // free up the Log object delete (g_pLog); // free up the Settings Objects delete (g_pSettings); // Since the dialog has been closed, return FALSE so that we exit the // application, rather than start the application's message pump. return FALSE; } --- NEW FILE: StdAfx.h --- // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__091971D1_A9C7_43EE_B74F_8935DDB10327__INCLUDED_) #define AFX_STDAFX_H__091971D1_A9C7_43EE_B74F_8935DDB10327__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #include <afxwin.h> // MFC core and standard components #include <afxext.h> // MFC extensions #if defined(_AFXDLL) #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls #endif #ifndef _AFX_NO_AFXCMN_SUPPORT #include <afxcmn.h> // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT #include <afxsock.h> // MFC socket extensions //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_STDAFX_H__091971D1_A9C7_43EE_B74F_8935DDB10327__INCLUDED_) --- NEW FILE: StdAfx.cpp --- // stdafx.cpp : source file that includes just the standard includes // CellTrackPPC.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" --- NEW FILE: CellTrackPPC.vcw --- Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### Project: "CellTrackPPC"=.\CellTrackPPC.vcp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Project: "NiceRIL"=.\NiceRIL\NiceRIL.vcp - Package Owner=<4> Package=<5> {{{ }}} Package=<4> {{{ }}} ############################################################################### Global: Package=<5> {{{ }}} Package=<3> {{{ }}} ############################################################################### --- NEW FILE: Resource.h --- //{{NO_DEPENDENCIES}} // Microsoft eMbedded Visual C++ generated include file. // Used by CELLTRACKPPC.RC // #define IDR_MAINFRAME 128 #define IDD_CELLTRACKPPC_DIALOG 102 #define IDP_SOCKETS_INIT_FAILED 103 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 129 #define _APS_NEXT_COMMAND_VALUE 32771 #define _APS_NEXT_CONTROL_VALUE 1000 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif --- NEW FILE: CellTrackPPC.vcp --- # Microsoft eMbedded Visual Tools Project File - Name="CellTrackPPC" - Package Owner=<4> # Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 # ** DO NOT EDIT ** # TARGTYPE "Win32 (WCE ARMV4) Application" 0xa301 # TARGTYPE "Win32 (WCE emulator) Application" 0xa601 CFG=CellTrackPPC - Win32 (WCE emulator) Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "CellTrackPPC.vcn". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "CellTrackPPC.vcn" CFG="CellTrackPPC - Win32 (WCE emulator) Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "CellTrackPPC - Win32 (WCE emulator) Release" (based on "Win32 (WCE emulator) Application") !MESSAGE "CellTrackPPC - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Application") !MESSAGE "CellTrackPPC - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Application") !MESSAGE "CellTrackPPC - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Application") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" # PROP ATL_Project 2 !IF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Release" # PROP BASE Use_MFC 2 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "emulatorRel" # PROP BASE Intermediate_Dir "emulatorRel" # PROP BASE CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 2 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "emulatorRel" # PROP Intermediate_Dir "emulatorRel" # PROP CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /d "_AFXDLL" /r # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /d "_AFXDLL" /r CPP=cl.exe # ADD BASE CPP /nologo /W3 /D "_i386_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_WIN32_WCE_CEPC" /D "_AFXDLL" /Yu"stdafx.h" /Gs8192 /GF /O2 /c # ADD CPP /nologo /W3 /I "..\\" /D "_i386_" /D "_X86_" /D "x86" /D "NDEBUG" /D "_WIN32_WCE_CEPC" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /D "DEVICEPPC" /YX"stdafx.h" /Gs8192 /GF /O2 /c MTL=midl.exe # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /subsystem:$(CESubsystem) /MACHINE:IX86 # ADD LINK32 /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /subsystem:$(CESubsystem) /MACHINE:IX86 !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Debug" # PROP BASE Use_MFC 2 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "emulatorDbg" # PROP BASE Intermediate_Dir "emulatorDbg" # PROP BASE CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 2 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "emulatorDbg" # PROP Intermediate_Dir "emulatorDbg" # PROP CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /d "_AFXDLL" /r # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /d "_AFXDLL" /r CPP=cl.exe # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "_i386_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_WIN32_WCE_CEPC" /D "_AFXDLL" /Yu"stdafx.h" /Gs8192 /GF /c # ADD CPP /nologo /W3 /Zi /Od /I "..\\" /D "DEBUG" /D "_i386_" /D "_X86_" /D "x86" /D "_WIN32_WCE_CEPC" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /D "DEVICEPPC" /YX"stdafx.h" /Gs8192 /GF /c MTL=midl.exe # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /debug /subsystem:$(CESubsystem) /MACHINE:IX86 # ADD LINK32 /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /debug /subsystem:$(CESubsystem) /MACHINE:IX86 !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Release" # PROP BASE Use_MFC 2 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "ARMV4Rel" # PROP BASE Intermediate_Dir "ARMV4Rel" # PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 2 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "ARMV4Rel" # PROP Intermediate_Dir "ARMV4Rel" # PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /d "_AFXDLL" /r # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /d "_AFXDLL" /r CPP=clarm.exe # ADD BASE CPP /nologo /W3 /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_AFXDLL" /Yu"stdafx.h" /O2 /M$(CECrtMT) /c # ADD CPP /nologo /W3 /I "..\\" /D "ARM" /D "_ARM_" /D "ARMV4" /D "NDEBUG" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /D "DEVICEPPC" /YX"stdafx.h" /O2 /M$(CECrtMT) /c MTL=midl.exe # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32 BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM # ADD LINK32 /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Debug" # PROP BASE Use_MFC 2 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "ARMV4Dbg" # PROP BASE Intermediate_Dir "ARMV4Dbg" # PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP BASE Target_Dir "" # PROP Use_MFC 2 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "ARMV4Dbg" # PROP Intermediate_Dir "ARMV4Dbg" # PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}" # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /d "_AFXDLL" /r # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /d "_AFXDLL" /r CPP=clarm.exe # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /Yu"stdafx.h" /M$(CECrtMTDebug) /c # ADD CPP /nologo /W3 /Zi /Od /I "..\\" /D "DEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /D "DEVICEPPC" /YX"stdafx.h" /M$(CECrtMTDebug) /c MTL=midl.exe # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32 BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /debug /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM # ADD LINK32 /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /debug /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM !ENDIF # Begin Target # Name "CellTrackPPC - Win32 (WCE emulator) Release" # Name "CellTrackPPC - Win32 (WCE emulator) Debug" # Name "CellTrackPPC - Win32 (WCE ARMV4) Release" # Name "CellTrackPPC - Win32 (WCE ARMV4) Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # Begin Source File SOURCE=.\CellTrackPPC.cpp !IF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Release" DEP_CPP_CELLT=\ "..\global.h"\ "..\Log.h"\ "..\Registry.h"\ "..\Settings.h"\ ".\CellTrackPPC.h"\ ".\CellTrackPPCDlg.h"\ ".\StdAfx.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Debug" DEP_CPP_CELLT=\ "..\global.h"\ "..\Log.h"\ "..\Registry.h"\ "..\Settings.h"\ ".\CellTrackPPC.h"\ ".\CellTrackPPCDlg.h"\ ".\StdAfx.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Release" DEP_CPP_CELLT=\ "..\global.h"\ "..\Log.h"\ "..\Registry.h"\ "..\Settings.h"\ ".\CellTrackPPC.h"\ ".\CellTrackPPCDlg.h"\ ".\StdAfx.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Debug" DEP_CPP_CELLT=\ "..\global.h"\ "..\Log.h"\ "..\Registry.h"\ "..\Settings.h"\ ".\CellTrackPPC.h"\ ".\CellTrackPPCDlg.h"\ ".\StdAfx.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\CellTrackPPC.rc !IF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Release" !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Debug" !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Release" !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Debug" !ENDIF # End Source File # Begin Source File SOURCE=.\CellTrackPPCDlg.cpp !IF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Release" DEP_CPP_CELLTR=\ ".\CellTrackPPC.h"\ ".\CellTrackPPCDlg.h"\ ".\StdAfx.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Debug" DEP_CPP_CELLTR=\ ".\CellTrackPPC.h"\ ".\CellTrackPPCDlg.h"\ ".\StdAfx.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Release" DEP_CPP_CELLTR=\ ".\CellTrackPPC.h"\ ".\CellTrackPPCDlg.h"\ ".\StdAfx.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Debug" DEP_CPP_CELLTR=\ ".\CellTrackPPC.h"\ ".\CellTrackPPCDlg.h"\ ".\StdAfx.h"\ !ENDIF # End Source File # Begin Source File SOURCE=..\LocalDB.cpp !IF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Release" DEP_CPP_LOCAL=\ "..\global.h"\ "..\LocalDB.h"\ "..\Log.h"\ "..\Registry.h"\ "..\Settings.h"\ "..\stdafx.h"\ "..\wtl\atlapp.h"\ "..\wtl\atlbase.h"\ "..\wtl\atlctrls.h"\ "..\wtl\atlddx.h"\ "..\wtl\atlgdi.h"\ "..\wtl\atlmisc.h"\ "..\wtl\atlres.h"\ "..\wtl\atluser.h"\ "..\wtl\atlwin.h"\ "..\wtl\wceatl.h"\ {$(INCLUDE)}"aygshell.h"\ {$(INCLUDE)}"sipapi.h"\ {$(INCLUDE)}"winuserm.h"\ NODEP_CPP_LOCAL=\ "E:\Program Files\Windows CE Tools\wce420\POCKET PC 2003\Include\emulator\vibrate.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Debug" DEP_CPP_LOCAL=\ "..\global.h"\ "..\LocalDB.h"\ "..\Log.h"\ "..\Registry.h"\ "..\Settings.h"\ "..\stdafx.h"\ "..\wtl\atlapp.h"\ "..\wtl\atlbase.h"\ "..\wtl\atlctrls.h"\ "..\wtl\atlddx.h"\ "..\wtl\atlgdi.h"\ "..\wtl\atlmisc.h"\ "..\wtl\atlres.h"\ "..\wtl\atluser.h"\ "..\wtl\atlwin.h"\ "..\wtl\wceatl.h"\ {$(INCLUDE)}"aygshell.h"\ {$(INCLUDE)}"sipapi.h"\ {$(INCLUDE)}"winuserm.h"\ NODEP_CPP_LOCAL=\ "E:\Program Files\Windows CE Tools\wce420\POCKET PC 2003\Include\emulator\vibrate.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Release" DEP_CPP_LOCAL=\ "..\global.h"\ "..\LocalDB.h"\ "..\Log.h"\ "..\Registry.h"\ "..\Settings.h"\ "..\stdafx.h"\ "..\wtl\atlapp.h"\ "..\wtl\atlbase.h"\ "..\wtl\atlctrls.h"\ "..\wtl\atlddx.h"\ "..\wtl\atlgdi.h"\ "..\wtl\atlmisc.h"\ "..\wtl\atlres.h"\ "..\wtl\atluser.h"\ "..\wtl\atlwin.h"\ "..\wtl\wceatl.h"\ {$(INCLUDE)}"aygshell.h"\ {$(INCLUDE)}"sipapi.h"\ {$(INCLUDE)}"winuserm.h"\ NODEP_CPP_LOCAL=\ "E:\Program Files\Windows CE Tools\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Debug" DEP_CPP_LOCAL=\ "..\global.h"\ "..\LocalDB.h"\ "..\Log.h"\ "..\Registry.h"\ "..\Settings.h"\ "..\stdafx.h"\ "..\wtl\atlapp.h"\ "..\wtl\atlbase.h"\ "..\wtl\atlctrls.h"\ "..\wtl\atlddx.h"\ "..\wtl\atlgdi.h"\ "..\wtl\atlmisc.h"\ "..\wtl\atlres.h"\ "..\wtl\atluser.h"\ "..\wtl\atlwin.h"\ "..\wtl\wceatl.h"\ {$(INCLUDE)}"aygshell.h"\ {$(INCLUDE)}"sipapi.h"\ {$(INCLUDE)}"winuserm.h"\ NODEP_CPP_LOCAL=\ "E:\Program Files\Windows CE Tools\wce420\POCKET PC 2003\Include\ARMV4\vibrate.h"\ !ENDIF # End Source File # Begin Source File SOURCE=..\Log.cpp !IF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Release" DEP_CPP_LOG_C=\ "..\global.h"\ "..\Log.h"\ "..\Registry.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Debug" DEP_CPP_LOG_C=\ "..\global.h"\ "..\Log.h"\ "..\Registry.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Release" DEP_CPP_LOG_C=\ "..\global.h"\ "..\Log.h"\ "..\Registry.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Debug" DEP_CPP_LOG_C=\ "..\global.h"\ "..\Log.h"\ "..\Registry.h"\ !ENDIF # End Source File # Begin Source File SOURCE=..\Registry.cpp !IF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Release" DEP_CPP_REGIS=\ "..\Registry.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Debug" DEP_CPP_REGIS=\ "..\Registry.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Release" DEP_CPP_REGIS=\ "..\Registry.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Debug" DEP_CPP_REGIS=\ "..\Registry.h"\ !ENDIF # End Source File # Begin Source File SOURCE=..\Settings.cpp !IF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Release" DEP_CPP_SETTI=\ "..\global.h"\ "..\Registry.h"\ "..\Settings.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Debug" DEP_CPP_SETTI=\ "..\global.h"\ "..\Registry.h"\ "..\Settings.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Release" DEP_CPP_SETTI=\ "..\global.h"\ "..\Registry.h"\ "..\Settings.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Debug" DEP_CPP_SETTI=\ "..\global.h"\ "..\Registry.h"\ "..\Settings.h"\ !ENDIF # End Source File # Begin Source File SOURCE=.\StdAfx.cpp !IF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Release" DEP_CPP_STDAF=\ ".\StdAfx.h"\ # ADD CPP /Yc"stdafx.h" !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Debug" DEP_CPP_STDAF=\ ".\StdAfx.h"\ # ADD CPP /Yc"stdafx.h" !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Release" DEP_CPP_STDAF=\ ".\StdAfx.h"\ # ADD CPP /Yc"stdafx.h" !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Debug" DEP_CPP_STDAF=\ ".\StdAfx.h"\ # ADD CPP /Yc"stdafx.h" !ENDIF # End Source File # Begin Source File SOURCE=..\URLEncode.cpp !IF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Release" DEP_CPP_URLEN=\ "..\URLEncode.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE emulator) Debug" DEP_CPP_URLEN=\ "..\URLEncode.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Release" DEP_CPP_URLEN=\ "..\URLEncode.h"\ !ELSEIF "$(CFG)" == "CellTrackPPC - Win32 (WCE ARMV4) Debug" DEP_CPP_URLEN=\ "..\URLEncode.h"\ !ENDIF # End Source File # End Group # Begin Group "Header Files" # PROP Default_Filter "h;hpp;hxx;hm;inl" # Begin Source File SOURCE=.\CellTrackPPC.h # End Source File # Begin Source File SOURCE=.\CellTrackPPCDlg.h # End Source File # Begin Source File SOURCE=..\LocalDB.h # End Source File # Begin Source File SOURCE=..\Log.h # End Source File # Begin Source File SOURCE=.\newres.h # End Source File # Begin Source File SOURCE=..\Registry.h # End Source File # Begin Source File SOURCE=.\Resource.h # End Source File # Begin Source File SOURCE=..\Settings.h # End Source File # Begin Source File SOURCE=.\StdAfx.h # End Source File # Begin Source File SOURCE=..\URLEncode.h # End Source File # End Group # Begin Group "Resource Files" # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # Begin Source File SOURCE=.\res\CellTrackPPC.ico # End Source File # Begin Source File SOURCE=.\res\CellTrackPPC.rc2 # PROP Exclude_From_Scan -1 # PROP BASE Exclude_From_Build 1 # PROP Exclude_From_Build 1 # End Source File # End Group # Begin Source File SOURCE=.\ReadMe.txt # End Source File # End Target # End Project --- NEW FILE: ReadMe.txt --- ======================================================================== Microsoft Foundation Class Library for Windows CE: CellTrackPPC ======================================================================== AppWizard has created this CellTrackPPC application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your CellTrackPPC application. CellTrackPPC.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CCellTrackPPCApp application class. CellTrackPPC.cpp This is the main application source file that contains the application class CCellTrackPPCApp. CellTrackPPC.rc This is a listing of all of the Microsoft Windows CE resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft eMbedded Visual C++. res\CellTrackPPC.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file CellTrackPPC.rc. res\CellTrackPPC.rc2 This file contains resources that are not edited by Microsoft eMbedded Visual C++. You should place all resources not editable by the resource editor in this file. CellTrackPPC.vcc This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. ///////////////////////////////////////////////////////////////////////////// AppWizard creates one dialog class: CellTrackPPCDlg.h, CellTrackPPCDlg.cpp - the dialog These files contain your CCellTrackPPCDlg class. This class defines the behavior of your application's main dialog. The dialog's template is in CellTrackPPC.rc, which can be edited in Microsoft Developer Studio. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named CellTrackPPC.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft eMbedded Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy the corresponding localized resources MFCWCXXX.DLL from the Microsoft eMbedded Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFCWCDEU.DLL contains resources translated to German.) If you don't do this, some of the UI elements of your application will remain in the language of the operating system. ///////////////////////////////////////////////////////////////////////////// |
|
From: Logie U. <the...@us...> - 2005-11-25 18:09:01
|
Update of /cvsroot/nbftools/CellTrack/CellTrackPPC/res In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6442/res Log Message: Directory /cvsroot/nbftools/CellTrack/CellTrackPPC/res added to the repository |
|
From: Logie U. <the...@us...> - 2005-11-25 18:08:56
|
Update of /cvsroot/nbftools/CellTrack/CellTrackPPC/NiceRIL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6442/NiceRIL Log Message: Directory /cvsroot/nbftools/CellTrack/CellTrackPPC/NiceRIL added to the repository |
|
From: Logie U. <the...@us...> - 2005-11-25 18:06:43
|
Update of /cvsroot/nbftools/CellTrack/CellTrackPPC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5733/CellTrackPPC Log Message: Directory /cvsroot/nbftools/CellTrack/CellTrackPPC added to the repository |
|
From: Martin R. <zo...@us...> - 2005-10-25 21:23:08
|
Update of /cvsroot/nbftools/CellTrack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31588 Modified Files: CellDB.cpp CellTrack.rc DlgMain.cpp LocalDB.cpp Log Message: Some other bugfixes; Syncing Remote->Local CellDB finally works now :p Index: CellTrack.rc =================================================================== RCS file: /cvsroot/nbftools/CellTrack/CellTrack.rc,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- CellTrack.rc 30 Aug 2005 19:25:34 -0000 1.33 +++ CellTrack.rc 25 Oct 2005 21:23:00 -0000 1.34 @@ -208,7 +208,7 @@ BEGIN LISTBOX IDC_LST_TIMES,3,26,86,12,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_TABSTOP - CONTROL "Select Time",IDC_SPIN,"msctls_updown32",UDS_WRAP | UDS_EXPANDABLE | + CONTROL "Select Time",IDC_SPIN,"msctls_updown32",UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_HORZ | 0x200,3,26,15,11 CONTROL "Ignore Cell ID Changes",IDC_CHK_IGNORE,"Button", @@ -293,12 +293,12 @@ BEGIN LISTBOX IDC_LSTCELLS,5,15,86,10,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_TABSTOP - EDITTEXT IDC_EDT_NAME,5,36,75,12,ES_AUTOHSCROLL + EDITTEXT IDC_EDT_NAME,5,36,75,12,ES_AUTOHSCROLL | ES_READONLY LTEXT "Cell LAC-ID:",IDC_STATIC,5,5,42,10 LTEXT "Cell Name",IDC_STATIC,5,27,90,8 LTEXT "IDC_LBLINFO",IDC_LBLINFO,5,52,90,10 LTEXT "Total Cells []",IDC_TOTALCELLS,5,65,90,10 - CONTROL "Select Cell",IDC_SPIN_CELLS,"msctls_updown32",UDS_WRAP | UDS_EXPANDABLE | + CONTROL "Select Cell",IDC_SPIN_CELLS,"msctls_updown32",UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_HORZ | 0x200,85,15,13,10 END @@ -325,7 +325,7 @@ BEGIN LISTBOX IDC_LSTCELLS,1,12,79,12,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_TABSTOP - CONTROL "Select Cell",IDC_SPIN,"msctls_updown32",UDS_WRAP | UDS_EXPANDABLE | + CONTROL "Select Cell",IDC_SPIN,"msctls_updown32",UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | 0x200,86,12,11,12 LTEXT "Available Cells",IDC_STATIC,1,1,88,8 @@ -342,13 +342,13 @@ LISTBOX IDC_LSTCOMM,0,38,83,11,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_TABSTOP CONTROL "Select COM Port",IDC_SPIN_COMM,"msctls_updown32", - UDS_WRAP | UDS_EXPANDABLE | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | + UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_HORZ | 0x200,85,38,11,11 LTEXT "Incoming COM Port",IDC_STATIC,0,30,66,9 LISTBOX IDC_LSTINTERVAL,0,59,83,11,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_TABSTOP CONTROL "Select Interval",IDC_SPIN_INTERVAL,"msctls_updown32", - UDS_WRAP | UDS_EXPANDABLE | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | + UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_HORZ | 0x200,86,59,11,11 LTEXT "Interval",IDC_STATIC,0,50,66,9 END Index: LocalDB.cpp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/LocalDB.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- LocalDB.cpp 25 Oct 2005 20:54:11 -0000 1.12 +++ LocalDB.cpp 25 Oct 2005 21:23:00 -0000 1.13 @@ -153,6 +153,10 @@ pWork->CellInfo.ulCellID = ulID; // keep the same ID + CString strTemp; + strTemp.Format(L"Updated cell # %d, new name: '%s'", ulID, pWork->CellInfo.szLocName); + g_pLog->Log(LOG_DEBUG, strTemp); + bRet = true; } #ifdef DEBUG Index: DlgMain.cpp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/DlgMain.cpp,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- DlgMain.cpp 25 Oct 2005 16:53:02 -0000 1.46 +++ DlgMain.cpp 25 Oct 2005 21:23:00 -0000 1.47 @@ -589,7 +589,7 @@ SelectObject(hdc, hOldf); DeleteObject(hf); - //Look up location group from CellID database in registry + //Look up location group from LocalDB if (tInfo.bGroupNameID) { T_GROUPINFO tGroupInfo; Index: CellDB.cpp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/CellDB.cpp,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- CellDB.cpp 25 Oct 2005 20:54:10 -0000 1.28 +++ CellDB.cpp 25 Oct 2005 21:23:00 -0000 1.29 @@ -329,6 +329,7 @@ if (g_pSettings->GetCellDBOveride()) { g_pLog->Log(LOG_DEBUG, L"Overwriting local CellDB entry with remote one"); + CellInfo.bUserName = true; //Location Name is known for this Cell g_pLocalDB->AddCellInfo(&CellInfo, true); } |
|
From: Martin R. <zo...@us...> - 2005-10-25 20:54:22
|
Update of /cvsroot/nbftools/CellTrack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26083 Modified Files: CellDB.cpp Global.h LocalDB.cpp Log Message: Fixed some major bugs (poor hashing, bad parsing of HTTP responses, etc) Index: LocalDB.cpp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/LocalDB.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- LocalDB.cpp 25 Oct 2005 16:53:02 -0000 1.11 +++ LocalDB.cpp 25 Oct 2005 20:54:11 -0000 1.12 @@ -8,6 +8,10 @@ #include "Settings.h" #include "Registry.h" +#include "stdafx.h" +#include "log.h" +extern CLog *g_pLog; + extern CSettings *g_pSettings; ////////////////////////////////////////////////////////////////////// @@ -53,7 +57,7 @@ pGroupWork = pGroupStart; pGroupStart = pGroupStart->pNext; - + delete (pGroupWork); } } @@ -364,9 +368,15 @@ { pSearchCell = pCellStart; } - + while (pSearchCell) { + /*CString strTmp; + strTmp.Format(L"Searching cell %d, bSynced = %d, %s", + pSearchCell->CellInfo.ulCellID, pSearchCell->CellInfo.bSynced, pSearchCell->CellInfo.szCellID); + g_pLog->Log(LOG_VERBOSE, strTmp);*/ + + if (!pSearchCell->CellInfo.bSynced) { lRet = pSearchCell->CellInfo.ulCellID; @@ -482,6 +492,19 @@ memset(&CellInfo, 0, sizeof(T_CELLINFO)); fread(&CellInfo, sizeof(T_CELLINFO), 1, pFile); + if(CellInfo.ulCellID < 5000) { + //Old CalculateCellID implemention simply summed the + //characters in szCellID. This resulted in almost all + //hashes being below 5000, and frequent collisions + //(eg.234-33-1254-40958 & 234-33-1254-43748 both had + //checksum = 860). + + //Hashes which could have been generated using the old + //method need to be recalculated. + + CellInfo.ulCellID = CalculateCellID(CellInfo.szCellID); + } + // add the cell - via the load flag AddCellInfo(&CellInfo, false, true); } @@ -579,7 +602,7 @@ for (uiCount = 0; uiCount < uiLen; uiCount ++) { - lRet += (unsigned short) *pStr++; + lRet = ((lRet << 5) ^ (lRet >> 27)) ^ *pStr++; } } @@ -600,7 +623,7 @@ for (uiCount = 0; uiCount < uiLen; uiCount ++) { - lRet += (unsigned short) *pStr++; + lRet = ((lRet << 3) ^ (lRet >> 5)) ^ *pStr++; } bRet = (BYTE) lRet % 255; Index: Global.h =================================================================== RCS file: /cvsroot/nbftools/CellTrack/Global.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Global.h 3 Oct 2005 12:26:29 -0000 1.21 +++ Global.h 25 Oct 2005 20:54:11 -0000 1.22 @@ -9,10 +9,10 @@ #define WM_HSEVENT (WM_USER+1) -#define CELLTRACK_VERSION (TEXT("Beta 8.3")) +#define CELLTRACK_VERSION (TEXT("Beta 8.4")) #define CELLTRACK_VERSION_MAJ (0) #define CELLTRACK_VERSION_MIN (8) -#define CELLTRACK_VERSION_REV (3) +#define CELLTRACK_VERSION_REV (4) #define CT_CELLID_LEN (75) #define CT_USERNAME_LEN (75) Index: CellDB.cpp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/CellDB.cpp,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- CellDB.cpp 25 Oct 2005 16:53:02 -0000 1.27 +++ CellDB.cpp 25 Oct 2005 20:54:10 -0000 1.28 @@ -97,6 +97,7 @@ char *pTmp; int i; TCHAR sztLine[255]; + CString strTemp; // sort the headers out for the communication to the internet wsprintf(sztHeaders, L"X-WAP-PROFILE: \"http://wap.sonyericsson.com/UAprof/P800R102.xml\""); @@ -135,6 +136,9 @@ // Read reply from server nRet = InternetReadFile( hURL, sTmp, sizeof(sTmp), &nRxLen ); + + strTemp.Format(L"InternetReadFile returns %d and %d bytes read", nRet, nRxLen); + g_pLog->Log(LOG_DEBUG, strTemp); if (nRet) { @@ -144,46 +148,43 @@ while(*pTmp) { - if(*pTmp != '\r') + if(*pTmp >= ' ') //Not a control character { sztLine[i++] = *pTmp; } - else if(*pTmp == '\n') + + if(*pTmp == '\n') //Finished reading line { - sztLine[i-1] = 0; + sztLine[i] = 0; + + strTemp.Format(L"HTTP Response Line: %s", sztLine); + g_pLog->Log(LOG_DEBUG, strTemp); /*if(_tcsstr(sztLine, _T("SubmitOK"))) { //Submit OK - DWORD dwTemp = 0; - CCellGet::CellStructToIDString(ctLast, sztTmp); - CRegistry::SaveSetting(HKEY_CURRENT_USER, TEXT("SOFTWARE\\SPV-Developers\\CellTrack\\ToSubmit_Cells"), - sztTmp, REG_DWORD, (LPBYTE) &dwTemp); - SetStatus(L"Cell Submitted"); - Sleep(1000); + SetStatus(L"Cell Submitted"); } - if(_tcsstr(sztLine, _T("SubmitGroupOK"))) { //Submit Group OK - DWORD dwTemp = 0; - CCellGet::CellStructToIDString(ctLast, sztTmp); - CRegistry::SaveSetting(HKEY_CURRENT_USER, TEXT("SOFTWARE\\SPV-Developers\\CellTrack\\ToSubmit_Groups"), - sztTmp, REG_DWORD, (LPBYTE) &dwTemp); + if(_tcsstr(sztLine, _T("SubmitGroupOK"))) { //Submit Group OK SetStatus(L"Group Submitted"); - Sleep(1000); - }*/ + }*/ if(_tcsstr(sztLine, _T("OK"))) { - bRet = true; // no data returned + bRet = true; // server understood our request } else if(_tcsstr(sztLine, _T("NA: "))) { //Cell Name - _stprintf(pCellInfo->szLocName, TEXT("%s"), sztLine+8); + _stprintf(pCellInfo->szLocName, TEXT("%s"), sztLine+4); + + strTemp.Format(L"Server sent name '%s' for cell '%s'", pCellInfo->szLocName, pCellInfo->szCellID); + g_pLog->Log(LOG_DEBUG, strTemp); } else if(_tcsstr(sztLine, _T("FN: "))) { //Cell Friendly/Group Name TCHAR szGroupName[CT_GROUPNAME_LEN]; BYTE bGroupID; - _stprintf(szGroupName, TEXT("%s"), sztLine+8); + _stprintf(szGroupName, TEXT("%s"), sztLine+4); // Check to see if group exitst bGroupID = g_pLocalDB->FindGroupID(szGroupName); @@ -200,7 +201,7 @@ else if(_tcsstr(sztLine, _T("MSG:"))) { //Display Message SetStatus(sztLine); - Sleep(1000); + Sleep(2000); } i=0; @@ -211,8 +212,6 @@ InternetCloseHandle(hURL); InternetCloseHandle(hInternet); - - bRet = true; } else { @@ -233,8 +232,10 @@ { if(nRet) { - SetStatus(_T("Success")); - bRet = true; + if(bRet) + SetStatus(_T("Success")); + else + SetStatus(_T("No Confirmation")); } else { @@ -263,7 +264,6 @@ SetStatus(_T("Dialing...")); EstablishConnection(tcTmp); SetStatus(tcTmp); - Sleep(1000); SetStatus(TEXT("Syncing Database")); @@ -328,6 +328,7 @@ // do we want the server overwritting the local DB if (g_pSettings->GetCellDBOveride()) { + g_pLog->Log(LOG_DEBUG, L"Overwriting local CellDB entry with remote one"); g_pLocalDB->AddCellInfo(&CellInfo, true); } @@ -342,18 +343,16 @@ } SetStatus(_T("Disconnect...")); - Sleep(500); if(phWebConnection) { ConnMgrReleaseConnection(phWebConnection, false); phWebConnection = NULL; SetStatus(_T("HangedUp")); - Sleep(1000); } SetStatus(TEXT("Sync Complete")); - Sleep(500); + Sleep(1000); return (hr); } @@ -531,7 +530,7 @@ { _tcscpy(m_pszStatus, sts); g_pLog->Log(LOG_DEBUG, sts); - Sleep(300); + Sleep(1000); //1 sec minimum, as status message is refreshed every second } //----------------------------------------------------------------------------- |
|
From: Martin R. <zo...@us...> - 2005-10-25 16:53:14
|
Update of /cvsroot/nbftools/CellTrack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32673 Modified Files: AboutDlg.h CellDB.cpp CellDB.h CellTrack.cpp CellTrack.vcp Comms.h DlgMain.cpp EEDlg.h LocalDB.cpp Log.cpp Log.h Added Files: stdafx.h Log Message: Now using WTL (it gives us some nice string manipulation classes, etc). Cleaned up some code, and fixed a few bugs. Index: CellDB.cpp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/CellDB.cpp,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- CellDB.cpp 28 Sep 2005 15:49:50 -0000 1.26 +++ CellDB.cpp 25 Oct 2005 16:53:02 -0000 1.27 @@ -4,13 +4,15 @@ #include "CellDB.h" #include "Settings.h" +#include "stdafx.h" +#include "log.h" #include "LocalDB.h" #ifdef _WIN32_WCE - #include <objbase.h> - #include <initguid.h> - #include <connmgr.h> +#include <objbase.h> +#include <initguid.h> +#include <connmgr.h> #endif extern CSettings *g_pSettings; @@ -18,6 +20,7 @@ // pointer to LocalDB extern CLocalDB *g_pLocalDB; +extern CLog *g_pLog; // callback hook CCellDB *pCellDB; @@ -25,12 +28,12 @@ DWORD WINAPI l_CDBThread(LPVOID lpParam) { DWORD dwRet = -1; - + if (pCellDB) { dwRet = pCellDB->CDBThread(lpParam); } - + return (dwRet); } @@ -41,23 +44,23 @@ CCellDB::CCellDB(CCellGet *pMasterCellGet) { - + pCellGet = pMasterCellGet; - + m_dwThreadId = NULL; m_hThread = NULL; m_pTCPSocket = NULL; m_pszStatus = NULL; phWebConnection = NULL; - + // setup thread call back stuff pCellDB = this; - + // Set up the itial state for the state machine CellDBState = STATE_UNKNOWN; - - + + } CCellDB::~CCellDB() @@ -75,13 +78,13 @@ Sleep(15000); SetStatus(_T("Timed Out")); Sleep(700); - + InternetCloseHandle(*(HINTERNET*) lpParam); return 0; } //-------------------------------------------------------------------------- -bool CCellDB::UploadDataToServer(TCHAR *szData, T_CELLINFO *pCellInfo) +bool CCellDB::UploadDataToServer(const TCHAR *sztData, T_CELLINFO *pCellInfo) { bool bRet = false; HINTERNET hURL; @@ -94,28 +97,30 @@ char *pTmp; int i; TCHAR sztLine[255]; - + // sort the headers out for the communication to the internet wsprintf(sztHeaders, L"X-WAP-PROFILE: \"http://wap.sonyericsson.com/UAprof/P800R102.xml\""); - + //If proxy support is enabled, try connecting via proxy, and if it fails, go direct. //If proxy support is disabled, use a direct connection straight away. if (!g_pSettings->GetUseProxy()) { SetStatus(_T("Querying...")); - + hInternet = InternetOpen(TEXT("Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; SDA/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)"), INTERNET_OPEN_TYPE_DIRECT, NULL, NULL, 0); } else { SetStatus(_T("Querying (Proxy)...")); - + hInternet = InternetOpen(TEXT("Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; SDA/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1)"), INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL, 0); } - + + g_pLog->Log(LOG_DEBUG, CString(L"Querying URL: ") + sztData); + // open a connection to the server via a URL request - hURL = InternetOpenUrl(hInternet, szData, sztHeaders, -1L, INTERNET_FLAG_RAW_DATA, 0); + hURL = InternetOpenUrl(hInternet, sztData, sztHeaders, -1L, INTERNET_FLAG_RAW_DATA, 0); if(hURL == NULL) { @@ -126,16 +131,17 @@ else { SetStatus(_T("HTTP OK")); - + Sleep(500); + // Read reply from server nRet = InternetReadFile( hURL, sTmp, sizeof(sTmp), &nRxLen ); - + if (nRet) { // parse the reply pTmp = sTmp; i=0; - + while(*pTmp) { if(*pTmp != '\r') @@ -145,25 +151,25 @@ else if(*pTmp == '\n') { sztLine[i-1] = 0; - + /*if(_tcsstr(sztLine, _T("SubmitOK"))) { //Submit OK - DWORD dwTemp = 0; - CCellGet::CellStructToIDString(ctLast, sztTmp); - CRegistry::SaveSetting(HKEY_CURRENT_USER, TEXT("SOFTWARE\\SPV-Developers\\CellTrack\\ToSubmit_Cells"), - sztTmp, REG_DWORD, (LPBYTE) &dwTemp); - SetStatus(L"Cell Submitted"); - Sleep(1000); + DWORD dwTemp = 0; + CCellGet::CellStructToIDString(ctLast, sztTmp); + CRegistry::SaveSetting(HKEY_CURRENT_USER, TEXT("SOFTWARE\\SPV-Developers\\CellTrack\\ToSubmit_Cells"), + sztTmp, REG_DWORD, (LPBYTE) &dwTemp); + SetStatus(L"Cell Submitted"); + Sleep(1000); } - - if(_tcsstr(sztLine, _T("SubmitGroupOK"))) { //Submit Group OK - DWORD dwTemp = 0; - CCellGet::CellStructToIDString(ctLast, sztTmp); - CRegistry::SaveSetting(HKEY_CURRENT_USER, TEXT("SOFTWARE\\SPV-Developers\\CellTrack\\ToSubmit_Groups"), - sztTmp, REG_DWORD, (LPBYTE) &dwTemp); - SetStatus(L"Group Submitted"); - Sleep(1000); - }*/ - + + if(_tcsstr(sztLine, _T("SubmitGroupOK"))) { //Submit Group OK + DWORD dwTemp = 0; + CCellGet::CellStructToIDString(ctLast, sztTmp); + CRegistry::SaveSetting(HKEY_CURRENT_USER, TEXT("SOFTWARE\\SPV-Developers\\CellTrack\\ToSubmit_Groups"), + sztTmp, REG_DWORD, (LPBYTE) &dwTemp); + SetStatus(L"Group Submitted"); + Sleep(1000); + }*/ + if(_tcsstr(sztLine, _T("OK"))) { bRet = true; // no data returned @@ -176,9 +182,9 @@ { //Cell Friendly/Group Name TCHAR szGroupName[CT_GROUPNAME_LEN]; BYTE bGroupID; - + _stprintf(szGroupName, TEXT("%s"), sztLine+8); - + // Check to see if group exitst bGroupID = g_pLocalDB->FindGroupID(szGroupName); @@ -196,26 +202,16 @@ SetStatus(sztLine); Sleep(1000); } - + i=0; } - + pTmp++; } - + InternetCloseHandle(hURL); InternetCloseHandle(hInternet); - - SetStatus(_T("Disconnect...")); - - if(phWebConnection) - { - ConnMgrReleaseConnection(phWebConnection, false); - phWebConnection = NULL; - SetStatus(_T("HangedUp")); - Sleep(1000); - } - + bRet = true; } else @@ -228,7 +224,7 @@ if (err != 0) // i.e there was an error { TCHAR szTmp[255]; - + _stprintf(szTmp, TEXT("E %08lx"), err); SetStatus(szTmp); Sleep(2000); @@ -245,7 +241,7 @@ SetStatus(_T("Query Fail")); } } - + return (bRet); } @@ -259,75 +255,82 @@ HRESULT hr = S_OK; TCHAR tcTmp[20]; CRegistry Registry; - - TCHAR sztLine[255]; - + CURLEncode URLEncode; TCHAR sztU[CT_USERNAME_LEN] = TEXT(""); TCHAR sztP[CT_PASSWORD_LEN] = TEXT(""); - - unsigned long ulCount; - + SetStatus(_T("Dialing...")); EstablishConnection(tcTmp); SetStatus(tcTmp); Sleep(1000); - + SetStatus(TEXT("Syncing Database")); // Get the CellDB username and password g_pSettings->GetCellDBUserName(sztU); g_pSettings->GetCellDBPassword(sztP); - + + // URLEncode the username and password + URLEncode.URLEncode(sztU, sztU); + URLEncode.URLEncode(sztP, sztP); + // cells g_pLocalDB->ResetFindUnsavedCells(); - for (ulCount = 0; ulCount < g_pLocalDB->GetNumberOfUnsavedCells(); ulCount ++) + while( g_pLocalDB->GetNumberOfUnsavedCells() ) { + CString strTemp; unsigned long ulUSCellID; T_CELLINFO CellInfo; TCHAR sztID[CT_CELLID_LEN] = TEXT(""); TCHAR sztLocName[CT_LOCNAME_LEN] = TEXT(""); TCHAR sztGroupName[CT_GROUPNAME_LEN] = TEXT(""); - + // find the next unsaved cell ulUSCellID = g_pLocalDB->FindUnsavedCell(); + strTemp.Format(TEXT("Uploading Unsaved Cell: %d"), ulUSCellID); + g_pLog->Log(LOG_DEBUG, strTemp); + g_pLocalDB->GetCellInfo(ulUSCellID, &CellInfo); - + // Get Cell and Group Info _stprintf(sztLocName, TEXT("%s"), CellInfo.szLocName ); _stprintf(sztID, TEXT("%s"), CellInfo.szCellID); - + if (CellInfo.bGroupNameID) { T_GROUPINFO GroupInfo; - + // get the group name g_pLocalDB->GetGroupInfo(CellInfo.bGroupNameID, &GroupInfo); - + _stprintf(sztGroupName, TEXT("%s"), GroupInfo.szGroupName); } - + // encode the info ready to go - URLEncode.URLEncode(sztU, sztU); - URLEncode.URLEncode(sztP, sztP); - URLEncode.URLEncode(sztLocName, sztLocName); - URLEncode.URLEncode(sztGroupName, sztGroupName); - - wsprintf(sztLine, L"http://celltrack.spv-developers.com/celldb2.php?CELL=%s&u=%s&p=%s&ver=6", sztID, sztU, sztP); - wsprintf(sztLine, L"%s&cn=%s", sztLine, sztLocName); - -// if(dwToSubmitGroup) -// wsprintf(sztLine, L"%s&cg=%s", sztLine, sztGroupName); - - if (UploadDataToServer(sztLine, &CellInfo)) + //URLEncode.URLEncode(sztLocName, sztLocName); + //URLEncode.URLEncode(sztGroupName, sztGroupName); + + CString strURL = L"http://celltrack.spv-developers.com/celldb2.php"; + + strTemp.Format(L"?CELL=%s&u=%s&p=%s&ver=8", sztID, sztU, sztP); + strURL += strTemp; + + // if(dwToSubmitCell) + // wsprintf(sztLine, L"%s&cn=%s", sztLine, sztLocName); + + // if(dwToSubmitGroup) + // wsprintf(sztLine, L"%s&cg=%s", sztLine, sztGroupName); + + if (UploadDataToServer(strURL, &CellInfo)) { // do we want the server overwritting the local DB if (g_pSettings->GetCellDBOveride()) { g_pLocalDB->AddCellInfo(&CellInfo, true); } - + // mark cell as saved g_pLocalDB->MarkCellAsSaved(ulUSCellID); } @@ -337,10 +340,21 @@ break; } } - + + SetStatus(_T("Disconnect...")); + Sleep(500); + + if(phWebConnection) + { + ConnMgrReleaseConnection(phWebConnection, false); + phWebConnection = NULL; + SetStatus(_T("HangedUp")); + Sleep(1000); + } + SetStatus(TEXT("Sync Complete")); Sleep(500); - + return (hr); } @@ -352,21 +366,21 @@ DWORD WINAPI CCellDB::CDBThread(LPVOID lpParam) { CellTowerStruct ctLast; - + SYSTEMTIME tOldTime; - + unsigned int uiRetry; - + // Clear the CellTower Struct memset(&ctLast, 0, sizeof(CellTowerStruct)); - + // clear the time memset(&tOldTime, 0, sizeof(SYSTEMTIME)); - + while (CellDBState != STATE_TERMINATE) { Sleep(1000); // sleep for 1 seconds - + if (CellDBState != STATE_DISABLED) { if (CellDBState == STATE_UNKNOWN) @@ -380,13 +394,13 @@ else { CellDBState = STATE_FORCE_CONNECT; // we need to connect now - as we have just been re-enabled - + // Reset the timeout uiRetry = 0; GetSystemTime(&tOldTime); } } - + // Check to see if we are upto date if (!g_pSettings->GetIgnoreCellID()) { @@ -394,96 +408,96 @@ { // we are not uptodate - we need to update oursleves CellDBState = STATE_FORCE_CONNECT; - + // remeber the cell ID ctLast.cellid = pCellGet->GetCurrentCell().cellid; } } - + switch (CellDBState) { - case STATE_WAITING: - SYSTEMTIME tNewTime; - unsigned long ulNewMinutes; - unsigned long ulOldMinutes; - - // Get the current time - GetSystemTime(&tNewTime); - - ulNewMinutes = (tNewTime.wHour * 60) + tNewTime.wMinute; - ulOldMinutes = (tOldTime.wHour * 60) + tOldTime.wMinute; + case STATE_WAITING: + SYSTEMTIME tNewTime; + unsigned long ulNewMinutes; + unsigned long ulOldMinutes; + + // Get the current time + GetSystemTime(&tNewTime); + + ulNewMinutes = (tNewTime.wHour * 60) + tNewTime.wMinute; + ulOldMinutes = (tOldTime.wHour * 60) + tOldTime.wMinute; + + + if ( (tNewTime.wDay != tOldTime.wDay) || (ulNewMinutes >= (ulOldMinutes + g_pSettings->GetConnectTimeout())) ) + { + // save the time + memcpy(&tOldTime, &tNewTime, sizeof(SYSTEMTIME)); + uiRetry = 0; + // connect next time round + CellDBState = STATE_FORCE_CONNECT; + } + else + { + TCHAR szMsg[20]; - if ( (tNewTime.wDay != tOldTime.wDay) || (ulNewMinutes >= (ulOldMinutes + g_pSettings->GetConnectTimeout())) ) - { - // save the time - memcpy(&tOldTime, &tNewTime, sizeof(SYSTEMTIME)); - uiRetry = 0; - - // connect next time round - CellDBState = STATE_FORCE_CONNECT; - } - else - { - TCHAR szMsg[20]; - - _stprintf(szMsg, TEXT("Reconnect in %d mins."), g_pSettings->GetConnectTimeout() - (ulNewMinutes - ulOldMinutes)); - SetStatus(szMsg); - } - break; - - case STATE_FORCE_CONNECT: + _stprintf(szMsg, TEXT("Reconnect in %d mins."), g_pSettings->GetConnectTimeout() - (ulNewMinutes - ulOldMinutes)); + SetStatus(szMsg); + } + break; + + case STATE_FORCE_CONNECT: + { + HRESULT hr = S_OK; + + if (g_pSettings->GetUseCellDB()) { - HRESULT hr = S_OK; - - if (g_pSettings->GetUseCellDB()) - { - // only connect to the online CellDB if - // we are allowed to - hr = UpdateCellDB(); + // only connect to the online CellDB if + // we are allowed to + hr = UpdateCellDB(); - - if (hr == S_OK) + + if (hr == S_OK) + { + CellDBState = STATE_WAITING; + + GetSystemTime(&tOldTime); + uiRetry = 0; + + SetStatus(TEXT("Waiting...")); + } + else + { + CellDBState = STATE_FORCE_CONNECT; + uiRetry ++; + + if (uiRetry > 5) { + // we have not been able to connect that last 5 times + // wait the default period CellDBState = STATE_WAITING; - - GetSystemTime(&tOldTime); + + // Reset the timeout uiRetry = 0; - - SetStatus(TEXT("Waiting...")); - } - else - { - CellDBState = STATE_FORCE_CONNECT; - uiRetry ++; - - if (uiRetry > 5) - { - // we have not been able to connect that last 5 times - // wait the default period - CellDBState = STATE_WAITING; - - // Reset the timeout - uiRetry = 0; - GetSystemTime(&tOldTime); - } + GetSystemTime(&tOldTime); } } - else - { - // we are not allowed to connect - // get the system to see if we are disable - CellDBState = STATE_UNKNOWN; - } } - break; - - default: - break; + else + { + // we are not allowed to connect + // get the system to see if we are disable + CellDBState = STATE_UNKNOWN; + } + } + break; + + default: + break; } } } - + return (0); } @@ -497,7 +511,7 @@ m_pTCPSocket = new CTCPSocket; CellDBState = STATE_UNKNOWN; - + m_hThread = CreateThread(NULL, 0, l_CDBThread, NULL, 0, &m_dwThreadId); } @@ -507,7 +521,7 @@ // Shut down the thread CellDBState = STATE_TERMINATE; TerminateThread(m_hThread, 0); - + delete[] m_pszStatus; delete m_pTCPSocket; } @@ -516,6 +530,7 @@ void CCellDB::SetStatus(const TCHAR *sts) { _tcscpy(m_pszStatus, sts); + g_pLog->Log(LOG_DEBUG, sts); Sleep(300); } //----------------------------------------------------------------------------- @@ -585,7 +600,7 @@ // The next line is just for debugging. You will have // to decide what you want to do if this call fails DWORD a=GetLastError(); - + a=GetLastError(); // Here comes the main code: Index: AboutDlg.h =================================================================== RCS file: /cvsroot/nbftools/CellTrack/AboutDlg.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- AboutDlg.h 14 Jul 2005 16:57:23 -0000 1.1 +++ AboutDlg.h 25 Oct 2005 16:53:02 -0000 1.2 @@ -2,12 +2,8 @@ // ////////////////////////////////////////////////////////////////////// -#if !defined(AFX_ABOUTDLG_H__4D3D2E4F_54D2_4936_A47D_01CEF671D01F__INCLUDED_) -#define AFX_ABOUTDLG_H__4D3D2E4F_54D2_4936_A47D_01CEF671D01F__INCLUDED_ - -#if _MSC_VER > 1000 -#pragma once -#endif // _MSC_VER > 1000 +#ifndef __ABOUTDLG__ +#define __ABOUTDLG__ #include "DialogWindow.h" @@ -20,4 +16,4 @@ }; -#endif // !defined(AFX_ABOUTDLG_H__4D3D2E4F_54D2_4936_A47D_01CEF671D01F__INCLUDED_) +#endif \ No newline at end of file Index: Log.cpp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/Log.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Log.cpp 3 Oct 2005 12:26:29 -0000 1.2 +++ Log.cpp 25 Oct 2005 16:53:02 -0000 1.3 @@ -31,8 +31,8 @@ } else { - // default to Errors only - dwLogLevel = LOG_ERROR; + // default to Debug logging + dwLogLevel = LOG_DEBUG; } @@ -84,8 +84,11 @@ //------------------------------------------------------------------ -void CLog::Log(LogLevel lLevel, TCHAR *szText) +void CLog::Log(LogLevel lLevel, const TCHAR *szText) { + if(lLevel > this->dwLogLevel) //Log level too vebrose + return; + if (bLoggingEnabled && szText) { FILE *pFile; Index: EEDlg.h =================================================================== RCS file: /cvsroot/nbftools/CellTrack/EEDlg.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- EEDlg.h 18 Jul 2005 16:11:23 -0000 1.1 +++ EEDlg.h 25 Oct 2005 16:53:02 -0000 1.2 @@ -2,8 +2,8 @@ // ////////////////////////////////////////////////////////////////////// -#if !defined(AFX_EEDLG_H__1B82CA0A_45E2_46A7_8402_6DDD495C0401__INCLUDED_) -#define AFX_EEDLG_H__1B82CA0A_45E2_46A7_8402_6DDD495C0401__INCLUDED_ +#ifndef __EEDLG__ +#define __EEDLG__ #if _MSC_VER > 1000 #pragma once @@ -20,4 +20,4 @@ virtual ~CEEDlg(); }; -#endif // !defined(AFX_EEDLG_H__1B82CA0A_45E2_46A7_8402_6DDD495C0401__INCLUDED_) +#endif \ No newline at end of file Index: CellDB.h =================================================================== RCS file: /cvsroot/nbftools/CellTrack/CellDB.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- CellDB.h 20 Sep 2005 16:23:25 -0000 1.12 +++ CellDB.h 25 Oct 2005 16:53:02 -0000 1.13 @@ -50,7 +50,7 @@ private: HRESULT UpdateCellDB(void); - bool UploadDataToServer(TCHAR *szData, T_CELLINFO *pCellInfo); + bool UploadDataToServer(const TCHAR *szData, T_CELLINFO *pCellInfo); private: DWORD m_dwThreadId; Index: LocalDB.cpp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/LocalDB.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- LocalDB.cpp 20 Sep 2005 16:23:25 -0000 1.10 +++ LocalDB.cpp 25 Oct 2005 16:53:02 -0000 1.11 @@ -579,8 +579,7 @@ for (uiCount = 0; uiCount < uiLen; uiCount ++) { - lRet += (unsigned short) *pStr; - pStr ++; + lRet += (unsigned short) *pStr++; } } @@ -601,8 +600,7 @@ for (uiCount = 0; uiCount < uiLen; uiCount ++) { - lRet += (unsigned short) *pStr; - pStr ++; + lRet += (unsigned short) *pStr++; } bRet = (BYTE) lRet % 255; Index: DlgMain.cpp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/DlgMain.cpp,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- DlgMain.cpp 20 Sep 2005 16:23:25 -0000 1.45 +++ DlgMain.cpp 25 Oct 2005 16:53:02 -0000 1.46 @@ -686,7 +686,7 @@ } // now go to sleep for awhile - Sleep(300); + Sleep(1000); } return (0); Index: CellTrack.cpp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/CellTrack.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- CellTrack.cpp 3 Oct 2005 12:26:29 -0000 1.17 +++ CellTrack.cpp 25 Oct 2005 16:53:02 -0000 1.18 @@ -1,4 +1,4 @@ -// SmartLink.cpp : Defines the entry point for the application. +// CellTrack.cpp : Defines the entry point for the application. // #include <windows.h> @@ -22,6 +22,9 @@ #define ARRAYSIZE(a) (sizeof(a)/sizeof(*a)) +#include "stdafx.h" +CAppModule _Module; + // global bits :) T_GLOBAL Globals; CSettings *g_pSettings; --- NEW FILE: stdafx.h --- #include "wtl/atlbase.h" #include "wtl/atlapp.h" extern CAppModule _Module; #include "wtl/atlwin.h" #include "wtl/atlctrls.h" #include "wtl/atlmisc.h" #include "wtl/atlddx.h" Index: Log.h =================================================================== RCS file: /cvsroot/nbftools/CellTrack/Log.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Log.h 3 Oct 2005 12:26:29 -0000 1.2 +++ Log.h 25 Oct 2005 16:53:02 -0000 1.3 @@ -2,12 +2,8 @@ // ////////////////////////////////////////////////////////////////////// -#if !defined(AFX_LOG_H__69F8C7BB_739B_46D3_ABCC_207E0D3692C2__INCLUDED_) -#define AFX_LOG_H__69F8C7BB_739B_46D3_ABCC_207E0D3692C2__INCLUDED_ - -#if _MSC_VER > 1000 -#pragma once -#endif // _MSC_VER > 1000 +#ifndef __LOG__ +#define __LOG__ #include "windows.h" #include "global.h" @@ -29,7 +25,7 @@ CLog(); virtual ~CLog(); - void Log(LogLevel lLevel, TCHAR *szText); + void Log(LogLevel lLevel, const TCHAR *szText); inline bool LoggingEnabled(void) { return (bLoggingEnabled); }; inline bool CellLookupEnabled(void) { return (bEnableCellLookup); }; @@ -40,4 +36,4 @@ bool bEnableCellLookup; }; -#endif // !defined(AFX_LOG_H__69F8C7BB_739B_46D3_ABCC_207E0D3692C2__INCLUDED_) +#endif \ No newline at end of file Index: Comms.h =================================================================== RCS file: /cvsroot/nbftools/CellTrack/Comms.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Comms.h 28 Jul 2005 16:23:38 -0000 1.3 +++ Comms.h 25 Oct 2005 16:53:02 -0000 1.4 @@ -8,12 +8,8 @@ // version 1 protocol for phones that _require_ http to the net ////////////////////////////////////////////////////////////////////// -#if !defined(AFX_COMMS_H__C7B16EA3_7899_489D_A2D2_6A8038F797C0__INCLUDED_) -#define AFX_COMMS_H__C7B16EA3_7899_489D_A2D2_6A8038F797C0__INCLUDED_ - -#if _MSC_VER > 1000 -#pragma once -#endif // _MSC_VER > 1000 +#ifndef __COMMS__ +#define __COMMS__ #include <windows.h> @@ -43,4 +39,4 @@ void AddPort(TCHAR *pSrc); }; -#endif // !defined(AFX_COMMS_H__C7B16EA3_7899_489D_A2D2_6A8038F797C0__INCLUDED_) +#endif \ No newline at end of file Index: CellTrack.vcp =================================================================== RCS file: /cvsroot/nbftools/CellTrack/CellTrack.vcp,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- CellTrack.vcp 28 Sep 2005 15:49:50 -0000 1.28 +++ CellTrack.vcp 25 Oct 2005 16:53:02 -0000 1.29 @@ -47,10 +47,10 @@ # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Ignore_Export_Lib 0 # PROP Sec_AlwaysSign 1 -# PROP Sec_CertificateHash "163935094add9fab6152e72692ab90cc1e837503" -# PROP Sec_ConfigureDevice 1 +# PROP Sec_CertificateHash "37ba90e7e44ca987897c4c3f97a7bb0bed40f1e2" +# PROP Sec_ConfigureDevice 0 # PROP Sec_PrivilegedType 1 -# PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Development Root.cer" +# PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Smartphone Privileged Development Root.cer" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r @@ -85,10 +85,10 @@ # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Ignore_Export_Lib 0 # PROP Sec_AlwaysSign 1 -# PROP Sec_CertificateHash "3165bc17b4cc4b427c0b391dee7a73ea3b2b9e64" -# PROP Sec_ConfigureDevice 1 +# PROP Sec_CertificateHash "37ba90e7e44ca987897c4c3f97a7bb0bed40f1e2" +# PROP Sec_ConfigureDevice 0 # PROP Sec_PrivilegedType 1 -# PROP Sec_RootCertificateName "D:\Documents and Settings\Logie Urquhart\Microsoft\eVC\Logie Urquhart Default Smartphone Privileged Development Root.cer" +# PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Smartphone Privileged Development Root.cer" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d "$(CePlatform)" /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "_X86_" /d "x86" /d "_i386_" /r @@ -123,8 +123,8 @@ # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Ignore_Export_Lib 0 # PROP Sec_AlwaysSign 1 -# PROP Sec_CertificateHash "163935094add9fab6152e72692ab90cc1e837503" -# PROP Sec_ConfigureDevice 1 +# PROP Sec_CertificateHash "37ba90e7e44ca987897c4c3f97a7bb0bed40f1e2" +# PROP Sec_ConfigureDevice 0 # PROP Sec_PrivilegedType 1 # PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Smartphone Privileged Development Root.cer" # PROP Target_Dir "" @@ -161,10 +161,10 @@ # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}" # PROP Ignore_Export_Lib 0 # PROP Sec_AlwaysSign 1 -# PROP Sec_CertificateHash "163935094add9fab6152e72692ab90cc1e837503" -# PROP Sec_ConfigureDevice 1 +# PROP Sec_CertificateHash "37ba90e7e44ca987897c4c3f97a7bb0bed40f1e2" +# PROP Sec_ConfigureDevice 0 # PROP Sec_PrivilegedType 1 -# PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Development Root.cer" +# PROP Sec_RootCertificateName "C:\Documents and Settings\Zone-MR\Microsoft\eVC\Zone-MR Default Smartphone Privileged Development Root.cer" # PROP Target_Dir "" RSC=rc.exe # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r @@ -219,11 +219,13 @@ ".\DialogWindow.h"\ ".\Global.h"\ ".\Log.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"tpcshell.h"\ - {$(INCLUDE)}"vibrate.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_ABOUT=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -232,13 +234,12 @@ ".\AboutDlg.h"\ ".\DialogWindow.h"\ ".\Global.h"\ - -NODEP_CPP_ABOUT=\ - ".\ibrate.h"\ - ".\inuserm.h"\ - ".\ipapi.h"\ - ".\pcshell.h"\ - ".\ygshell.h"\ + ".\Log.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"tpcshell.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -291,7 +292,9 @@ ".\Settings.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ - {$(INCLUDE)}"connmgr.h"\ + +NODEP_CPP_CELLD=\ + ".\onnmgr.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -300,14 +303,13 @@ ".\CellDB.h"\ ".\CellGet.h"\ ".\Global.h"\ + ".\LocalDB.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ - -NODEP_CPP_CELLD=\ - ".\onnmgr.h"\ + {$(INCLUDE)}"connmgr.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -357,6 +359,7 @@ ".\CellGet.h"\ ".\EmuTools.h"\ ".\Global.h"\ + ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ @@ -433,11 +436,13 @@ ".\Settings.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"tpcshell.h"\ - {$(INCLUDE)}"vibrate.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_CELLT=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -460,19 +465,18 @@ ".\LocalDB.h"\ ".\LocalDBCellsDlg.h"\ ".\LocalDBGroupsDlg.h"\ + ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ ".\SelectCellDlg.h"\ ".\Settings.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ - -NODEP_CPP_CELLT=\ - ".\ibrate.h"\ - ".\inuserm.h"\ - ".\ipapi.h"\ - ".\pcshell.h"\ - ".\ygshell.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"tpcshell.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -573,7 +577,9 @@ ".\Global.h"\ ".\Log.h"\ ".\WindowTracker.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_DIALO=\ + ".\inuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -582,9 +588,7 @@ ".\DialogWindow.h"\ ".\Global.h"\ ".\WindowTracker.h"\ - -NODEP_CPP_DIALO=\ - ".\inuserm.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -633,11 +637,13 @@ ".\Registry.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"tpcshell.h"\ - {$(INCLUDE)}"vibrate.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_DLGED=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -652,13 +658,11 @@ ".\Registry.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ - -NODEP_CPP_DLGED=\ - ".\ibrate.h"\ - ".\inuserm.h"\ - ".\ipapi.h"\ - ".\pcshell.h"\ - ".\ygshell.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"tpcshell.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -743,11 +747,13 @@ ".\Settings.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"tpcshell.h"\ - {$(INCLUDE)}"vibrate.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_DLGMA=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -775,13 +781,11 @@ ".\Settings.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ - -NODEP_CPP_DLGMA=\ - ".\ibrate.h"\ - ".\inuserm.h"\ - ".\ipapi.h"\ - ".\pcshell.h"\ - ".\ygshell.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"tpcshell.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -844,10 +848,12 @@ ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"vibrate.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_DLGNE=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -859,12 +865,10 @@ ".\Global.h"\ ".\PhoneID.h"\ ".\Registry.h"\ - -NODEP_CPP_DLGNE=\ - ".\ibrate.h"\ - ".\inuserm.h"\ - ".\ipapi.h"\ - ".\ygshell.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -919,11 +923,13 @@ ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"tpcshell.h"\ - {$(INCLUDE)}"vibrate.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_DLGSE=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -936,13 +942,11 @@ ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ - -NODEP_CPP_DLGSE=\ - ".\ibrate.h"\ - ".\inuserm.h"\ - ".\ipapi.h"\ - ".\pcshell.h"\ - ".\ygshell.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"tpcshell.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -1004,11 +1008,13 @@ ".\Registry.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"tpcshell.h"\ - {$(INCLUDE)}"vibrate.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_DLGSU=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1024,13 +1030,11 @@ ".\Registry.h"\ ".\TcpSocket.h"\ ".\URLEncode.h"\ - -NODEP_CPP_DLGSU=\ - ".\ibrate.h"\ - ".\inuserm.h"\ - ".\ipapi.h"\ - ".\pcshell.h"\ - ".\ygshell.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"tpcshell.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -1082,11 +1086,13 @@ ".\EEDlg.h"\ ".\Global.h"\ ".\Log.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"tpcshell.h"\ - {$(INCLUDE)}"vibrate.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_EEDLG=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1095,13 +1101,11 @@ ".\DialogWindow.h"\ ".\EEDlg.h"\ ".\Global.h"\ - -NODEP_CPP_EEDLG=\ - ".\ibrate.h"\ - ".\inuserm.h"\ - ".\ipapi.h"\ - ".\pcshell.h"\ - ".\ygshell.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"tpcshell.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -1231,11 +1235,13 @@ ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"tpcshell.h"\ - {$(INCLUDE)}"vibrate.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_EXTSE=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1248,13 +1254,11 @@ ".\PhoneID.h"\ ".\Registry.h"\ ".\Settings.h"\ - -NODEP_CPP_EXTSE=\ - ".\ibrate.h"\ - ".\inuserm.h"\ - ".\ipapi.h"\ - ".\pcshell.h"\ - ".\ygshell.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"tpcshell.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -1339,11 +1343,13 @@ ".\Log.h"\ ".\Registry.h"\ ".\Settings.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"tpcshell.h"\ - {$(INCLUDE)}"vibrate.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_GPSSE=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1355,13 +1361,11 @@ ".\GPSSettingsDlg.h"\ ".\Registry.h"\ ".\Settings.h"\ - -NODEP_CPP_GPSSE=\ - ".\ibrate.h"\ - ".\inuserm.h"\ - ".\ipapi.h"\ - ".\pcshell.h"\ - ".\ygshell.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"tpcshell.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -1454,11 +1458,13 @@ ".\LocalDB.h"\ ".\LocalDBCellsDlg.h"\ ".\Log.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"tpcshell.h"\ - {$(INCLUDE)}"vibrate.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_LOCALD=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1468,13 +1474,11 @@ ".\Global.h"\ ".\LocalDB.h"\ ".\LocalDBCellsDlg.h"\ - -NODEP_CPP_LOCALD=\ - ".\ibrate.h"\ - ".\inuserm.h"\ - ".\ipapi.h"\ - ".\pcshell.h"\ - ".\ygshell.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"tpcshell.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -1515,11 +1519,13 @@ ".\LocalDBGroupsDlg.h"\ ".\Log.h"\ ".\SelectCellDlg.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"tpcshell.h"\ - {$(INCLUDE)}"vibrate.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_LOCALDB=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1530,13 +1536,11 @@ ".\LocalDB.h"\ ".\LocalDBGroupsDlg.h"\ ".\SelectCellDlg.h"\ - -NODEP_CPP_LOCALDB=\ - ".\ibrate.h"\ - ".\inuserm.h"\ - ".\ipapi.h"\ - ".\pcshell.h"\ - ".\ygshell.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"tpcshell.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -1618,7 +1622,9 @@ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" DEP_CPP_LOG_C=\ + ".\Global.h"\ ".\Log.h"\ + ".\Registry.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" @@ -1655,6 +1661,7 @@ DEP_CPP_PHONE=\ ".\Global.h"\ + ".\Log.h"\ ".\PhoneID.h"\ ".\Registry.h"\ @@ -1720,11 +1727,13 @@ ".\LocalDB.h"\ ".\Log.h"\ ".\SelectCellDlg.h"\ - {$(INCLUDE)}"aygshell.h"\ - {$(INCLUDE)}"sipapi.h"\ - {$(INCLUDE)}"tpcshell.h"\ - {$(INCLUDE)}"vibrate.h"\ - {$(INCLUDE)}"winuserm.h"\ + +NODEP_CPP_SELEC=\ + ".\ibrate.h"\ + ".\inuserm.h"\ + ".\ipapi.h"\ + ".\pcshell.h"\ + ".\ygshell.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Release" @@ -1734,13 +1743,11 @@ ".\Global.h"\ ".\LocalDB.h"\ ".\SelectCellDlg.h"\ - -NODEP_CPP_SELEC=\ - ".\ibrate.h"\ - ".\inuserm.h"\ - ".\ipapi.h"\ - ".\pcshell.h"\ - ".\ygshell.h"\ + {$(INCLUDE)}"aygshell.h"\ + {$(INCLUDE)}"sipapi.h"\ + {$(INCLUDE)}"tpcshell.h"\ + {$(INCLUDE)}"vibrate.h"\ + {$(INCLUDE)}"winuserm.h"\ !ELSEIF "$(CFG)" == "CellTrack - Win32 (WCE ARMV4) Debug" |
|
From: Martin R. <zo...@us...> - 2005-10-25 16:50:37
|
Update of /cvsroot/nbftools/CellTrack/wtl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32497/wtl Log Message: Directory /cvsroot/nbftools/CellTrack/wtl added to the repository |
|
From: Nicolas B. <ar...@us...> - 2005-10-19 21:52:01
|
Update of /cvsroot/nbftools/TyphoonNbfTool In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1351 Modified Files: DlgMain.cpp Splash.cpp Splash.h Log Message: Fix Tornado splash screen image extraction (now 240x320) Index: Splash.cpp =================================================================== RCS file: /cvsroot/nbftools/TyphoonNbfTool/Splash.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Splash.cpp 7 May 2005 14:06:42 -0000 1.1 +++ Splash.cpp 19 Oct 2005 21:51:53 -0000 1.2 @@ -7,17 +7,27 @@ #define GREEN_FROM_565(x) ((((x)>>5)&0x3F) << 2) #define BLUE_FROM_565(x) (((x)&0x1F) << 3) -bool CSplash::convertDumpToReadableBitmap(HANDLE bitmapFile, unsigned char *dump) { +bool CSplash::convertDumpToReadableBitmap(HANDLE bitmapFile, unsigned char *dump, bool large) { BITMAPFILEHEADER fileHeader = {0}; BITMAPINFO bitmapinfo; unsigned char *new_dump; int i; int j = 0; DWORD bytesWritten; + int x, y; + + if (!large) { + x = 176; + y = 220; + } + else { + x = 240; + y = 320; + } bitmapinfo.bmiHeader.biSize = sizeof(BITMAPINFOHEADER); - bitmapinfo.bmiHeader.biWidth = 176; - bitmapinfo.bmiHeader.biHeight = 220; + bitmapinfo.bmiHeader.biWidth = x; + bitmapinfo.bmiHeader.biHeight = y; bitmapinfo.bmiHeader.biPlanes = 1; bitmapinfo.bmiHeader.biBitCount = 24; bitmapinfo.bmiHeader.biCompression = BI_RGB; @@ -26,12 +36,12 @@ return false; fileHeader.bfType = 0x4d42; - fileHeader.bfSize = sizeof(BITMAPFILEHEADER) + sizeof(BITMAPINFOHEADER) + (176 * 220 * 3); + fileHeader.bfSize = sizeof(BITMAPFILEHEADER) + sizeof(BITMAPINFOHEADER) + (x * y * 3); fileHeader.bfOffBits = sizeof(BITMAPFILEHEADER) + sizeof(BITMAPINFOHEADER); WriteFile(bitmapFile, &fileHeader, sizeof(BITMAPFILEHEADER), &bytesWritten, NULL); WriteFile(bitmapFile, &bitmapinfo.bmiHeader, sizeof(BITMAPINFOHEADER), &bytesWritten, NULL); - new_dump = (unsigned char*)malloc(176 * 220 * 3); - for (i=0; i<176*220*2; i+=2) { + new_dump = (unsigned char*)malloc(x * y * 3); + for (i=0; i<x*y*2; i+=2) { WORD work = (dump[i + 1] << 8) + dump[i]; unsigned char red = RED_FROM_565(work); unsigned char green = GREEN_FROM_565(work); @@ -42,10 +52,10 @@ } // Swap lines to return a non-inverted bitmap - unsigned char *offset_line = new_dump + (176 * 220 * 3) - (176 * 3); - for (i = 0; i<220; i++) { - WriteFile(bitmapFile, offset_line, 176 * 3, &bytesWritten, NULL); - offset_line -= (176 * 3); + unsigned char *offset_line = new_dump + (x * y * 3) - (x * 3); + for (i = 0; i<y; i++) { + WriteFile(bitmapFile, offset_line, x * 3, &bytesWritten, NULL); + offset_line -= (x * 3); } free(new_dump); @@ -152,8 +162,8 @@ char *SMARTPHONE_SIG = "This is smartphone signature.\0"; -bool CSplash::bin2bmp(unsigned char *dump, HANDLE bitmapFile) { - return convertDumpToReadableBitmap(bitmapFile, dump + SIGNATURE_SIZE); +bool CSplash::bin2bmp(unsigned char *dump, HANDLE bitmapFile, bool large) { + return convertDumpToReadableBitmap(bitmapFile, dump + SIGNATURE_SIZE, large); } bool CSplash::bmp2bin(HANDLE bitmapFile, unsigned char *dump) { Index: Splash.h =================================================================== RCS file: /cvsroot/nbftools/TyphoonNbfTool/Splash.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Splash.h 7 May 2005 14:06:42 -0000 1.1 +++ Splash.h 19 Oct 2005 21:51:53 -0000 1.2 @@ -11,12 +11,12 @@ class CSplash { public: - static bool bin2bmp(unsigned char *dump, HANDLE bitmapFile); + static bool bin2bmp(unsigned char *dump, HANDLE bitmapFile, bool large = false); static bool bmp2bin(HANDLE bitmapFile, unsigned char *dump); private: - static bool convertDumpToReadableBitmap(HANDLE bitmapFile, unsigned char *dump); + static bool convertDumpToReadableBitmap(HANDLE bitmapFile, unsigned char *dump, bool large); static bool convertBitmapToDump(HANDLE bitmapFile, unsigned char *dump); static bool load24BitsBitmap(HANDLE bitmapFile, unsigned char *dump, bool inverted); static bool load16BitsBitmap(HANDLE bitmapFile, unsigned char *dump, bool inverted); Index: DlgMain.cpp =================================================================== RCS file: /cvsroot/nbftools/TyphoonNbfTool/DlgMain.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- DlgMain.cpp 19 Oct 2005 21:00:36 -0000 1.17 +++ DlgMain.cpp 19 Oct 2005 21:51:53 -0000 1.18 @@ -407,7 +407,7 @@ free(splash); return TRUE; } - if (!CSplash::bin2bmp(splash, handle)) { + if (!CSplash::bin2bmp(splash, handle, CGlobals::pLoadedNbfFile->header()->isTornado())) { MessageBox(hwndDlg, TEXT("Error saving splash zone"), TEXT("I/O error"), MB_OK | MB_ICONERROR); free(splash); return TRUE; |
|
From: Nicolas B. <ar...@us...> - 2005-10-19 21:00:45
|
Update of /cvsroot/nbftools/TyphoonNbfTool In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24438 Modified Files: DlgHeader.cpp DlgMain.cpp DlgMain.h NbfFile.cpp RUUHeader.cpp RUUHeader.h Log Message: Tornado ROM format support - bump to 0.4. Thanks to I-Mate for their contribution :p Index: RUUHeader.h =================================================================== RCS file: /cvsroot/nbftools/TyphoonNbfTool/RUUHeader.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- RUUHeader.h 7 May 2005 14:04:29 -0000 1.7 +++ RUUHeader.h 19 Oct 2005 21:00:36 -0000 1.8 @@ -27,6 +27,7 @@ char * GetVersion2(); char * GetOperatorID(); char GetNumSections(); + bool isTornado(); CRUUHeader(); virtual ~CRUUHeader(); @@ -34,6 +35,7 @@ unsigned static char Key[64]; unsigned char * pDecryptedHeader; unsigned char * pEncryptedHeader; + bool tornado; }; #endif \ No newline at end of file Index: DlgMain.cpp =================================================================== RCS file: /cvsroot/nbftools/TyphoonNbfTool/DlgMain.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- DlgMain.cpp 7 May 2005 14:16:28 -0000 1.16 +++ DlgMain.cpp 19 Oct 2005 21:00:36 -0000 1.17 @@ -516,7 +516,7 @@ EndDialog(hwndDlg, LOWORD(wParam)); return TRUE; case ID_HELP_ABOUT: - MessageBox(hwndDlg, TEXT("Typhoon NBF Tools\r\n\r\nTyphoon/Feeler ROM manipulation tool\r\n\r\nVersion " VERSION "\r\n\r\nhttp://www.spv-developers.com"), TEXT("Typhoon NBF Tools"), MB_OK); + MessageBox(hwndDlg, TEXT("Typhoon NBF Tools\r\n\r\nTyphoon/Feeler/Tornado ROM manipulation tool\r\n\r\nVersion " VERSION "\r\n\r\nhttp://www.spv-developers.com"), TEXT("Typhoon NBF Tools"), MB_OK); break; default: break; Index: DlgMain.h =================================================================== RCS file: /cvsroot/nbftools/TyphoonNbfTool/DlgMain.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- DlgMain.h 7 May 2005 14:04:18 -0000 1.7 +++ DlgMain.h 19 Oct 2005 21:00:36 -0000 1.8 @@ -15,7 +15,7 @@ #include "dlgheader.h" #include "Splash.h" -#define VERSION "0.3" +#define VERSION "0.4" class CDlgMain { Index: NbfFile.cpp =================================================================== RCS file: /cvsroot/nbftools/TyphoonNbfTool/NbfFile.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- NbfFile.cpp 7 May 2005 14:15:45 -0000 1.9 +++ NbfFile.cpp 19 Oct 2005 21:00:36 -0000 1.10 @@ -47,8 +47,8 @@ while(pRUUSections->m_pHead) pRUUSections->DelHead(); //Clear Sections List int i; - DWORD nOffset = 0x50; - DWORD nNBFOst = 0x200; + DWORD nOffset = (!pRUUHeader->isTornado() ? 0x50 : 0x204); + DWORD nNBFOst = (!pRUUHeader->isTornado() ? 0x200 : 0x400); CRUUSection * pSection; for(i=0;i<pRUUHeader->GetNumSections();i++) { @@ -108,6 +108,9 @@ ofn.Flags = OFN_PATHMUSTEXIST | OFN_FILEMUSTEXIST; // Display the Open dialog box. + + if (hFile) + CloseHandle(hFile); if (GetOpenFileName(&ofn)==TRUE) { hFile = CreateFile(ofn.lpstrFile, GENERIC_READ, @@ -122,7 +125,7 @@ DWORD nFSize = GetFileSize(hFile, NULL); DWORD nRead; unsigned char* pMemory; - pMemory = (unsigned char*)LocalAlloc(0, 0x200); + pMemory = (unsigned char*)LocalAlloc(0, 0x400); if(!pMemory) { MessageBox(CGlobals::hWndMainDlg, TEXT("Error") , TEXT("Failed allocating memory for NBF file"), MB_OK); @@ -130,9 +133,9 @@ return FALSE; } - ReadFile(hFile, pMemory, 0x200, &nRead, NULL); + ReadFile(hFile, pMemory, 0x400, &nRead, NULL); - if (nRead != 0x200) { + if (nRead != 0x400) { MessageBox(CGlobals::hWndMainDlg, TEXT("Error") , TEXT("Failed reading file"), MB_OK); LocalFree(pMemory); CloseHandle(hFile); Index: DlgHeader.cpp =================================================================== RCS file: /cvsroot/nbftools/TyphoonNbfTool/DlgHeader.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- DlgHeader.cpp 6 May 2005 00:11:04 -0000 1.4 +++ DlgHeader.cpp 19 Oct 2005 21:00:36 -0000 1.5 @@ -40,7 +40,7 @@ switch (LOWORD(wParam)) { case IDOK: - //Clear relevant header fields + //Clear relevant header fields CGlobals::pLoadedNbfFile->header()->Clear(); //Inject data from textboxes into header Index: RUUHeader.cpp =================================================================== RCS file: /cvsroot/nbftools/TyphoonNbfTool/RUUHeader.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- RUUHeader.cpp 6 May 2005 00:11:04 -0000 1.6 +++ RUUHeader.cpp 19 Oct 2005 21:00:36 -0000 1.7 @@ -2,6 +2,9 @@ // ////////////////////////////////////////////////////////////////////// +#include <stdio.h> +#include <stdlib.h> + #include "RUUHeader.h" unsigned char CRUUHeader::Key[64] = { @@ -17,8 +20,9 @@ CRUUHeader::CRUUHeader() { - pEncryptedHeader = (unsigned char *)LocalAlloc(0, 0x200); - pDecryptedHeader = (unsigned char *)LocalAlloc(0, 0x200); + pEncryptedHeader = (unsigned char *)LocalAlloc(0, 0x400); + pDecryptedHeader = (unsigned char *)LocalAlloc(0, 0x400); + tornado = false; if(!pEncryptedHeader || !pDecryptedHeader) { MessageBox(NULL, TEXT("LocalAlloc Error"), TEXT("Failed allocating memory for NBF header"), MB_OK); @@ -29,25 +33,27 @@ { LocalFree(pEncryptedHeader); LocalFree(pDecryptedHeader); -} - -unsigned char* CRUUHeader::decryptedHeader() { - return pDecryptedHeader; -} - -void CRUUHeader::SetEncrypted(unsigned char *data) { - CopyMemory(pEncryptedHeader, data, 0x200); -} - -void CRUUHeader::Clear() { - ZeroMemory(pDecryptedHeader + 0x00, 0x50); - ZeroMemory(pDecryptedHeader + 0x100, 0x10); -} - -bool CRUUHeader::CopyToFile(HANDLE hFile) { - DWORD nWritten; - WriteFile(hFile, pEncryptedHeader, 0x200, &nWritten, NULL); - return (nWritten == 0x200); +} + +unsigned char* CRUUHeader::decryptedHeader() { + return pDecryptedHeader; +} + +void CRUUHeader::SetEncrypted(unsigned char *data) { + tornado = false; + CopyMemory(pEncryptedHeader, data, 0x400); +} + +void CRUUHeader::Clear() { + // FIXME Tornado + ZeroMemory(pDecryptedHeader + 0x00, 0x50); + ZeroMemory(pDecryptedHeader + 0x100, 0x10); +} + +bool CRUUHeader::CopyToFile(HANDLE hFile) { + DWORD nWritten; + WriteFile(hFile, pEncryptedHeader, (!tornado ? 0x200 : 0x400), &nWritten, NULL); + return (nWritten == (!tornado ? 0x200 : 0x400)); } void CRUUHeader::Decrypt() @@ -55,13 +61,19 @@ unsigned char c=0; unsigned int i; - for(i=0;i<0x200;i++) { + for(i=0;i<0x400;i++) { pDecryptedHeader[i] = (pEncryptedHeader[i]-(unsigned char)i)^Key[c]; if(++c == 64) c=0; } + if (pDecryptedHeader[0xF8] > 8) + tornado = true; + //The CRC checksum at the end isn't encrypted. - *(DWORD*)(pDecryptedHeader+0x1FC) = *(DWORD*)(pEncryptedHeader+0x1FC); + if (!tornado) + *(DWORD*)(pDecryptedHeader+0x1FC) = *(DWORD*)(pEncryptedHeader+0x1FC); + else + *(DWORD*)(pDecryptedHeader+0x3FC) = *(DWORD*)(pEncryptedHeader+0x3FC); } void CRUUHeader::Encrypt() //Untested @@ -69,13 +81,16 @@ unsigned char c=0; unsigned int i; - for(i=0;i<0x200;i++) { - pEncryptedHeader[i] = (pDecryptedHeader[i]^Key[c])+(unsigned char)i; - if(++c == 64) c=0; + for(i=0;i<(!tornado ? 0x200 : 0x400);i++) { + pEncryptedHeader[i] = (pDecryptedHeader[i]^Key[c])+(unsigned char)i; + if(++c == 64) c=0; } //The CRC checksum at the end isn't encrypted. - *(DWORD*)(pEncryptedHeader+0x1FC) = *(DWORD*)(pDecryptedHeader+0x1FC); + if (!tornado) + *(DWORD*)(pEncryptedHeader+0x1FC) = *(DWORD*)(pDecryptedHeader+0x1FC); + else + *(DWORD*)(pEncryptedHeader+0x3FC) = *(DWORD*)(pDecryptedHeader+0x3FC); } char * CRUUHeader::GetManufacturer() { return (char*)&pDecryptedHeader[0x00]; } @@ -84,8 +99,9 @@ char * CRUUHeader::GetLanguage() { return (char*)&pDecryptedHeader[0x30]; } char * CRUUHeader::GetVersion2() { return (char*)&pDecryptedHeader[0x40]; } char * CRUUHeader::GetOperatorID() { return (char*)&pDecryptedHeader[0x100]; } -char CRUUHeader::GetNumSections() { return pDecryptedHeader[0xF8]; } -DWORD CRUUHeader::GetCRC32() { return *(DWORD*)(pDecryptedHeader + 0x1FC); } +char CRUUHeader::GetNumSections() { return (!tornado ? pDecryptedHeader[0xF8] : pDecryptedHeader[0x200]); } +DWORD CRUUHeader::GetCRC32() { return (!tornado ? *(DWORD*)(pDecryptedHeader + 0x1FC) : *(DWORD*)(pDecryptedHeader + 0x3FC)); } +bool CRUUHeader::isTornado() { return tornado; } void CRUUHeader::UpdateCRC() { @@ -93,12 +109,12 @@ TCHAR szMsg[100]; CCRC32::gen_crc_table(); - nCRC = CCRC32::update_crc(0, (unsigned char*)pDecryptedHeader, 0x1FC); + nCRC = CCRC32::update_crc(0, (unsigned char*)pDecryptedHeader, (!tornado ? 0x1FC : 0x3FC)); wsprintf(szMsg, TEXT("Calculated Header CRC-32: 0x%08X"), nCRC); MessageBox(CGlobals::hWndMainDlg, szMsg, "Calculated Header CRC32", MB_OK); - *(DWORD*)(pDecryptedHeader + 0x1FC) = nCRC; + *(DWORD*)(pDecryptedHeader + (!tornado ? 0x1FC : 0x3FC)) = nCRC; Encrypt(); } |