I'm trying to compile the FreeImage v3.17.0 library by using Visual Studio 2015 to get the static library file but there are some problems.
The library package comes as follow:
I used the FreeImage.2013
file to compile the library, and after the compilation is done I found this result Build: 16 succeeded, 4 failed, 0 up-to-date, 0 skipped
.
the FreeImage library itself did not compile but the other third-party libraries have been compiled, but there's an error appear: Error C1189 #error: Macro definition of snprintf conflicts with Standard Library function declaration ..\include\10.0.10240.0\ucrt\stdio.h
How to resolve that problem?