[Wine] Communication between native MacOS X application and WINE

Vincent Povirk madewokherd+8cd9 at gmail.com
Fri Apr 3 14:38:31 CDT 2009


On Fri, Apr 3, 2009 at 1:45 PM, nrdjcb <wineforum-user at winehq.org> wrote:
> I have an SDK (windows dll's) that I want to use/call from MacOS application. Is it possible?
Not directly.

You can create a winelib app. Winelib apps can use both native
libraries and windows DLL's. However, winelib demands the use of a
special compiler (winegcc), and this probably won't be reasonable for
your main application.

I suggest writing a winelib program to act as a bridge between your
application and the Windows DLL's.

Vincent Povirk



More information about the wine-users mailing list