I have the following situation, there is an application on .net core linux that needs to use a .dll library that has no sources. I have read a lot of information about wine and winelib, but I don't understand if it is possible to do what I need because of my low c/c++ knowledge. Can anyone provide detailed instructions on how to create a .so library that loads a dll via winelib, if such a thing is possible.
The .dll library includes .h files, .lib files, and full api documentation.
I also know that the .dll uses winapi under the hood.