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