On Fri, Apr 3, 2009 at 1:45 PM, nrdjcb <wineforum-user@xxxxxxxxxx> 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