This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Dynamically linked libraries
- From: Christopher Faylor <cgf at gnu dot org>
- To: Matthew Vanderschaaf <vhsvdschaaf at yahoo dot com>,gcc-help at gcc dot gnu dot org
- Date: Mon, 23 May 2005 00:15:59 -0400
- Subject: Re: Dynamically linked libraries
- References: <20050523024508.48394.qmail@web60723.mail.yahoo.com>
On Sun, May 22, 2005 at 07:45:08PM -0700, Matthew Vanderschaaf wrote:
>I'm in Windows trying to use a DLL with a program. I don't have an
>import library, and I can't find any information on how to use it
>without one. Any information that you may provide on this will help.
Just include the full path to the DLL on the link command line.
cgf