Message-ID: <38F36644.8FBD661E@usp.br> Date: Tue, 11 Apr 2000 14:52:05 -0300 From: Marcos Ribeiro Pereira Barretto Organization: USP X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: int86 source code for Borland C/TASM Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Dear all This is NOT directly related to DJGPP but ... perhaps someone can help me. I have this OLD hardware with all software written in Borland Pascal for DOS. Now I'm trying to replace the old serial comm (data transfer from data acquisition hardware to PC) by a TCP-IP connection, using sockets. I need to link my software to the socket library which is written in C. But it calls int86/int86x! Extracting from libc.lib doesn't work because it's linked using C convention (instead of Pascal convention). I tried to compile DJGPP source code for int86/int86x but I'm getting 101 errors! Could anyone tell me whre I can find int86/int86x source code which compiles with any of the Borland' C? Thank you VERY much! Marcos.