Xref: utzoo comp.sys.amiga.tech:111 comp.sys.amiga:16669 Path: utzoo!mnetor!uunet!husc6!mit-eddie!bbn!rochester!kodak!ektools!barrett From: barrett@ektools.UUCP (Chris Barrett) Newsgroups: comp.sys.amiga.tech,comp.sys.amiga Subject: Re: ARP v1.1 developer files, and Manx v3.6a Message-ID: <1139@ektools.UUCP> Date: 25 Mar 88 13:02:35 GMT References: <25260@amdahl.uts.amdahl.com> <46655@sun.uucp> <25402@amdahl.uts.amdahl.com> Organization: Eastman Kodak, Dept. 47, Rochester N.Y. Lines: 24 Keywords: what's a FUNCDEF in a .i file? Summary: Official FUNCDEF definition from Manx > : I solved the problem. A quick pass with lb V3.4 shows that ARP was > : built with it. As for FUNCDEF, how does > : > : FUNCDEF MACRO * > : public _LVO\1 > : ENDM > : > : strike you? It works, though it pulls EVERY _LVO into your executable > : when it is used, so [ instead of that ] I just put statements to declare > : _LVOOpenLibrary and _LVOAlert as public in the arpcrt0.s file. I called Manx and got the official definition for FUNCDEF, edit the exec/exec_lib.i file and put the following lines at the top: count SET -30 FUNCDEF MACRO _LVO\1 EQU count count SET count-6 ENDM I hope this helps! Chris > :