home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 3 / hra.exe / readme.txt < prev    next >
Text File  |  1998-02-09  |  719b  |  23 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1998 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.     SWAT
  8.  
  9. DESCRIPTION:
  10.     See how many bugs you can squash before time runs out.
  11.  
  12. DEMONSTRATES:
  13.     + TTimer, TMainMenu, TTrackBar.
  14.     + Responding to mouse clicks on a form.
  15.     + Drawing on a form using its Canvas member.
  16.     + Loading cursors and bitmaps from resources.
  17.  
  18. COMMENTS:
  19.     EXTRARES.RES must exist before the project can be built.
  20.     To rebuild EXTRARES.RES use the following command-line:
  21.     BRC32 -r extrares.rc
  22.  
  23.