Re: Using winelib in python module

2004-09-07 Thread Mike Hearn
Nikolay A. Liber wrote: Have anybody tried to use winelib in python modules? I need to make python bindings to some propritary DLL that available as a binary only. I made shared library that simply dynamicaly loads that DLL using winelib mono hack. It works perfectly when I link it with simple

Using winelib in python module

2004-09-06 Thread Nikolay A. Liber
Hi All Have anybody tried to use winelib in python modules? I need to make python bindings to some propritary DLL that available as a binary only. I made shared library that simply dynamicaly loads that DLL using winelib mono hack. It works perfectly when I link it with simple C test program b