home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / GENEVA_3.ZIP / NONAME.MSA / PROGRAM / README.TXT < prev    next >
Text File  |  1993-09-29  |  1KB  |  34 lines

  1. Files in this directory
  2. -----------------------
  3.  
  4. The files here are intended for use primarily by people who are interested
  5. in programming.
  6.  
  7. GNVA_DB.PRG is a special version of GENEVA.PRG that includes debugging
  8. alerts which will appear when an application uses an AES function call
  9. incorrectly. It traps things like a bad parameter to wind_set(), a program
  10. attempting to close windows that do not belong to it, etc. These things
  11. are simply ignored by the normal version of Geneva. In some cases, Atari's
  12. AES will do unexpected things when you pass bad values, so GNVA_DB can be
  13. quite useful.
  14.  
  15. SETMOUSE.C is the C source code for the SETMOUSE.PRG which appears in the
  16. GENEVA folder of ths disk.
  17.  
  18. NEW_GEM.LIB is a Pure C library containing all AES and VDI functions, as
  19. well as Geneva's extended AES functions. It can be directly substituted for
  20. the PCGEMLIB.LIB that comes with Pure C.
  21.  
  22. XWIND.H is an ANSI C include file which defines Geneva's extended
  23. functions.
  24.  
  25. NEW_AES.H is an ANSI C include file which defines several helpful
  26. extensions to AES functions, and attempts to bring Pure C's AES.H up to
  27. date with MultiTOS 5.0.
  28.  
  29. The MAKEHELP folder contains the MakeHelp utility for compiling
  30. context-sensitive help files. See MAKEHELP.TXT for more info.
  31.  
  32. The TASKMAN folder contains the entire C source and resource definition
  33. (HRD) for the Task Manager.
  34.