Build Log
  

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

Command Lines
  
Creating temporary file "f:\LXY\test222\test222\Debug\RSP00000112883860.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TC .\test222.c
]
Creating command line "cl.exe @f:\LXY\test222\test222\Debug\RSP00000112883860.rsp /nologo /errorReport:prompt"
Creating temporary file "f:\LXY\test222\test222\Debug\RSP00000212883860.rsp" with contents
[
/OUT:"F:\LXY\test222\Debug\test222.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\test222.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"f:\LXY\test222\Debug\test222.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 PortabilityLayer.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Debug\stdafx.obj"

".\Debug\test222.obj"

".\Debug\test222.exe.embed.manifest.res"
]
Creating command line "link.exe @f:\LXY\test222\test222\Debug\RSP00000212883860.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "f:\LXY\test222\test222\Debug\RSP00000312883860.rsp" with contents
[
/out:.\Debug\test222.exe.embed.manifest /notify_update /manifest

.\Debug\test222.exe.intermediate.manifest
]
Creating command line "mt.exe @f:\LXY\test222\test222\Debug\RSP00000312883860.rsp /nologo"
Creating temporary file "f:\LXY\test222\test222\Debug\BAT00000412883860.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "f:\LXY\test222\test222\Debug\BAT00000412883860.bat"
Output Window
  
Compiling...
test222.c
f:\lxy\test222\test222\test222.c(51) : 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.
        d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
f:\lxy\test222\test222\test222.c(52) : 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.
        d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
f:\lxy\test222\test222\test222.c(53) : 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.
        d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
f:\lxy\test222\test222\test222.c(54) : 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.
        d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
f:\lxy\test222\test222\test222.c(36) : warning C4101: 'intensityPerCent' : unreferenced local variable
f:\lxy\test222\test222\test222.c(37) : warning C4101: 'j' : unreferenced local variable
f:\lxy\test222\test222\test222.c(121) : 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.
        d:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://f:\LXY\test222\test222\Debug\BuildLog.htm"
test222 - 0 error(s), 7 warning(s)