Xref: news2.mv.net comp.os.msdos.djgpp:3791 Newsgroups: comp.os.msdos.djgpp From: rjvdboon AT cs DOT vu DOT nl (Boon van der RJ) Subject: Re: DJGPP & TASM Nntp-Posting-Host: sloep66.cs.vu.nl References: <4n4l4s$egm AT everest DOT vol DOT it> Sender: news AT cs DOT vu DOT nl Organization: Fac. Wiskunde & Informatica, VU, Amsterdam Date: Mon, 13 May 1996 13:45:06 GMT Message-ID: Lines: 24 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Massimo Chieruzzi (mchieru AT mbox DOT vol DOT it) wrote: >Hello all ! >I'm new in the world of C and djgpp ... i'd like to know if it's >possible to use in my code external procedure compiled with Tasm, who There is a possibility to 'use' tasm .obj files in djgpp, BUT they have to be compiled with the large memory-model, and you have to convert them to COFF format, with a obj to coff-converter. (to be found at the oulu-archive in : /pub/msdos/programming/djgpp2 as: o2cv??.zip) current version: ??=10 Also, there is no guarantee this will work. >can I pass to the procedure the parameters and finally how to do a >Library ... I know these are lot's of question and maybe stupid for >you but please help me :-)) Well, it is also in the FAQ, to be found at the same place you found djgpp. >Thanx ! >MaD MaX of Cyber Shock -=[mchieru AT mbox DOT vol DOT it]=- hth, Robert