From: "Robert ARSENIUK" To: Subject: Re: DLL question Date: Wed, 17 Feb 1999 14:48:30 +0100 Message-ID: <01be5a7c$33f6cf10$0113010a@robi1.jmpolska.com> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 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. You must link your program with import library which tell your code, where to look for exported functions.