winegcc library creation/import broken

Peter Dons Tychsen donpedro.list at gmail.com
Sat Mar 20 04:11:30 CDT 2021


Hi again

> I even copy the DLL to a specific location before linking it with the app,
> and the same location is used for LoadLibrary().

Ah, found a bug in the makefile that referenced lib/lib.dll.so instead
of ./lib.dll.so.
(probably what you already found).

This makes it work again! Thanks!

Do you have any idea if/when this will be fixed in later versions so
we do not need the LoadLibrary() workaround?

Thanks,

/pedro



More information about the wine-devel mailing list