home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / packery / xpk_develop / include / readme
Text File  |  1996-10-28  |  2KB  |  29 lines

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