Visual Studio 2015 / CPT 14 supports C99 functions including snprintf. This means all the projects that do #define snprintf _snprintf will now throw errors.
The fix for this is to do:
1 2 3 | |
This needs to be done in 4 places:
./LibRawLite/dcraw/dcraw.c
./LibRawLite/internal/defines.h
./LibTIFF4/tif_config.h
./LibTIFF4/tif_config.vc.h
Anonymous
Hi,
Thanks for the patch, it is now merged with the CVS.
Hervé
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
Hi!
LibTIFF4/tif_config.h still has this problem. (VS "15" Preview 5, FreeImage 3.17.0).
Have a nice day!
Fixed in release 3.18.0