From: sime AT fly DOT cc DOT fer DOT hr (S. Mikecin) Newsgroups: comp.os.msdos.djgpp Subject: Re: .O and .OBJ files Date: 11 Apr 1997 09:27:14 GMT Organization: FER, Croatia Lines: 16 Distribution: world Message-ID: <5il05i$gj2@bagan.srce.hr> References: <3 DOT 0 DOT 32 DOT 19970409212439 DOT 00690dcc AT postoffice DOT worldnet DOT att DOT net> Reply-To: sime AT fly DOT cc DOT etf DOT hr NNTP-Posting-Host: fly.cc.etf.hr Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Gugler (Bcht AT worldnet DOT att DOT net) wrote: : I would like to know if there is a way to convert .OBJ files from another : compiler to .O files for DJGPP. I have found code to take you DJGPP : program out of protected mode, Would that be of any help? This depends on the format of .OBJ files. Standard is OMF, but some compilers use the same extension for COFF object files, too. So if this is the case there shouldn't be much of a problem, cause .o files are COFF object files. P.S. The only one compiler that I'm sure that makes COFF .OBJs is Microsoft FORTRAN Powerstation 1.0 (DOS), but I'm sure that there's more. -- // E-mail: smikecin AT bigfoot DOT com // URL: http://fly.cc.fer.hr/~sime