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
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
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