Path: utzoo!utgpu!water!watmath!clyde!bellcore!rutgers!njin!princeton!udel!rochester!kodak!ektools!barrett From: barrett@ektools.UUCP (Chris Barrett) Newsgroups: comp.sys.amiga.tech Subject: Re: ARP 1.1 Summary: Yes, I wasn't easy! Message-ID: <1274@ektools.UUCP> Date: 14 Jun 88 12:12:23 GMT References: <175@snll-arpagw.UUCP> Organization: Eastman Kodak, Dept. 47, Rochester N.Y. Lines: 25 In article <175@snll-arpagw.UUCP>, paolucci@snll-arpagw.UUCP (Sam Paolucci) writes: > Has anybody been able to rebuild the ARP 1.1 library so that it will > work with Manx 3.6a. If so I would like to know how? > I was up on PeopleLink last week and there was an ARP 1.1 update file that contained the Manx 3.6 librarys and source code. If you don't have access to PLINK, see if you can get a friend to download it for you. I posted a fix for the FUNCDEF macro a while ago that needed to go into one of the assembly include files (can't remember which one but when you assemble the source you'll find out fast!). The definition is as follows: count SET -30 FUNCDEF MACRO _LV0\1 EQU count count SET count-6 ENDM Put this at the top of the file that gives you trouble. Hope this helped. Chris. ...rochester!kodak!ektools!barrett