home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / c / WTWG12B.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1992-09-19  |  3.5 KB  |  96 lines

  1. This is the source distribution disk for the WTWG windows programs, 
  2. version 1.2. The source is archived in files WTWG12a.ZIP and 
  3. WTWG12b.ZIP.  (the former contains documentation, while the latter 
  4. contains the source code in C format)
  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 zip archives. Type the following:
  35.                                 PKUNZIP -X WTWG*  *.*
  36.  
  37. 4) for help with the PKUNZIP program, type:
  38.                                 PKUNZIP
  39.  
  40. 5) you can delete the archive file if you like:
  41.                                 ERASE WTWG*.ZIP
  42.  
  43. Set up 1) your compiler to look in the appropriate directories
  44. for the #include headers and 2) your linker to look for the *.lib
  45. files. If you use TurboC or TurboC++, and you use the integrated
  46. environment, just check to 'OPTIONS' menu, compiler and linker
  47. submenus. If you use the command line versions, create a
  48. TURBOC.CFG file. For Microsoft C, this means a 'DOS ENVIRONMENT'
  49. variable.  See WTWG.DOC for more details.
  50.  
  51. Compile the utility programs  MAKEHX.C, DIR2BAT.C and TXT2MCR.C
  52. first.  The source code for these programs contains instructions
  53. for compiling them (comments near the top). The program DIR2BAT
  54. is required by further .BAT files in this package - compile it
  55. first.
  56.  
  57. To compile the libraries use the .BAT files TWMAKE.BAT (TurboC)
  58. or MWMAKE.BAT (Microsoft C). These .BAT files give instructions
  59. on their use if you type the TWMAKE or MWMAKE without parameters.
  60.  
  61. To the extent possible, I will fix errors in the distributed
  62. files (ie, what I sent to the C Users Group) which are public
  63. domain. You may use the source as you like, but I will not make
  64. corrections to it after you have made changes. I tried to comment
  65. any tricky areas, and I think the code is clear. Good luck,
  66. you're on your own.
  67.  
  68. On the other hand, I would appreciate suggestions and comments
  69. aimed at improving the package.
  70.  
  71. I am distributing these programs in the public domain; if you use
  72. them and like them please send me a contribution for what you
  73. think they're worth to you. Compare with other graphics-mode
  74. windows-based user interface programs available commercially,
  75. which don't give you the source code.
  76.  
  77.  
  78. Sincerely,
  79.  
  80.  
  81. David Blum
  82.  
  83.  
  84. NOTE NEW ADDRESS:
  85.     8039 North 1st Street
  86.     Phoenix, AZ 85020
  87.  
  88.  
  89. NOTE:
  90.  
  91. This readme file was modified slightly by CR Edwards, who converted 
  92. the archives to zip format (they were origionally zoo files) and made 
  93. the minor changes to this file to reflect this. I obtained this from 
  94. the C Users Group Public Domain (and Shareware) Library (Lawrence 
  95. Kansas, 913-841-1631), publishers of the C Users Journal Magazine. 
  96. None of the source nor any of the other files were modified.