| | | Performing Pre-Build Event...
1 file(s) copied.
Compiling...
tif_zip.c
tif_write.c
tif_warning.c
tif_version.c
tif_unix.c
..\tiff-3.8.2\libtiff\tif_unix.c(58) : warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\io.h(317) : see declaration of 'read'
..\tiff-3.8.2\libtiff\tif_unix.c(64) : warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\io.h(322) : see declaration of 'write'
..\tiff-3.8.2\libtiff\tif_unix.c(70) : warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\io.h(314) : see declaration of 'lseek'
..\tiff-3.8.2\libtiff\tif_unix.c(76) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
..\tiff-3.8.2\libtiff\tif_unix.c(171) : warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\io.h(316) : see declaration of 'open'
..\tiff-3.8.2\libtiff\tif_unix.c(180) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
..\tiff-3.8.2\libtiff\tif_unix.c(207) : warning C4996: '_wopen': This function or variable may be unsafe. Consider using _wsopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\io.h(276) : see declaration of '_wopen'
..\tiff-3.8.2\libtiff\tif_unix.c(233) : warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\io.h(306) : see declaration of 'close'
tif_tile.c
..\tiff-3.8.2\libtiff\tif_tile.c(41) : warning C4267: 'initializing' : conversion from 'size_t' to 'uint32', possible loss of data
..\tiff-3.8.2\libtiff\tif_tile.c(54) : warning C4267: 'initializing' : conversion from 'size_t' to 'uint32', possible loss of data
tif_thunder.c
tif_swab.c
tif_strip.c
..\tiff-3.8.2\libtiff\tif_strip.c(41) : warning C4267: 'initializing' : conversion from 'size_t' to 'uint32', possible loss of data
..\tiff-3.8.2\libtiff\tif_strip.c(54) : warning C4267: 'initializing' : conversion from 'size_t' to 'uint32', possible loss of data
tif_read.c
tif_print.c
tif_predict.c
tif_pixarlog.c
..\tiff-3.8.2\libtiff\tif_pixarlog.c(637) : warning C4267: 'initializing' : conversion from 'size_t' to 'uint32', possible loss of data
tif_packbits.c
..\tiff-3.8.2\libtiff\tif_packbits.c(101) : warning C4244: '=' : conversion from '__int64' to 'long', possible loss of data
..\tiff-3.8.2\libtiff\tif_packbits.c(102) : warning C4244: '+=' : conversion from '__int64' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_packbits.c(110) : warning C4244: '+=' : conversion from '__int64' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_packbits.c(186) : warning C4244: '+=' : conversion from '__int64' to 'tsize_t', possible loss of data
tif_open.c
..\tiff-3.8.2\libtiff\tif_open.c(161) : warning C4267: 'function' : conversion from 'size_t' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_open.c(168) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
tif_ojpeg.c
tif_next.c
tif_lzw.c
tif_luv.c
..\tiff-3.8.2\libtiff\tif_luv.c(1167) : warning C4267: 'initializing' : conversion from 'size_t' to 'uint32', possible loss of data
tif_jpeg.c
..\tiff-3.8.2\libtiff\tif_jpeg.c(480) : warning C4267: '-=' : conversion from 'size_t' to 'uint32', possible loss of data
Compiling...
tif_getimage.c
..\tiff-3.8.2\libtiff\tif_getimage.c(80) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(89) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(102) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(118) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(130) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(137) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(148) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(154) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(162) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(170) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(175) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(183) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(249) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(298) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(306) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(316) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(335) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(342) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(364) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(373) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(378) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(386) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(396) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(401) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(412) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(428) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
..\tiff-3.8.2\libtiff\tif_getimage.c(434) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
tif_flush.c
tif_fax3sm.c
tif_fax3.c
..\tiff-3.8.2\libtiff\tif_fax3.c(257) : warning C4244: '-=' : conversion from '__int64' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_fax3.c(260) : warning C4244: '-=' : conversion from '__int64' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_fax3.c(311) : warning C4244: '-=' : conversion from '__int64' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_fax3.c(314) : warning C4244: '-=' : conversion from '__int64' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_fax3.c(1415) : warning C4244: '-=' : conversion from '__int64' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_fax3.c(1418) : warning C4244: '-=' : conversion from '__int64' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_fax3.c(1524) : warning C4244: '-=' : conversion from '__int64' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_fax3.c(1527) : warning C4244: '-=' : conversion from '__int64' to 'tsize_t', possible loss of data
tif_extension.c
..\tiff-3.8.2\libtiff\tif_extension.c(105) : warning C4267: 'function' : conversion from 'size_t' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_extension.c(107) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
tif_error.c
tif_dumpmode.c
tif_dirwrite.c
..\tiff-3.8.2\libtiff\tif_dirwrite.c(176) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
..\tiff-3.8.2\libtiff\tif_dirwrite.c(1011) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
tif_dirread.c
tif_dirinfo.c
..\tiff-3.8.2\libtiff\tif_dirinfo.c(545) : warning C4267: 'function' : conversion from 'size_t' to 'int', possible loss of data
..\tiff-3.8.2\libtiff\tif_dirinfo.c(580) : warning C4267: 'function' : conversion from 'size_t' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_dirinfo.c(727) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
..\tiff-3.8.2\libtiff\tif_dirinfo.c(756) : warning C4133: 'function' : incompatible types - from 'size_t *' to 'unsigned int *'
..\tiff-3.8.2\libtiff\tif_dirinfo.c(758) : warning C4996: '_lfind': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lfind. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\search.h(55) : see declaration of '_lfind'
..\tiff-3.8.2\libtiff\tif_dirinfo.c(761) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
..\tiff-3.8.2\libtiff\tif_dirinfo.c(841) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
tif_dir.c
..\tiff-3.8.2\libtiff\tif_dir.c(49) : warning C4267: 'initializing' : conversion from 'size_t' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_dir.c(109) : warning C4244: 'return' : conversion from '__int64' to 'uint32', possible loss of data
tif_compress.c
..\tiff-3.8.2\libtiff\tif_compress.c(195) : warning C4267: 'function' : conversion from 'size_t' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_compress.c(201) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
tif_color.c
tif_codec.c
tif_close.c
tif_aux.c
..\tiff-3.8.2\libtiff\tif_aux.c(40) : warning C4267: 'initializing' : conversion from 'size_t' to 'tsize_t', possible loss of data
Compiling...
tif_stream.cxx
..\tiff-3.8.2\libtiff\tif_stream.cxx(64) : warning C4244: 'return' : conversion from 'std::streamsize' to 'tsize_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_stream.cxx(72) : warning C4244: 'initializing' : conversion from 'std::streamoff' to 'int', possible loss of data
..\tiff-3.8.2\libtiff\tif_stream.cxx(93) : warning C4244: 'return' : conversion from 'std::streamoff' to 'toff_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_stream.cxx(123) : warning C4244: '=' : conversion from 'std::streamoff' to 'toff_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_stream.cxx(127) : warning C4244: '=' : conversion from 'std::streamoff' to 'toff_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_stream.cxx(134) : warning C4018: '>' : signed/unsigned mismatch
..\tiff-3.8.2\libtiff\tif_stream.cxx(151) : warning C4244: 'return' : conversion from 'std::streamoff' to 'toff_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_stream.cxx(179) : warning C4244: 'initializing' : conversion from 'std::streamoff' to 'toff_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_stream.cxx(183) : warning C4244: '=' : conversion from 'std::streamoff' to 'toff_t', possible loss of data
..\tiff-3.8.2\libtiff\tif_stream.cxx(193) : warning C4244: 'initializing' : conversion from 'std::streamoff' to 'int', possible loss of data
..\tiff-3.8.2\libtiff\tif_stream.cxx(197) : warning C4244: '=' : conversion from 'std::streamoff' to 'int', possible loss of data
..\tiff-3.8.2\libtiff\tif_stream.cxx(241) : warning C4244: '=' : conversion from 'std::streamoff' to 'long', possible loss of data
..\tiff-3.8.2\libtiff\tif_stream.cxx(253) : warning C4244: '=' : conversion from 'std::streamoff' to 'long', possible loss of data
Linking...
Creating library ..\..\..\..\djv\build\lib\tiff.lib and object ..\..\..\..\djv\build\lib\tiff.exp
Generating code
Finished generating code
Embedding manifest...
Performing Custom Build Step
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
1 file(s) copied.
|