On Friday, 3 March 2023 at 19:44:17 UTC, ryuukk_ wrote:
What happens if you put the dll next to your executable, does it find it?
Good idea. I copied the dll into same directory as the executable and changed loadFreeImage to
immutable FISupport fiLib = loadFreeImage(); And I get the same noLibrary result.