Xref: news2.mv.net comp.os.msdos.djgpp:8043 From: KendallB AT scitechsoft DOT com (Kendall Bennett) Newsgroups: comp.os.msdos.djgpp Subject: Using TASM/MASM with DJGPP - now possible! Date: Thu, 29 Aug 1996 20:22:43 GMT Organization: SciTech Software Lines: 35 Message-ID: <504ub2$q3k@nntp.sierra.net> Reply-To: KendallB AT scitechsoft DOT com NNTP-Posting-Host: 207.135.220.4 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi all, In case some of you missed my posts recently, Eberhard Mattes and I have managed to work out all the bugs related to his EMXAOUT object file converter (actually he fixed the major ones; I just got it to compile with Watcom C++ ;-). This converter will allow you to convert any assembler object modules created with either MASM or TASM to COFF .o files that you can link directly with DJGPP. We have used this tool extensively to fully port all our MGL graphics library code to successfully run under DJGPP. Note also that all the source code is provided (GNU copylefted) and you can built it with GCC under Linux/FreeBSD/Whatever. This does mean you could use TASM/MASM assembler code for Unix development, if that provides a faster path for getting DOS based high performance code to run under the x86 Unix environments. The latest version of the converter (that now supports iterated code and data records thanks to Eberhard) is available on: ftp.scitechsoft.com: /devel/emxaout1.zip Regards, +--------------------------------------------------------------------------+ | SciTech Software - Building Truly Plug'n'Play Software! | +--------------------------------------------------------------------------+ | Kendall Bennett, Software Engineer | Email: KendallB AT scitechsoft DOT com | | SciTech Software USA | Fax : (916) 894 9069 | | 5 Governors Lane, Suite D | ftp : ftp.scitechsoft.com | | Chico, CA 95926, USA | www : http://www.scitechsoft.com | +--------------------------------------------------------------------------+