|
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. ///////////////////////////////////////////////////////////////////////////// |