[comp.sys.amiga] ARexx MinRexx under Lattice C

new@udel.edu (Darren New) (01/18/90)

I've just gotten MinRexx working under Lattice C (at least to where
sample.fd and version.fd work with FreeDraw).  Can I believe my eyes?
There are two entries in the Rexx system library base include file
structure with the same name! Specifically, RXSLIB.H line 67 needs to
have rl_NumMsg changed to rl_NumPgm (I assume) because rl_NumMsg
already appears two lines earlier in the structure.  I knew 
Manx does not do much lint-like checking, but really!

Anyway, for the Lattice assembler, you also have to put
	CSECT text,code
before the first include in RexxGlue.asm (and rename to RexxGlue.a).

As for the changes to MinRexx.h and MinRexx.c, since these files are
explicitly PD, I can send them to whomever asks or make them 
available for anon-FTP on louie.udel.edu.  Let me know
if you want them.  My next projects include a couple of support
hosts for my BBS: a serial device handler and a file-header-buffer
manager.  Let me know if you already know of something along
either of these lines.   -- Darren