home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / archivers / xpk / xpk_develop / include / readme
Text File  |  1998-04-27  |  2KB  |  52 lines

  1. E language
  2. ----------
  3. I do not use E language, so I cannot update the files myself. I got someone
  4. converting the files of version 4.10 includes, but I cannot guarantee
  5. further updates of these files!
  6.  
  7. Modula 2 language
  8. -----------------
  9. These files are made of 4.16 include files (xpkmaster version 4.25) by
  10. Tony Iommi <donmatrelli@yahoo.com>. I cannot guarantee these file to be
  11. developed in the future.
  12.  
  13. Oberon language
  14. -----------------------------
  15. These files are made for release 2.5 and no longer updated. When somebody
  16. is interested in updating these includes, please contact me.
  17.  
  18. C and Assembler languages
  19. -------------------------
  20. Both language include files are updated by myself and thus always cover
  21. the newest information.
  22.  
  23. C language
  24. ----------
  25. See file NOTE in C directory for more information about included files.
  26.  
  27. In Old-C are files redirecting libraries/xpk.h and libraries/xpksub.h to
  28. xpk/ and redirecting files for SAS pragmas directory. These are NOT
  29. required and should not be installed.
  30.  
  31. Older and obsolete stuff moved into file xpk/xpkobsolete.h. Do not use this
  32. in newer code. When needed for older code, include it as really FIRST
  33. include file! The changes which are managed by that include: remove of
  34. structure redefines and new names for structure names.
  35.  
  36. GENERALLY
  37. ---------
  38. If you need additionally files, use FD2Pragma utility. It can be found in
  39. Aminet under name dev/misc/FD2Pragma.lha.
  40.  
  41. It is able to produce stub libraries, lvo, proto and pragma files and a lot
  42. of other stuff.
  43.  
  44. For C/C++ compilers use following call to get a stub library for tagcalls:
  45.   FD2Pragma xpkmaster_lib.fd SPECIAL 12 CLIB xpkmaster_protos.h
  46. The result is a file xpkmaster.lib which can be used like amiga.lib.
  47.  
  48. Dirk Stöcker <stoecker@amigaworld.com>
  49.  
  50. 27nd December 1997
  51.  
  52.