pvbrowser wrote: > Now you want to develop a Linux application that uses both libraries. You'll need an extra winelib app that runs inside Wine and talks to your Windows library. Then your Linux app can talk to it via some IPC. Of course you can compile your entire Linux app as winelib, but then it can only be run inside Wine.