Re: DLL Load Question: Please Help!

2005-02-02 Thread Mike Hearn
On Tue, 01 Feb 2005 22:53:39 +0300, Sergey Efimoff wrote: > Unfortunately, I cannot use Wine as a main process (did you mean the > stuff which is now made by preloader?). My project is a complex > multi-threaded application, and the DLL mentioned above is to be only the > small part of it. Why

Re: DLL Load Question: Please Help!

2005-02-01 Thread Bill Medland
On February 1, 2005 11:53 am, Sergey Efimoff wrote: > On Feb 1, 2005, at 9:04 PM, Bill Medland wrote: > >> I have windows binary-only, third-party .DLL library without any > >> source > >> files. > >> I would like to use it in my unix-based project, which is compiled > >> with > >> usual GNU C comp

Re: DLL Load Question: Please Help!

2005-02-01 Thread Sergey Efimoff
On Feb 1, 2005, at 9:04 PM, Bill Medland wrote: I have windows binary-only, third-party .DLL library without any source files. I would like to use it in my unix-based project, which is compiled with usual GNU C compiler. Wine documentation says Wine is able to load external .DLLs, but does not ex

Re: DLL Load Question: Please Help!

2005-02-01 Thread Bill Medland
On February 1, 2005 08:46 am, Sergey Efimoff wrote: > Hi, > > I have windows binary-only, third-party .DLL library without any source > files. > I would like to use it in my unix-based project, which is compiled with > usual GNU C compiler. Wine documentation says Wine is able to load > external .D

DLL Load Question: Please Help!

2005-02-01 Thread Sergey Efimoff
Hi, I have windows binary-only, third-party .DLL library without any source files. I would like to use it in my unix-based project, which is compiled with usual GNU C compiler. Wine documentation says Wine is able to load external .DLLs, but does not explain how to implement such ability in userl