home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / OS2 / VMM / README next >
Text File  |  1995-06-08  |  3KB  |  87 lines

  1.  
  2.  
  3. VMM - Virtual Memory Management
  4.  
  5.  
  6. DESCRIPTION:
  7.  
  8.   VMM demonstrates the use of virtual memory by using new memory-management
  9.   functions to allocate and set the attributes of memory.  Users can read or
  10.   write data into memory and reset the attributes using a dialog box.  The
  11.   memory manager protects or opens the virtual memory to read or write
  12.   operations according to the different attributes of each memory block.  To
  13.   free memory, the user enters the address of the memory.
  14.  
  15. **
  16.  This application serves two distinct purposes. First, The Demo menu 
  17.  calls dialog boxes that demonstrate all of the controls available for
  18.  use in a dialog box.
  19.  
  20.  
  21. TASK:
  22.  
  23.   Use of menus and dialogs to allocate and set attributes of memory.
  24.  
  25. CONCEPT/FEATURE: 
  26.  
  27.  It demonstrates the standard menus and dialogs that most PM
  28.  applications will contain. There is also a dialog box which
  29.  demonstrates the setting and removing of control Presentation Parameters.
  30.  Finally, the demo menu also has menu items that demonstrate the various 
  31.  types of message boxes that the system supports.
  32.  
  33. SAMPLE LOCATION:
  34.  
  35.  Inside the OS/2 Sample Programs folder (which inside the
  36.  VisualAge C++ Samples folder).
  37.  
  38. Note:This sample is not provided in project form.
  39.  
  40. SOURCE FILE LOCATION:
  41.  
  42.  X:\ibmcpp\samples\toolkit\os2\vmm
  43.  where X: is the drive you installed the samples and document component
  44.  of VisualAge C++ for OS/2.
  45.  
  46.  
  47. HOW TO RUN THE SAMPLE:
  48.  
  49. -From your OS/2 desktop:
  50.  Double-click on the sample's icon.
  51.  
  52. -From an OS/2 command prompt:
  53.  To start a non-WorkPlace Shell sample program from an OS/2 command
  54.  prompt, type the name of the executable file and press Enter.  If you
  55.  have edited source code of a sample program and want to recompile,link,
  56.  and run the files, use the NMAKE tool. Your output is the executable
  57.  file.  For information about the NMAKE utility, see the
  58.  OS/2 Tools Reference.
  59.  
  60. SOFTWARE/HARDWARE PREREQUISITES:
  61.  
  62.  
  63. - IBM VisualAge C++
  64. - OS/2 Warp
  65. - IBM or compatible 386 and up.
  66.  
  67. REQUIRED FILES      DESCRIPTION
  68.  
  69.   readme            This file
  70.   vmm.def           link definitions file
  71.   vmm.dlg           dialog resources
  72.   vmm.exe           sample executable
  73.   vmm.h
  74.   vmm.hlp           Help resources
  75.   vmm.ico
  76.   vmm.ipf
  77.   vmm.mak           MakeMake generated makefile
  78.   vmm.rc            Resource compiler input
  79.   vmm_dlg.c         Dialog procedures
  80.   vmm_help.c        Help manager interface routines
  81.   vmm_init.c        Initialization routines
  82.   vmm_main.c        Main() entry point
  83.   vmm_user.c        Miscellaneous procedures
  84.  
  85.  
  86.  
  87.