How to compile a dll that uses linux libraries?
How to compile a dll that uses linux libraries?
At the moment I have a Wine (client) and a Linux (server) application that communicate via TCP. I would like to create a dll that I can use to extend the Wine application so the application can communicate via Unix domain socket. Can someone point me to a good tutorial or a good documentation, that I should read? I'm totally new to compiling application or libraries that uses Linux features inside of Wine.