From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: Turbo C/C++ and DJGPP Date: Sat, 22 Mar 1997 23:12:30 GMT Organization: Oxford University Lines: 20 Message-ID: <333466e6.1133663@news.easynet.co.uk> References: <01bc356a$12782340$LocalHost AT anthonyb> NNTP-Posting-Host: foot.easynet.co.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On 20 Mar 1997 20:02:33 GMT, "Anthony Q. Bachler" wrote: >Is it possible to interface OBJ files from Turbo C with DJGPP? There are >some routines that I would like to compile under Turbo and then port to >DJGPP. If you have the source, it is much simpler to compile it in DJGPP straight away (making appropriate changes). There is a utility called o2c which converts .obj files into coff format, but it only works on flat model protected mode code I think, which Turbo C can't produce AFAIK. >Also, how do i use inline assembly code in DJGPP? Look at http://www.rt66.com/~brennan/djgpp, and follow the link to Brennan's guide to inline assembly. -- George Foot