home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 328_01 / read.me < prev    next >
Text File  |  1991-06-07  |  3KB  |  89 lines

  1. This is the source distribution disk for the WTWG windows 
  2. programs, version 1.2. The source is archived in file WTWG.ZOO. 
  3. Included on the disk is the public domain program ZOO.EXE. 
  4. ZOO.EXE will 'extract' all the animals in the zoo.
  5.  
  6.  
  7. This is a windows/menus/mouse interface package, designed to run 
  8. in either text or graphics modes, designed to be EASY to learn 
  9. and use, small, and fast. It lacks some of the flash of the 
  10. 'other' windows package, but is excellent for complex programs in 
  11. which the interface should be a secondary component of the 
  12. program (ie: performance before packaging). I am placing this 
  13. package in the public domain.
  14.  
  15.  
  16. To install this source: 
  17.  
  18.  
  19. 1) create a subdirectory where you want these files to go. (there 
  20.    are a LOT of small files, so keep them separate from other 
  21.    stuff). I use   'C:\TC\WINDOWS' 
  22.    
  23.    ie:     1) from the C:\> prompt type    
  24.                 CD \TC 
  25.             (or CD \MSC      if you use microsoft C ) 
  26.         2) create a subdirectory. Type the following: 
  27.                 MD  WINDOWS 
  28.         3) enter the new directory. Type: 
  29.                 CD  WINDOWS 
  30.  
  31. 2) copy this disk into the new subdirectory. type    
  32.                 COPY A:*.* 
  33.                 
  34. 3) unpack the zoo archive. Type the following: 
  35.                 ZOO -EXTRACT WTWG  *.* 
  36.                 
  37. 4) for help with the zoo program, type:
  38.                 ZOO 
  39.                
  40. 5) you can delete the archive file if you like:
  41.                 ERASE WTWG.ZOO 
  42.     and you can delete the zoo program: 
  43.                 ERASE ZOO.EXE        
  44.  
  45. Set up 1) your compiler to look in the appropriate directories 
  46. for the #include headers and 2) your linker to look for the *.lib 
  47. files. If you use TurboC or TurboC++, and you use the integrated 
  48. environment, just check to 'OPTIONS' menu, compiler and linker 
  49. submenus. If you use the command line versions, create a 
  50. TURBOC.CFG file. For Microsoft C, this means a 'DOS ENVIRONMENT' 
  51. variable.  See WTWG.DOC for more details.
  52.  
  53. Compile the utility programs  MAKEHX.C, DIR2BAT.C and TXT2MCR.C 
  54. first.  The source code for these programs contains instructions 
  55. for compiling them (comments near the top). The program DIR2BAT 
  56. is required by further .BAT files in this package - compile it 
  57. first.
  58.  
  59. To compile the libraries use the .BAT files TWMAKE.BAT (TurboC) 
  60. or MWMAKE.BAT (Microsoft C). These .BAT files give instructions 
  61. on their use if you type the TWMAKE or MWMAKE without parameters.
  62.  
  63. To the extent possible, I will fix errors in the distributed 
  64. files (ie, what I sent to the C Users Group) which are public 
  65. domain. You may use the source as you like, but I will not make 
  66. corrections to it after you have made changes. I tried to comment 
  67. any tricky areas, and I think the code is clear. Good luck, 
  68. you're on your own.        
  69.  
  70. On the other hand, I would appreciate suggestions and comments 
  71. aimed at improving the package. 
  72.  
  73. I am distributing these programs in the public domain; if you use 
  74. them and like them please send me a contribution for what you 
  75. think they're worth to you. Compare with other graphics-mode 
  76. windows-based user interface programs available commercially, 
  77. which don't give you the source code.
  78.  
  79.  
  80. Sincerely,
  81.  
  82.  
  83. David Blum
  84.  
  85.  
  86. NOTE NEW ADDRESS: 
  87.     8039 North 1st Street 
  88.     Phoenix, AZ 85020
  89.