From: "bowman" Newsgroups: comp.os.msdos.djgpp References: <372F7F1B DOT 3F0F12C0 AT cs DOT tu-berlin DOT de> Subject: Re: Assembly in Libraries Lines: 13 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Tue, 4 May 1999 19:01:45 -0600 NNTP-Posting-Host: 208.4.224.19 X-Trace: newsfeed.slurp.net 925866159 208.4.224.19 (Tue, 04 May 1999 20:02:39 CDT) NNTP-Posting-Date: Tue, 04 May 1999 20:02:39 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Matthias Skobowsky wrote in message news:372F7F1B DOT 3F0F12C0 AT cs DOT tu-berlin DOT de... > Hi, > I got a nice library and a nice program, but the library is written > using Borlands Inline Assembly. My first suggestion would be to review the pc specific extensions in libc. There is a whole family of Screen* functions and other lowlevel functions that may solve your problem.