Build Log
  

Rebuild started: Project: testa, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Temp\testa\testa\Release\RSP00006469727376.rsp" with contents
[
/GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Wp64 /Zi /TP .\main.cpp

.\code.cpp
]
Creating command line "cl.exe @c:\Temp\testa\testa\Release\RSP00006469727376.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Temp\testa\testa\Release\RSP00006569727376.rsp" with contents
[
/OUT:"C:\Temp\testa\Release\testa.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\testa.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Temp\testa\Release\testa.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /LTCG /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

".\Release\code.obj"

".\Release\main.obj"
]
Creating command line "link.exe @c:\Temp\testa\testa\Release\RSP00006569727376.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Temp\testa\testa\Release\RSP00006669727376.rsp" with contents
[
/outputresource:"..\Release\testa.exe;#1" /manifest

.\Release\testa.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\Temp\testa\testa\Release\RSP00006669727376.rsp /nologo"
Creating temporary file "c:\Temp\testa\testa\Release\BAT00006769727376.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Release\mt.dep
]
Creating command line "c:\Temp\testa\testa\Release\BAT00006769727376.bat"
Output Window
  
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
main.cpp
code.cpp
.\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'
.\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'
.\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'
.\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'
.\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'
.\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'
.\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'
.\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'
.\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'
.\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'
.\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'
.\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'
.\code.cpp(276) : 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'
.\code.cpp(282) : 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'
.\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'
.\code.cpp(299) : 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'
.\code.cpp(269) : warning C4101: 'code' : unreferenced local variable
.\code.cpp(289) : warning C4101: 'number' : unreferenced local variable
Linking...
Generating code
Finished generating code
Embedding manifest...
Results
  
Build log was saved at "file://c:\Temp\testa\testa\Release\BuildLog.htm"
testa - 0 error(s), 19 warning(s)