#compiling arp programs
06-May-88 00:59:10
Sb: #122437-#compiling arp programs
Fm: Scott Ballantyne 70066,603
To: BILL B 72515,1445
You need to do a link line like ln file.o arp.o c.lib m.lib etc., of course,
you may not need m.lib, it is there only for illustration. If you are
opening arp in your own programs, with OpenLibrary(), then you need to do ln
file.o a.o c.lib m.lib etc.
Note that you need both the arp interface and your compiler libraries, (or
you will for most applications). Good luck,
sdb