home *** CD-ROM | disk | FTP | other *** search
/ Megahits 4 / MegaHits_Vol.4.iso / mui / dev / gui / muib_generator / readme < prev    next >
Text File  |  1994-10-23  |  1KB  |  45 lines

  1.  
  2. 1. Content of the archive :
  3. ---------------------------
  4.  
  5.     1. GenCodeC_2
  6.     -------------
  7.         An external generator for MUIBuilder V1.1 to produce C
  8.         language. It does NOT replace the other generators ...
  9.         it's just a new one ...
  10.  
  11.     2. A small example to see show you how to use the code
  12.     generated by this module.
  13.         - MUIDemo.h & MUIDemo.c : created by MUIBuilder
  14.         - Main.c        : written by me
  15.  
  16. 2. Why this update ?
  17. --------------------
  18. This release was made because of some mails i received ... the only
  19. difference between this generator and the Module of the MUIBuilder archive
  20. is that the gui variables are global ( and no more dynamically created ).
  21.  
  22. 3. How to install ?
  23. -------------------
  24. Just copy GenCodeC_2 to your MUIBuilder/modules directory ! ... Then go
  25. to the 'Preferences' window of MUIBuilder, and chose this generator if
  26. you need it !!!
  27.  
  28. 4. Copyright
  29. ------------
  30. This modules is (c) Copyright Eric Totel
  31.  
  32. 5. Distribution
  33. ---------------
  34. GenCodeC_2 is Freeware
  35.  
  36. 6. Legal stuffs !
  37. -----------------
  38. I can't be made responsible of any losses of data : this program is
  39. probably NOT bug free [ even if i tried it before, and think it works
  40. pretty well !! :-) ].
  41.  
  42. USE IT AT YOUR OWN RISK !!!
  43.  
  44.  
  45.