CompuServe Messages

Linking Gadtools.library

    07-Oct-92 11:06:30
Fm: Jim Nangano/SYSOP 76703,4254
To: Michael Figg 73777,360
Michael, 'gadtools.library' is indeed in ROM (for systems with 2.04 and above). It is not a "link-time" library, so BLink doesn't need to find it. Like most of the Amiga operating system libraries, it's a "run-time" library. Your program gains access to it by using the OpenLibrary() call to get the pointer to the library base, and then the library's functions are available relative to that base. Are you sure you are using the needed #include files in your C program? – BobR (Motorola Inside!)