Build Log
  

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

Command Lines
  
Creating temporary file "c:\Temp\testa\testa\Debug\RSP00007469727528.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 /Wp64 /ZI /TP .\main.cpp

.\code.cpp
]
Creating command line "cl.exe @c:\Temp\testa\testa\Debug\RSP00007469727528.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Temp\testa\testa\Debug\TMP00007569727528.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\testa.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\testa.exe.embed.manifest.res" c:\Temp\testa\testa\Debug\TMP00007569727528.tmp"
Creating temporary file "c:\Temp\testa\testa\Debug\RSP00007669727528.rsp" with contents
[
/OUT:"C:\Temp\testa\Debug\testa.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\testa.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Temp\testa\Debug\testa.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X86 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\code.obj"

".\Debug\main.obj"

".\Debug\testa.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\Temp\testa\testa\Debug\RSP00007669727528.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Temp\testa\testa\Debug\RSP00007769727528.rsp" with contents
[
/out:.\Debug\testa.exe.embed.manifest /notify_update /manifest

.\Debug\testa.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\Temp\testa\testa\Debug\RSP00007769727528.rsp /nologo"
Creating temporary file "c:\Temp\testa\testa\Debug\BAT00007869727528.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\Temp\testa\testa\Debug\BAT00007869727528.bat"
Creating temporary file "c:\Temp\testa\testa\Debug\TMP00007969727528.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\testa.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\testa.exe.embed.manifest.res" c:\Temp\testa\testa\Debug\TMP00007969727528.tmp"
Creating temporary file "c:\Temp\testa\testa\Debug\RSP00007A69727528.rsp" with contents
[
/OUT:"C:\Temp\testa\Debug\testa.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\testa.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Temp\testa\debug\testa.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X86 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\code.obj"

".\Debug\main.obj"

".\Debug\testa.exe.embed.manifest.res"
]
Creating command line "link.exe @c:\Temp\testa\testa\Debug\RSP00007A69727528.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
code.cpp
c:\temp\testa\testa\code.cpp(91) : 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.
        c:\coding\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\temp\testa\testa\code.cpp(99) : 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.
        c:\coding\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\temp\testa\testa\code.cpp(116) : 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.
        c:\coding\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\temp\testa\testa\code.cpp(121) : 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.
        c:\coding\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\temp\testa\testa\code.cpp(125) : 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:\coding\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\temp\testa\testa\code.cpp(143) : 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:\coding\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\temp\testa\testa\code.cpp(167) : 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:\coding\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\temp\testa\testa\code.cpp(172) : 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.
        c:\coding\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\temp\testa\testa\code.cpp(190) : warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\coding\microsoft visual studio 9.0\vc\include\string.h(144) : see declaration of 'strncat'
c:\temp\testa\testa\code.cpp(192) : 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.
        c:\coding\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\temp\testa\testa\code.cpp(202) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\coding\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\temp\testa\testa\code.cpp(215) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\coding\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\temp\testa\testa\code.cpp(277) : 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:\coding\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\temp\testa\testa\code.cpp(283) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\coding\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\temp\testa\testa\code.cpp(284) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\coding\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\temp\testa\testa\code.cpp(300) : 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:\coding\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\temp\testa\testa\code.cpp(270) : warning C4101: 'code' : unreferenced local variable
c:\temp\testa\testa\code.cpp(290) : warning C4101: 'number' : unreferenced local variable
main.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
LINK : C:\Temp\testa\Debug\testa.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Results
  
Build log was saved at "file://c:\Temp\testa\testa\Debug\BuildLog.htm"
testa - 0 error(s), 19 warning(s)