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/ |\ _,,,---,,_ [EMAIL PROTECTED] | [EMAIL PROTECTED] 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/