Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
3.4 KiB

  1. This app will need IE4.0 and Microsoft Calendar Control 8.0 to compile and
  2. run.
  3. ========================================================================
  4. MICROSOFT FOUNDATION CLASS LIBRARY : wabapp
  5. ========================================================================
  6. AppWizard has created this wabapp application for you. This application
  7. not only demonstrates the basics of using the Microsoft Foundation classes
  8. but is also a starting point for writing your application.
  9. This file contains a summary of what you will find in each of the files that
  10. make up your wabapp application.
  11. wabapp.h
  12. This is the main header file for the application. It includes other
  13. project specific headers (including Resource.h) and declares the
  14. CWabappApp application class.
  15. wabapp.cpp
  16. This is the main application source file that contains the application
  17. class CWabappApp.
  18. wabapp.rc
  19. This is a listing of all of the Microsoft Windows resources that the
  20. program uses. It includes the icons, bitmaps, and cursors that are stored
  21. in the RES subdirectory. This file can be directly edited in Microsoft
  22. Developer Studio.
  23. res\wabapp.ico
  24. This is an icon file, which is used as the application's icon. This
  25. icon is included by the main resource file wabapp.rc.
  26. res\wabapp.rc2
  27. This file contains resources that are not edited by Microsoft
  28. Developer Studio. You should place all resources not
  29. editable by the resource editor in this file.
  30. wabapp.clw
  31. This file contains information used by ClassWizard to edit existing
  32. classes or add new classes. ClassWizard also uses this file to store
  33. information needed to create and edit message maps and dialog data
  34. maps and to create prototype member functions.
  35. /////////////////////////////////////////////////////////////////////////////
  36. AppWizard creates one dialog class:
  37. wabappDlg.h, wabappDlg.cpp - the dialog
  38. These files contain your CWabappDlg class. This class defines
  39. the behavior of your application's main dialog. The dialog's
  40. template is in wabapp.rc, which can be edited in Microsoft
  41. Developer Studio.
  42. /////////////////////////////////////////////////////////////////////////////
  43. Other standard files:
  44. StdAfx.h, StdAfx.cpp
  45. These files are used to build a precompiled header (PCH) file
  46. named wabapp.pch and a precompiled types file named StdAfx.obj.
  47. Resource.h
  48. This is the standard header file, which defines new resource IDs.
  49. Microsoft Developer Studio reads and updates this file.
  50. /////////////////////////////////////////////////////////////////////////////
  51. Other notes:
  52. AppWizard uses "TODO:" to indicate parts of the source code you
  53. should add to or customize.
  54. If your application uses MFC in a shared DLL, and your application is
  55. in a language other than the operating system's current language, you
  56. will need to copy the corresponding localized resources MFC40XXX.DLL
  57. from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
  58. and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
  59. For example, MFC40DEU.DLL contains resources translated to German.) If you
  60. don't do this, some of the UI elements of your application will remain in the
  61. language of the operating system.
  62. /////////////////////////////////////////////////////////////////////////////