Can't load FreeImage.dll with Windows

WhatMeWorry kheaser at gmail.com
Fri Mar 3 21:55:43 UTC 2023


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.


More information about the Digitalmars-d-learn mailing list