home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Vectronix 2
/
VECTRONIX2.iso
/
FILES_07
/
GENEVA_3.ZIP
/
NONAME.MSA
/
PROGRAM
/
README.TXT
< prev
next >
Wrap
Text File
|
1993-09-29
|
1KB
|
34 lines
Files in this directory
-----------------------
The files here are intended for use primarily by people who are interested
in programming.
GNVA_DB.PRG is a special version of GENEVA.PRG that includes debugging
alerts which will appear when an application uses an AES function call
incorrectly. It traps things like a bad parameter to wind_set(), a program
attempting to close windows that do not belong to it, etc. These things
are simply ignored by the normal version of Geneva. In some cases, Atari's
AES will do unexpected things when you pass bad values, so GNVA_DB can be
quite useful.
SETMOUSE.C is the C source code for the SETMOUSE.PRG which appears in the
GENEVA folder of ths disk.
NEW_GEM.LIB is a Pure C library containing all AES and VDI functions, as
well as Geneva's extended AES functions. It can be directly substituted for
the PCGEMLIB.LIB that comes with Pure C.
XWIND.H is an ANSI C include file which defines Geneva's extended
functions.
NEW_AES.H is an ANSI C include file which defines several helpful
extensions to AES functions, and attempts to bring Pure C's AES.H up to
date with MultiTOS 5.0.
The MAKEHELP folder contains the MakeHelp utility for compiling
context-sensitive help files. See MAKEHELP.TXT for more info.
The TASKMAN folder contains the entire C source and resource definition
(HRD) for the Task Manager.