home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 418.lha / OdinLibrary_v1.11 / README < prev    next >
Text File  |  1990-09-01  |  2KB  |  58 lines

  1. README for odin.library V1.11, 13-jul-90, Release 1
  2.  
  3. AUTHOR: Peter Oerbaek.
  4. COPYRIGHT: Peter Oerbaek 1990, All rights reserved.
  5.  
  6.    Odin.library provides yet another way of interprocess-communication and
  7. multitasking support for the Amiga. The functions are inspired by Linda,
  8. an add-on language for C and other languages, which provides a simple
  9. and powerful support for IPC.
  10.  
  11.    Odin.library is FreeWare. That is, permission is granted to freely
  12. distribute and copy it, put it on FishDisks and other PD disks.
  13. No charge larger than US $6.00 must be taken for this piece of sotware.
  14. You can also legally include it with commercial software, as long as this 
  15. notice is included along with it.
  16.  
  17. The contents of Release 1:
  18.  
  19. odin.library   The AmigaDos library binary. Put this in your LIBS:
  20.                directory.
  21.  
  22. odin.doc       Documentation and function description.
  23.  
  24. odin_lib.fd    Standard .fd file, to generate eg. AmigaBASIC interface
  25.                Could be used to generate Lattice #pragma's too, I think.
  26.  
  27. odinglue.asm   Gluecode to interface with Aztec-C, and PDC 3.33
  28.                Assembles OK under Aztec 'as' and A68K 2.6
  29.                Assemble with A68K for use with Lattice and Blink
  30.  
  31. odin.h         C header with function prototypes for Aztec and ANSI stuff
  32.  
  33. odin.i         Includefile for Assem/A68K
  34.  
  35. Makefile       For generating the examples with Aztec C 3.40A
  36.  
  37. PDCMakefile    Makefile for odintest.c for PDC 3.33
  38.  
  39. NB. the examples below expect odin.library to be in RAM:
  40.  
  41. odintest.c     Test of all functions in odin.library
  42.  
  43. odindemo1.c    Simple demo
  44.  
  45. odindemo2.c    Another simple demo
  46.  
  47.  
  48.    Questions, bug reports, comments etc. should be e-mailed to me at the 
  49. address below. Enjoy.
  50.  
  51. PS. I would like to know if this works correctly on the A3000, so please
  52.     report if you are so lucky to have one.
  53.  
  54. Internet: poe@daimi.dk
  55. UUCP:     ...!uunet!mcsun!sunic!dkuug!daimi!poe
  56.  
  57.   - Peter.
  58.