Hello, the easy solution would be to place the DLLs into the same directory as the .exe file. Windows looks there first: https://docs.microsoft.com/en-us/cpp/build/search-path-used-by-windows-to-locate-a-dll We did that with GTK, and it worked perfectly. HTH, Matthias