Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!overload!dillon From: dillon@overload.Berkeley.CA.US (Matthew Dillon) Newsgroups: comp.sys.amiga.programmer Subject: Re: ARP and DICE - How to link?? Message-ID: Date: 3 Mar 91 18:28:47 GMT References: <1991Feb25.121623.16551@uni-paderborn.de> Organization: Not an Organization Lines: 30 In article estdwha@warwick.ac.uk (CrisP) writes: > >With Dice2.06 there is a little program call fdtolib that can create the such >a .lib file from the .fd file. I have already created myself a amigs.lib from >.fd files. And am working an arp.lib. But I have forseen a problem with the >PrintF() and simular functions. In the Arp library you pass the mutiple >undefined parameters as a pointer to an array. It would be nice to pass them >as seperate parameters. I know that fdtolib creates the glue code needed from >the .fd file. I know that it then uses das to assemble it. But what I can't >work out is what it does from there. > >~ CrisP. >-- >-------------------------------------------------------------------- >crisp@uk.ac.warwick.cs | I didn't do it. Nobody saw me do it. >estdwha@uk.ac.warwick.cu | You can't prove anything. - Bart Simpson. >-------------------------------------------------------------------- It simply JOINs the object modules together to make the library, that's all you need to do. It also generates a special assembly file during scanning that exports all the LVOs, assembles and join's that as well. -Matt -- Matthew Dillon dillon@Overload.Berkeley.CA.US 891 Regal Rd. uunet.uu.net!overload!dillon Berkeley, Ca. 94708 USA