View Single Post
Old 29 October 2021, 11:02   #8
kamelito
Zone Friend
 
kamelito's Avatar
 
Join Date: May 2006
Location: France
Posts: 1,801
Quote:
Originally Posted by phx View Post
Looks like this is a linker library in Aztec-C "lb" format. Only the Aztec linker might be able to use it.
(Is there a description of that format somewhere?)

This is one solution. Although there may be Aztec-C specific hacks in the source. And the C source is really old, from before even ANSI-C90 existed. So you can expect lots of errors and warnings with modern compilers.

Unfortunately the author didn't provide an FD file for his shared library. Otherwise the normal procedure to use third party libraries would be to simply regenerate the linker library, proto- and inline headers for it with fd2pragma.

You could also try to create an FD file yourself from the information provided in interface.asm.
There’s a site about all Aztec C versions including informations at http://www.aztecmuseum.ca/
kamelito is offline  
 
Page generated in 0.04267 seconds with 11 queries