Compile library with Visual Studio is not always easy if those have not been designed for Windows. This page describe some hacks to compile a few libraries.
Homepage : http://libexif.sourceforge.net/
Version used : 0.6.1
Steps :
unsigned short *utf16 = exif_mem_alloc (e→priv→mem, e→size+sizeof(unsigned short));
) and move to the beginning of the scope the declaration of utf16 variable (line 833Â : unsigned short *utf16;
)GETTEXT_PACKAGE=“libexif-12”;LOCALEDIR=
It should compile and link well now.