FreeImage on C#
问题 I've downloaded the latest compiled version of FreeImage, then build FreeImageNet wrapper. Put FreeImage.dll and FreeImageNet.dll on the same folder as my executable (the sample code). But everytime I run it, it says freeimage.dll is missing. I modified the code on FreeImageWrapper.cs and remove the exception handler public static bool IsAvailable() { /*try {*/ // Call a static fast executing function Version nativeVersion = new Version(GetVersion()); Version wrapperVersion =