1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/iMONDisplayApiSample/DisplayTest/ReadMe.txt Sun Apr 14 22:40:46 2013 +0200
1.3 @@ -0,0 +1,93 @@
1.4 +================================================================================
1.5 + MICROSOFT FOUNDATION CLASS LIBRARY : DisplayTest Project Overview
1.6 +===============================================================================
1.7 +
1.8 +The application wizard has created this DisplayTest application for
1.9 +you. This application not only demonstrates the basics of using the Microsoft
1.10 +Foundation Classes but is also a starting point for writing your application.
1.11 +
1.12 +This file contains a summary of what you will find in each of the files that
1.13 +make up your DisplayTest application.
1.14 +
1.15 +DisplayTest.vcproj
1.16 + This is the main project file for VC++ projects generated using an application wizard.
1.17 + It contains information about the version of Visual C++ that generated the file, and
1.18 + information about the platforms, configurations, and project features selected with the
1.19 + application wizard.
1.20 +
1.21 +DisplayTest.h
1.22 + This is the main header file for the application. It includes other
1.23 + project specific headers (including Resource.h) and declares the
1.24 + CDisplayTestApp application class.
1.25 +
1.26 +DisplayTest.cpp
1.27 + This is the main application source file that contains the application
1.28 + class CDisplayTestApp.
1.29 +
1.30 +DisplayTest.rc
1.31 + This is a listing of all of the Microsoft Windows resources that the
1.32 + program uses. It includes the icons, bitmaps, and cursors that are stored
1.33 + in the RES subdirectory. This file can be directly edited in Microsoft
1.34 + Visual C++. Your project resources are in 1033.
1.35 +
1.36 +res\DisplayTest.ico
1.37 + This is an icon file, which is used as the application's icon. This
1.38 + icon is included by the main resource file DisplayTest.rc.
1.39 +
1.40 +res\DisplayTest.rc2
1.41 + This file contains resources that are not edited by Microsoft
1.42 + Visual C++. You should place all resources not editable by
1.43 + the resource editor in this file.
1.44 +
1.45 +
1.46 +/////////////////////////////////////////////////////////////////////////////
1.47 +
1.48 +The application wizard creates one dialog class:
1.49 +
1.50 +DisplayTestDlg.h, DisplayTestDlg.cpp - the dialog
1.51 + These files contain your CDisplayTestDlg class. This class defines
1.52 + the behavior of your application's main dialog. The dialog's template is
1.53 + in DisplayTest.rc, which can be edited in Microsoft Visual C++.
1.54 +
1.55 +
1.56 +/////////////////////////////////////////////////////////////////////////////
1.57 +
1.58 +Other Features:
1.59 +
1.60 +ActiveX Controls
1.61 + The application includes support to use ActiveX controls.
1.62 +
1.63 +/////////////////////////////////////////////////////////////////////////////
1.64 +
1.65 +Other standard files:
1.66 +
1.67 +StdAfx.h, StdAfx.cpp
1.68 + These files are used to build a precompiled header (PCH) file
1.69 + named DisplayTest.pch and a precompiled types file named StdAfx.obj.
1.70 +
1.71 +Resource.h
1.72 + This is the standard header file, which defines new resource IDs.
1.73 + Microsoft Visual C++ reads and updates this file.
1.74 +
1.75 +DisplayTest.manifest
1.76 + Application manifest files are used by Windows XP to describe an applications
1.77 + dependency on specific versions of Side-by-Side assemblies. The loader uses this
1.78 + information to load the appropriate assembly from the assembly cache or private
1.79 + from the application. The Application manifest maybe included for redistribution
1.80 + as an external .manifest file that is installed in the same folder as the application
1.81 + executable or it may be included in the executable in the form of a resource.
1.82 +/////////////////////////////////////////////////////////////////////////////
1.83 +
1.84 +Other notes:
1.85 +
1.86 +The application wizard uses "TODO:" to indicate parts of the source code you
1.87 +should add to or customize.
1.88 +
1.89 +If your application uses MFC in a shared DLL, you will need
1.90 +to redistribute the MFC DLLs. If your application is in a language
1.91 +other than the operating system's locale, you will also have to
1.92 +redistribute the corresponding localized resources MFC80XXX.DLL.
1.93 +For more information on both of these topics, please see the section on
1.94 +redistributing Visual C++ applications in MSDN documentation.
1.95 +
1.96 +/////////////////////////////////////////////////////////////////////////////