#Linking problems
22-Mar-95 18:42:21
Sb: #46232-#Linking problems
Fm: Peter Wade 100265,2740
To: James Du Bois 72237,32
First observation, the xxx.library files in libs: are shared libraries that are
opened by a program at runtime. The linker does not look at them. Also, the
include files just tell the compiler how to call a function. You have to
include the library file in your link command to make the functions available.
The functions you need are contained in amiga.lib.
If you are running the linker from the command line you must include "library
lib:lc.lib,lib:amiga.lib" on the command line or in your "with" file. I think
that if you use the link option on the compiler it will automatically link with
amiga.lib.
Peter Wade
Autopiloting from London, England