From: Sengan DOT Short AT durham DOT ac DOT uk Message-Id: <5458.9607072247@ws-ai5.dur.ac.uk> Subject: Re: Linking ASM files To: entropys AT netcom DOT com Date: Sun, 7 Jul 1996 23:47:49 +0100 (BST) Cc: djgpp AT delorie DOT com In-Reply-To: <31dff304.6103069@10.0.2.1X119> from "entropys@netcom.com" at Jul 7, 96 05:27:39 pm Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit > I have several C callable ASM routines together in an ASM file. These > ASM routines were designed to be C callable under borland/microsoft C. > What do I need to do to be able to link these files into a djgpp c > program? Unless they are 32bit, you'll need to rewrite them. If they are, and you have masm, try outputting the assembled code in coff format, and then linking the resulting object files. This is method is as yet untested, so if it works, could you please post a message back to the group, so that Eli can say whether it works in the FAQ. Sengan