Build Log
  

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

Command Lines
  
Creating temporary file "c:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\testc\Debug\RSP0000E017646048.rsp" with contents
[
/Od /I "C:\vs_dev_lib\include" /I "C:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\testc" /I "C:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\testc\Z80" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\entry.cpp"
]
Creating command line "cl.exe @"c:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\testc\Debug\RSP0000E017646048.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\testc\Debug\RSP0000E117646048.rsp" with contents
[
/OUT:"C:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\Debug\testc.exe" /LIBPATH:"C:\vs_dev_lib\lib\x86" /MANIFEST /MANIFESTFILE:"Debug\testc.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\Debug\testc.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 SDL2.lib SDL2main.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\entry.obj"

".\Debug\osdepend.obj"

".\Debug\Z80.obj"
]
Creating command line "link.exe @"c:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\testc\Debug\RSP0000E117646048.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\testc\Debug\RSP0000E217646048.rsp" with contents
[
/outputresource:"..\Debug\testc.exe;#1" /manifest

".\Debug\testc.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\testc\Debug\RSP0000E217646048.rsp" /nologo"
Creating temporary file "c:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\testc\Debug\BAT0000E317646048.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\testc\Debug\BAT0000E317646048.bat"""
Output Window
  
Compiling...
entry.cpp
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(282) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(288) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(296) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(332) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(358) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1157) : 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:\program files (x86)\microsoft visual studio 9.0\vc\include\intrin.h(376) : see declaration of 'strcpy'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1158) : 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:\program files (x86)\microsoft visual studio 9.0\vc\include\intrin.h(376) : see declaration of 'strcpy'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1161) : 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.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\intrin.h(374) : see declaration of 'strcat'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1169) : 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:\program files (x86)\microsoft visual studio 9.0\vc\include\intrin.h(376) : see declaration of 'strcpy'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1170) : 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:\program files (x86)\microsoft visual studio 9.0\vc\include\intrin.h(376) : see declaration of 'strcpy'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1173) : 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.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\intrin.h(374) : see declaration of 'strcat'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1175) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1187) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1206) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1416) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1436) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1455) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1472) : 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:\program files (x86)\microsoft visual studio 9.0\vc\include\intrin.h(376) : see declaration of 'strcpy'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1473) : 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:\program files (x86)\microsoft visual studio 9.0\vc\include\intrin.h(376) : see declaration of 'strcpy'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1475) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1478) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1492) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1496) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1499) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\intertek\documents\visual studio 2008\projects\testc\testc\entry.cpp(1593) : 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 (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
Linking...
LINK : C:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\Debug\testc.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
Results
  
Build log was saved at "file://c:\Users\intertek\Documents\Visual Studio 2008\Projects\testc\testc\Debug\BuildLog.htm"
testc - 0 error(s), 25 warning(s)