CompuServe Thread

#What's the latest Ver?

2 messages in this thread
#21481From: Kevin NorthoverFeb 11, 1991 10:31 PM
I've always thought that by constructing an amiga library and using the INLINE feature of M2Sprint it should be relatively easy to interface to other languages. You do need to know the offsets for the library jump table but if you build the library yourself that's no problem. So no assembler is needed. Am I wrong?
#21529From: Avant-Garde SoftwareFeb 14, 1991 8:37 AM
Kevin: You are correct INLINE can be used to interface to a library. The problem is if you want to link directly a "C" object module you need object code compatibility, this is not possible at this time. >> Leon Frenkel <<