Can someone please guide me on how to convert a .lib static library into a .dll file using MinGW on Windows.
Thanks.
Can someone please guide me on how to convert a .lib static library into a .dll file using MinGW on Windows.
Thanks.
Very simple. Rebuild the library as a static dynamic library.
If you don't have the source code, contact the vendor for a static dynamic version of the library.