Search found 1 match

by raxatow
Tue Oct 18, 2022 9:54 pm
Forum: Linux
Topic: Can I call ".so" lib using Winelib on a native Windows Program?
Replies: 1
Views: 4208

Can I call ".so" lib using Winelib on a native Windows Program?

I have a very very old linux library, and I can't get the code to recompile that library on Windows. So, I'm looking for a method to load this library on a Windows Program. I found the section "5 Building Winelib DLLs". Is this applicable just for applications running on Wine, or can I use...