ReadMe.txt
上传用户:xsxdsb
上传日期:2009-12-14
资源大小:672k
文件大小:5k
源码类别:

书籍源码

开发平台:

Visual C++

  1. ================================================================================
  2.     MICROSOFT FOUNDATION CLASS LIBRARY : SimpleTextTransfer Project Overview
  3. ===============================================================================
  4. The application wizard has created this SimpleTextTransfer application for 
  5. you.  This application not only demonstrates the basics of using the Microsoft 
  6. Foundation Classes but is also a starting point for writing your application.
  7. This file contains a summary of what you will find in each of the files that
  8. make up your SimpleTextTransfer application.
  9. SimpleTextTransfer.vcproj
  10.     This is the main project file for VC++ projects generated using an application wizard. 
  11.     It contains information about the version of Visual C++ that generated the file, and 
  12.     information about the platforms, configurations, and project features selected with the
  13.     application wizard.
  14. SimpleTextTransfer.h
  15.     This is the main header file for the application.  It includes other
  16.     project specific headers (including Resource.h) and declares the
  17.     CSimpleTextTransferApp application class.
  18. SimpleTextTransfer.cpp
  19.     This is the main application source file that contains the application
  20.     class CSimpleTextTransferApp.
  21. SimpleTextTransfer.rc
  22.     This is a listing of all of the Microsoft Windows resources that the
  23.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  24.     in the RES subdirectory.  This file can be directly edited in Microsoft
  25.     Visual C++. Your project resources are in 1033.
  26. resSimpleTextTransfer.ico
  27.     This is an icon file, which is used as the application's icon.  This
  28.     icon is included by the main resource file SimpleTextTransfer.rc.
  29. resSimpleTextTransfer.rc2
  30.     This file contains resources that are not edited by Microsoft 
  31.     Visual C++. You should place all resources not editable by
  32.     the resource editor in this file.
  33. /////////////////////////////////////////////////////////////////////////////
  34. The application wizard creates one dialog class:
  35. SimpleTextTransferDlg.h, SimpleTextTransferDlg.cpp - the dialog
  36.     These files contain your CSimpleTextTransferDlg class.  This class defines
  37.     the behavior of your application's main dialog.  The dialog's template is
  38.     in SimpleTextTransfer.rc, which can be edited in Microsoft Visual C++.
  39. /////////////////////////////////////////////////////////////////////////////
  40. Other Features:
  41. ActiveX Controls
  42.     The application includes support to use ActiveX controls.
  43. Printing and Print Preview support
  44.     The application wizard has generated code to handle the print, print setup, and print preview
  45.     commands by calling member functions in the CView class from the MFC library.
  46. /////////////////////////////////////////////////////////////////////////////
  47. Other standard files:
  48. StdAfx.h, StdAfx.cpp
  49.     These files are used to build a precompiled header (PCH) file
  50.     named SimpleTextTransfer.pch and a precompiled types file named StdAfx.obj.
  51. Resource.h
  52.     This is the standard header file, which defines new resource IDs.
  53.     Microsoft Visual C++ reads and updates this file.
  54. SimpleTextTransfer.manifest
  55. Application manifest files are used by Windows XP to describe an applications 
  56. dependency on specific versions of Side-by-Side assemblies. The loader uses this 
  57. information to load the appropriate assembly from the assembly cache or private 
  58. from the application. The Application manifest  maybe included for redistribution 
  59. as an external .manifest file that is installed in the same folder as the application 
  60. executable or it may be included in the executable in the form of a resource. 
  61. /////////////////////////////////////////////////////////////////////////////
  62. Other notes:
  63. The application wizard uses "TODO:" to indicate parts of the source code you
  64. should add to or customize.
  65. If your application uses MFC in a shared DLL, and your application is in a 
  66. language other than the operating system's current language, you will need 
  67. to copy the corresponding localized resources MFC70XXX.DLL from the Microsoft
  68. Visual C++ CD-ROM under the WinSystem directory to your computer's system or 
  69. system32 directory, and rename it to be MFCLOC.DLL.  ("XXX" stands for the 
  70. language abbreviation.  For example, MFC70DEU.DLL contains resources 
  71. translated to German.)  If you don't do this, some of the UI elements of 
  72. your application will remain in the language of the operating system.
  73. /////////////////////////////////////////////////////////////////////////////