[comp.sys.amiga.programmer] Help in programming with ARP

Mike.Wilkins@p3.f55.n282.z1.mmug.edgar.mn.org (Mike Wilkins) (02/11/91)

I've got the ARP Programmers Manual, and am having trouble using the
ARP.library.  I use ...

        test1 = OpenLibrary("arp.library", 0);
        if ( test1 == NULL )
        {
                printf("Arp library missing.\n");
                exit(100);
        }

... to open the library. But then when I try to use a ARP function the
compile fails in BLINK with error 'Undefined Symbol _FindCLI'.
Can someone help me?  What else do I need to be able to call the
ARP functions?  I've got Lattice SAS/C, so I would like to be able to
setup SASCOPTIONS.  Thanks.


--  
Mike Wilkins - via The Minnesota Macintosh Users Group UUCP-Fido Gateway
UUCP: ...uunet!tcnet!kksys!edgar!mmug!55.3!Mike.Wilkins
INET: Mike.Wilkins@p3.f55.n282.z1.mmug.edgar.mn.org