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