Build Log
  

Build started: Project: swf2hex, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\RSP00000141403808.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\swf2hex.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\swf2hex.cpp"
]
Creating command line "cl.exe @"c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\RSP00000141403808.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\RSP00000241403808.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp"Debug\swf2hex.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\stdafx.cpp"
]
Creating command line "cl.exe @"c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\RSP00000241403808.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\TMP00000341403808.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\swf2hex.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\swf2hex.exe.embed.manifest.res" "c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\TMP00000341403808.tmp""
Creating temporary file "c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\RSP00000441403808.rsp" with contents
[
/OUT:"C:\USERS\Visual Studio 2005\Projects\swf2hex\Debug\swf2hex.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\swf2hex.exe.intermediate.manifest" /DEBUG /PDB:"c:\users\visual studio 2005\projects\swf2hex\debug\swf2hex.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 kernel32.lib

".\debug\stdafx.obj"

".\debug\swf2hex.obj"

".\Debug\swf2hex.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\RSP00000441403808.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\RSP00000541403808.rsp" with contents
[
/out:".\debug\swf2hex.exe.embed.manifest" /notify_update /manifest

".\debug\swf2hex.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\RSP00000541403808.rsp" /nologo"
Creating temporary file "c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\BAT00000641403808.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\debug\mt.dep"
]
Creating command line """c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\BAT00000641403808.bat"""
Creating temporary file "c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\TMP00000741403808.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\swf2hex.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\swf2hex.exe.embed.manifest.res" "c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\TMP00000741403808.tmp""
Creating temporary file "c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\RSP00000841403808.rsp" with contents
[
/OUT:"C:\USERS\Visual Studio 2005\Projects\swf2hex\Debug\swf2hex.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\swf2hex.exe.intermediate.manifest" /DEBUG /PDB:"c:\users\visual studio 2005\projects\swf2hex\debug\swf2hex.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 kernel32.lib

".\debug\stdafx.obj"

".\debug\swf2hex.obj"

".\Debug\swf2hex.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\RSP00000841403808.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
stdafx.cpp
Compiling...
swf2hex.cpp
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(21) : warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 8\vc\include\io.h(254) : see declaration of '_open'
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(22) : warning C4996: '_open': This function or variable may be unsafe. Consider using _sopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 8\vc\include\io.h(254) : see declaration of '_open'
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(47) : 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'
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(48) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(50) : 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'
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(51) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(64) : 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'
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(65) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(74) : 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'
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(75) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(85) : 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'
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(86) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(101) : 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'
c:\users\visual studio 2005\projects\swf2hex\swf2hex\swf2hex.cpp(102) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned int', possible loss of data
Compiling manifest to resources...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\USERS\Visual Studio 2005\Projects\swf2hex\swf2hex\Debug\BuildLog.htm"
swf2hex - 0 error(s), 14 warning(s)