I know this question has been asked many times, but I cannot find enough information to solve the problem.
I have a windows dll and header files. I want to make a library that I can link to and use on linux. What are the steps required to do this?
I have used winedump to generate a .spec file and winebuild to generate an assembly file. What comes next?
Thanks