home *** CD-ROM | disk | FTP | other *** search
- If you miss .lib files or you need other pragma or lvo files use the file
- dev/misc/FD2Pragma.lha in Aminet. If this isn't enough, please contact me!
-
- Note:
- 1) The includes for xpk moved to xpk dir (before it was libraries)!
- 2) The old redefinitions of the structures have been removed!
- (e.g. struct XpkSubParams was XPARAMS)
- If you are to lazy to change all your code, then include
- <xpk/xpkobsolete.h> before all other include-files!
- Then the old definitions are reincluded! Don't use them in newer code!
- 3) Also the structure members all got a prefix like xm_ or xi_ which makes
- them equal to ASM includes (and to Commodore naming conventions). Here
- also <xpk/xpkobsolete.h> makes it possible to compile old code correct!
- Don't use old member names in newer code!
- 4) Since Version 3.10 xpkmaster.library no longer stores the A4 register.
- This means programs using Hookfuncs have to compile A4 independent.
- -- SAS-C : DATA=FAR (maybe CODE=FAR too)
- -- Maxon : -gD (large Data - is default)
- On some systems you can also use the __saveds keyword with the chunk-
- functions to get it to work. (Only needed in NEAR mode - small Data)
-
- ***************************************************************************
- * snail-mail: Dirk Stoecker * e-mail: *
- * Geschwister-Scholl-Str. 10 * stoecker@rcs.urz.tu-dresden.de *
- * 01877 Bischofswerda * phone: *
- * GERMANY * GERMANY 03594/706666 *
- ***************************************************************************
-
-