Date: Wed, 17 Feb 1999 13:14:47 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Noelia Soleres cc: djgpp AT delorie DOT com Subject: Re: DLL question In-Reply-To: <36CA866B.8BE3900C@informix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 17 Feb 1999, Noelia Soleres wrote: > I've found that these functions are in DLL`s, but I don't know how to > link a dll. If all the functions are in DLLs, and those DLLs are on your PATH, then the program should have found them at run time. You need not (and I think should not) link those DLLs into your program. However, it might be that some of the DLLs are not on the PATH, or maybe you missed some of the functions that ld is complaining about. And please don't post in HTML, it makes it very hard to read with many mailers.