Mail Archives: djgpp/1996/07/07/18:53:22
> 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
- Raw text -