Mail Archives: djgpp/1999/02/17/06:18:05
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.
- Raw text -