Wine pthread_detach problem

2005-02-03 Thread Sergey Efimoff
Hi All, While doing experiments with winegcc/wineg++ I have compiled my application which uses complex multi-threaded library. Wine made shell wrapper script for me and the application itself with the extension .exe.so. I tried to run this application: FIXME:pthread_detach FIXME:pthread_detach B

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

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