home *** CD-ROM | disk | FTP | other *** search
- README for odin.library V1.11, 13-jul-90, Release 1
-
- AUTHOR: Peter Oerbaek.
- COPYRIGHT: Peter Oerbaek 1990, All rights reserved.
-
- Odin.library provides yet another way of interprocess-communication and
- multitasking support for the Amiga. The functions are inspired by Linda,
- an add-on language for C and other languages, which provides a simple
- and powerful support for IPC.
-
- Odin.library is FreeWare. That is, permission is granted to freely
- distribute and copy it, put it on FishDisks and other PD disks.
- No charge larger than US $6.00 must be taken for this piece of sotware.
- You can also legally include it with commercial software, as long as this
- notice is included along with it.
-
- The contents of Release 1:
-
- odin.library The AmigaDos library binary. Put this in your LIBS:
- directory.
-
- odin.doc Documentation and function description.
-
- odin_lib.fd Standard .fd file, to generate eg. AmigaBASIC interface
- Could be used to generate Lattice #pragma's too, I think.
-
- odinglue.asm Gluecode to interface with Aztec-C, and PDC 3.33
- Assembles OK under Aztec 'as' and A68K 2.6
- Assemble with A68K for use with Lattice and Blink
-
- odin.h C header with function prototypes for Aztec and ANSI stuff
-
- odin.i Includefile for Assem/A68K
-
- Makefile For generating the examples with Aztec C 3.40A
-
- PDCMakefile Makefile for odintest.c for PDC 3.33
-
- NB. the examples below expect odin.library to be in RAM:
-
- odintest.c Test of all functions in odin.library
-
- odindemo1.c Simple demo
-
- odindemo2.c Another simple demo
-
-
- Questions, bug reports, comments etc. should be e-mailed to me at the
- address below. Enjoy.
-
- PS. I would like to know if this works correctly on the A3000, so please
- report if you are so lucky to have one.
-
- Internet: poe@daimi.dk
- UUCP: ...!uunet!mcsun!sunic!dkuug!daimi!poe
-
- - Peter.
-