CompuServe Messages

#Linking problems

    25-Mar-95 20:08:46
Fm: Peter Wade 100265,2740
To: James Du Bois 72237,32
James, It sounds as if you might have a version of amiga.lib that does not have the stubs for utility.library and timer.device (GetSysTime is actually a library style call for timer.device). I think utility.library is ROM based, I don't have a utility.library file in libs: but I do have the library and I am using 3.1. To check that you have the utility.library try the CLI command: version utility.library I don't know much about 5.10 of the compiler but with version 6.5 and above you can get the compiler to generate inline code to call the library functions by including <pragmas/utility_pragmas.h> and <pragmas/timer_pragmas.h>. Peter Wade Autopiloting from London, England