Mail Archives: djgpp/1996/07/22/22:54:18
Reply to message 2908640 from ERICONG AT PACIF on 07/22/96 4:23AM
>I can't use my coff obj file generated MASM 6.11 in Djgpp. Is there any
>difference in both
>coff in MASM and djgpp ?
There is a substantial difference. First, your MASM must be generating
32-bit, flat address model code to even have a chance to work with
DJGPP. Then I believe you have to use a conversion program to
fix the formatting. COFF is not a universal standard; each compiler
does things anywhere from slightly to totally differently. Look in the
FAQ (faq201b.zip) for some hints.
John
- Raw text -