CompuServe Thread

#Linking Arp

5 messages in this thread
#41271From: jack yorkJun 1, 1994 12:53 PM
I am trying to link the arp library with one of my older programs. But I keep getting the message "error parsing object module arp.library offset 0" when I try it. I am using the -l option of Dice and have linked other libraries successfully. Does anyone know what I am doing wrong. I know the library is good since it is being used by a few utilities I have running. -Jack
#41274From: Vic WagnerJun 1, 1994 4:48 PM
Jack, One doesn't LINK with the arp library, one does an OpenLibrary() on it.
#41338From: jack yorkJun 4, 1994 9:46 PM
The documentation I have says to link with it so I got hung up on that. Reading in a another section I found where it says OpenLibrary will also work. Thanks for you patient reply. -Jack
#41347From: Vic WagnerJun 5, 1994 9:26 PM
Jack, I don't know what documentation you have that says to 'link' with it. That makes no sense.
#41354From: jack yorkJun 6, 1994 10:16 PM
Arp programmers manual, section 3.1.1.