StephaneLenclud@8: ================================================================================ StephaneLenclud@8: MICROSOFT FOUNDATION CLASS LIBRARY : DisplayTest Project Overview StephaneLenclud@8: =============================================================================== StephaneLenclud@8: StephaneLenclud@8: The application wizard has created this DisplayTest application for StephaneLenclud@8: you. This application not only demonstrates the basics of using the Microsoft StephaneLenclud@8: Foundation Classes but is also a starting point for writing your application. StephaneLenclud@8: StephaneLenclud@8: This file contains a summary of what you will find in each of the files that StephaneLenclud@8: make up your DisplayTest application. StephaneLenclud@8: StephaneLenclud@8: DisplayTest.vcproj StephaneLenclud@8: This is the main project file for VC++ projects generated using an application wizard. StephaneLenclud@8: It contains information about the version of Visual C++ that generated the file, and StephaneLenclud@8: information about the platforms, configurations, and project features selected with the StephaneLenclud@8: application wizard. StephaneLenclud@8: StephaneLenclud@8: DisplayTest.h StephaneLenclud@8: This is the main header file for the application. It includes other StephaneLenclud@8: project specific headers (including Resource.h) and declares the StephaneLenclud@8: CDisplayTestApp application class. StephaneLenclud@8: StephaneLenclud@8: DisplayTest.cpp StephaneLenclud@8: This is the main application source file that contains the application StephaneLenclud@8: class CDisplayTestApp. StephaneLenclud@8: StephaneLenclud@8: DisplayTest.rc StephaneLenclud@8: This is a listing of all of the Microsoft Windows resources that the StephaneLenclud@8: program uses. It includes the icons, bitmaps, and cursors that are stored StephaneLenclud@8: in the RES subdirectory. This file can be directly edited in Microsoft StephaneLenclud@8: Visual C++. Your project resources are in 1033. StephaneLenclud@8: StephaneLenclud@8: res\DisplayTest.ico StephaneLenclud@8: This is an icon file, which is used as the application's icon. This StephaneLenclud@8: icon is included by the main resource file DisplayTest.rc. StephaneLenclud@8: StephaneLenclud@8: res\DisplayTest.rc2 StephaneLenclud@8: This file contains resources that are not edited by Microsoft StephaneLenclud@8: Visual C++. You should place all resources not editable by StephaneLenclud@8: the resource editor in this file. StephaneLenclud@8: StephaneLenclud@8: StephaneLenclud@8: ///////////////////////////////////////////////////////////////////////////// StephaneLenclud@8: StephaneLenclud@8: The application wizard creates one dialog class: StephaneLenclud@8: StephaneLenclud@8: DisplayTestDlg.h, DisplayTestDlg.cpp - the dialog StephaneLenclud@8: These files contain your CDisplayTestDlg class. This class defines StephaneLenclud@8: the behavior of your application's main dialog. The dialog's template is StephaneLenclud@8: in DisplayTest.rc, which can be edited in Microsoft Visual C++. StephaneLenclud@8: StephaneLenclud@8: StephaneLenclud@8: ///////////////////////////////////////////////////////////////////////////// StephaneLenclud@8: StephaneLenclud@8: Other Features: StephaneLenclud@8: StephaneLenclud@8: ActiveX Controls StephaneLenclud@8: The application includes support to use ActiveX controls. StephaneLenclud@8: StephaneLenclud@8: ///////////////////////////////////////////////////////////////////////////// StephaneLenclud@8: StephaneLenclud@8: Other standard files: StephaneLenclud@8: StephaneLenclud@8: StdAfx.h, StdAfx.cpp StephaneLenclud@8: These files are used to build a precompiled header (PCH) file StephaneLenclud@8: named DisplayTest.pch and a precompiled types file named StdAfx.obj. StephaneLenclud@8: StephaneLenclud@8: Resource.h StephaneLenclud@8: This is the standard header file, which defines new resource IDs. StephaneLenclud@8: Microsoft Visual C++ reads and updates this file. StephaneLenclud@8: StephaneLenclud@8: DisplayTest.manifest StephaneLenclud@8: Application manifest files are used by Windows XP to describe an applications StephaneLenclud@8: dependency on specific versions of Side-by-Side assemblies. The loader uses this StephaneLenclud@8: information to load the appropriate assembly from the assembly cache or private StephaneLenclud@8: from the application. The Application manifest maybe included for redistribution StephaneLenclud@8: as an external .manifest file that is installed in the same folder as the application StephaneLenclud@8: executable or it may be included in the executable in the form of a resource. StephaneLenclud@8: ///////////////////////////////////////////////////////////////////////////// StephaneLenclud@8: StephaneLenclud@8: Other notes: StephaneLenclud@8: StephaneLenclud@8: The application wizard uses "TODO:" to indicate parts of the source code you StephaneLenclud@8: should add to or customize. StephaneLenclud@8: StephaneLenclud@8: If your application uses MFC in a shared DLL, you will need StephaneLenclud@8: to redistribute the MFC DLLs. If your application is in a language StephaneLenclud@8: other than the operating system's locale, you will also have to StephaneLenclud@8: redistribute the corresponding localized resources MFC80XXX.DLL. StephaneLenclud@8: For more information on both of these topics, please see the section on StephaneLenclud@8: redistributing Visual C++ applications in MSDN documentation. StephaneLenclud@8: StephaneLenclud@8: /////////////////////////////////////////////////////////////////////////////