I only have dll file and documentation (for windows version of my program I wrote .h file myself)
I were try to do that:
- create function with LoadLibrary("somelib.dll") calling
create .spec with winedump
create Makefile with winemaker
make
PS. windows executable, which uses this library, works fine under wine. But I need use this dll in elf-executable