On Sat, Sep 11, 2004 at 04:13:30AM +0600, Nikolay A. Liber wrote:
> Hello
>
> I am using winelib with Mono hack to load windows DLL into python
> module. There is a dummy function wine_pthread_init_thread in
> libwine.so. wine_pthread_init_thread implemented in winelib.so.exe from
> mono shared
Hello
I am using winelib with Mono hack to load windows DLL into python
module. There is a dummy function wine_pthread_init_thread in
libwine.so. wine_pthread_init_thread implemented in winelib.so.exe from
mono shared winelib. I link module.
gcc -shared mymodule.so module_code.o -lwine ./wineli