CompuServe Messages

#Linking problems

    23-Mar-95 19:36:12
Fm: Doug Walker 71165,2274
To: Jim Butterfield 73624,14
Also, you could just use the #pragmas for these functions instead of relying on amiga.lib. To do this, make sure you #include <proto/whatever.h> where the "whatever" is the correct include file for the shared library. You probably already have an include for the <clib/whatever_protos.h>, or at least you should; since <proto/whatever.h> includes this file, you can replace it with <proto/whatever.h>. –Doug