X-Spam-Check-By: sourceware.org
Date: Thu, 11 Jan 2007 09:41:09 -0500 (EST)
From: Igor Peshansky <pechtcha@cs.nyu.edu>
Reply-To: cygwin@cygwin.com
To: Eric Lilja <mindcooler@gmail.com>
cc: cygwin@cygwin.com
Subject: Re: Link windows DLL with Cygwin application?? Urgent!!
In-Reply-To: <eo56v9$d95$1@sea.gmane.org>
Message-ID: <Pine.GSO.4.63.0701110939550.6616@access1.cims.nyu.edu>
References: <loom.20070110T074522-162@post.gmane.org> <eo56v9$d95$1@sea.gmane.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Thu, 11 Jan 2007, Eric Lilja wrote:

> RJ wrote:
> > Hi,
> >
> > I am quite new to Cygwin. I am trying to compile my linux application
> > under Cygwin running on Win XP. I need to link my application to a
> > third party DLL. I don't have the source codes for the DLL. How do i
> > do it?
>
> LoadLibrary()/GetProcAddress() doesn't work?

LoadLibrary is needed only for really dynamic linking.  For .so-style
linking, just put the DLL on the command line, like a library (e.g.,

gcc main.o somelib.dll

).
HTH,
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Freedom is just another word for "nothing left to lose"...  -- Janis Joplin

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

