Mail Archives: djgpp/1996/05/13/13:22:34
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
- Raw text -