Date: Thu, 11 Apr 1996 11:19:56 +0200 (IST) From: Eli Zaretskii To: Greger Palm <101701 DOT 2611 AT compuserve DOT com> Cc: Anyone Subject: Re: Varmitīs audio tools In-Reply-To: <199604100427_MC1-2D7-13FB@compuserve.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: QUOTED-PRINTABLE On Wed, 10 Apr 1996, Greger Palm wrote: > Have anyone used Varmit=B4s audio tools in a Djgpp program. I have conver= ted > the .lib file to an archive, but then I link it to my code I get Undefine= d > references to all functions in Varmit=B4s audio tools and functions in do= s.h > and conio.h (e.g inpb_, outpb_, dos_set_vect...).=20 How did you do the conversion? To be sure that DJGPP can understand the=20 .a file you created, run the `nm' program on it and see if it prints the=20 names of functions that you seem to miss.