I have windows dynamic linked library which I want to access from Linux environment. I don't have the source code of that library, so I cannot build .so file.
Is there a way by using Winelib
or any other library or tool for converting library file to .so file, so that I can call functions defined in that library?