Communication between native MacOS X application and WINE
Communication between native MacOS X application and WINE
Is communication between native MacOS X application and WINE possible?
Communication between native MacOS X application and WINE
On Fri, Apr 3, 2009 at 11:37 AM, nrdjcb <[email protected]> wrote:
with native apps on other Unixes, then yes.
--
-Austin
What exactly do you mean? If you mean in the way Wine can interactIs communication between native MacOS X application and WINE possible?
with native apps on other Unixes, then yes.
--
-Austin
-
- Level 5
- Posts: 336
- Joined: Mon Nov 24, 2008 8:10 am
Communication between native MacOS X application and WINE
On Fri, Apr 3, 2009 at 1:45 PM, nrdjcb <[email protected]> wrote:
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
Not directly.I have an SDK (windows dll's) that I want to use/call from MacOS application. Is it possible?
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