Wrap dll files

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Pischenko Dmitry
Newbie
Newbie
Posts: 1
Joined: Tue Jun 26, 2012 3:19 am

Wrap dll files

Post by Pischenko Dmitry »

How I can wrap windows C library to .so?

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
and I had crash on LoadLibrary

PS. windows executable, which uses this library, works fine under wine. But I need use this dll in elf-executable
Locked