Build Log
  

Build started: Project: Swf, Configuration: Release|Win32

Command Lines
  
Creating temporary file "d:\xemico\SwfReader\Swf\Release\RSP00000B7602112.rsp" with contents
[
/O2 /GL /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MT /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Wp64 /Zi /TP .\SwfData.cpp

.\SwfStream.cpp
]
Creating command line "cl.exe @d:\xemico\SwfReader\Swf\Release\RSP00000B7602112.rsp /nologo /errorReport:prompt"
Creating temporary file "d:\xemico\SwfReader\Swf\Release\RSP00000C7602112.rsp" with contents
[
/O2 /GL /D "WIN32" /D "NDEBUG" /D "_LIB" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MT /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Wp64 /Zi /TC .\zlib\zutil.c

.\zlib\uncompr.c

.\zlib\trees.c

.\zlib\inftrees.c

.\zlib\inflate.c

.\zlib\inffast.c

.\zlib\infback.c

.\zlib\gzio.c

.\zlib\deflate.c

.\zlib\crc32.c

.\zlib\compress.c

.\zlib\adler32.c
]
Creating command line "cl.exe @d:\xemico\SwfReader\Swf\Release\RSP00000C7602112.rsp /nologo /errorReport:prompt"
Creating temporary file "d:\xemico\SwfReader\Swf\Release\RSP00000D7602112.rsp" with contents
[
/OUT:"D:\xemico\SwfReader\Release\Swf.lib" /LTCG

.\Release\SwfData.obj

.\Release\SwfStream.obj

.\Release\adler32.obj

.\Release\compress.obj

.\Release\crc32.obj

.\Release\deflate.obj

.\Release\gzio.obj

.\Release\infback.obj

.\Release\inffast.obj

.\Release\inflate.obj

.\Release\inftrees.obj

.\Release\trees.obj

.\Release\uncompr.obj

.\Release\zutil.obj
]
Creating command line "lib.exe @d:\xemico\SwfReader\Swf\Release\RSP00000D7602112.rsp /NOLOGO"
Output Window
  
Compiling...
SwfData.cpp
.\SwfData.cpp(22) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
SwfStream.cpp
Compiling...
zutil.c
uncompr.c
trees.c
.\zlib\trees.c(773) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(777) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(780) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(780) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(783) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(783) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(786) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(786) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(848) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(849) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(850) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(853) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(873) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(895) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(896) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(907) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(908) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(987) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(993) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(1086) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(1091) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(1095) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(1101) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(1105) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
.\zlib\trees.c(1115) : warning C4267: '=' : conversion from 'size_t' to 'ush', possible loss of data
inftrees.c
inflate.c
inffast.c
infback.c
gzio.c
.\zlib\gzio.c(131) : 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.
.\zlib\gzio.c(181) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
.\zlib\gzio.c(226) : 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\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
.\zlib\gzio.c(267) : warning C4267: '=' : conversion from 'size_t' to 'uInt', possible loss of data
.\zlib\gzio.c(303) : warning C4267: '=' : conversion from 'size_t' to 'uInt', possible loss of data
.\zlib\gzio.c(440) : warning C4267: '-=' : conversion from 'size_t' to 'uInt', possible loss of data
.\zlib\gzio.c(451) : warning C4267: '=' : conversion from 'size_t' to 'uInt', possible loss of data
.\zlib\gzio.c(623) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(339) : see declaration of '_vsnprintf'
.\zlib\gzio.c(987) : 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.
.\zlib\gzio.c(988) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
.\zlib\gzio.c(989) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
deflate.c
crc32.c
compress.c
adler32.c
Creating library...
Results
  
Build log was saved at "file://d:\xemico\SwfReader\Swf\Release\BuildLog.htm"
Swf - 0 error(s), 37 warning(s)