Build Log
  

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

Command Lines
  
Creating temporary file "c:\Users\Kovács András\Documents\Visual Studio 2008\Projects\scanneltest\scanneltest\Debug\RSP00001C2504720.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 ".\scanneltest.c"
]
Creating command line "cl.exe @"c:\Users\Kovács András\Documents\Visual Studio 2008\Projects\scanneltest\scanneltest\Debug\RSP00001C2504720.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\Kovács András\Documents\Visual Studio 2008\Projects\scanneltest\scanneltest\Debug\RSP00001D2504720.rsp" with contents
[
/OUT:"C:\Users\Kovács András\Documents\Visual Studio 2008\Projects\scanneltest\Debug\scanneltest.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\scanneltest.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\Kovács András\Documents\Visual Studio 2008\Projects\scanneltest\Debug\scanneltest.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /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\scanneltest.obj"

".\Debug\scanneltest.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Users\Kovács András\Documents\Visual Studio 2008\Projects\scanneltest\scanneltest\Debug\RSP00001D2504720.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\Kovács András\Documents\Visual Studio 2008\Projects\scanneltest\scanneltest\Debug\RSP00001E2504720.rsp" with contents
[
/out:".\Debug\scanneltest.exe.embed.manifest" /notify_update /manifest

".\Debug\scanneltest.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Users\Kovács András\Documents\Visual Studio 2008\Projects\scanneltest\scanneltest\Debug\RSP00001E2504720.rsp" /nologo"
Creating temporary file "c:\Users\Kovács András\Documents\Visual Studio 2008\Projects\scanneltest\scanneltest\Debug\BAT00001F2504720.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Users\Kovács András\Documents\Visual Studio 2008\Projects\scanneltest\scanneltest\Debug\BAT00001F2504720.bat"""
Output Window
  
Compiling...
scanneltest.c
c:\users\kovács andrás\documents\visual studio 2008\projects\scanneltest\scanneltest\scanneltest.c(375) : 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 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\kovács andrás\documents\visual studio 2008\projects\scanneltest\scanneltest\scanneltest.c(428) : 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\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\kovács andrás\documents\visual studio 2008\projects\scanneltest\scanneltest\scanneltest.c(458) : 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\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\users\kovács andrás\documents\visual studio 2008\projects\scanneltest\scanneltest\scanneltest.c(463) : 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\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\users\kovács andrás\documents\visual studio 2008\projects\scanneltest\scanneltest\scanneltest.c(751) : 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\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\users\kovács andrás\documents\visual studio 2008\projects\scanneltest\scanneltest\scanneltest.c(752) : 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\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
c:\users\kovács andrás\documents\visual studio 2008\projects\scanneltest\scanneltest\scanneltest.c(753) : 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\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
c:\users\kovács andrás\documents\visual studio 2008\projects\scanneltest\scanneltest\scanneltest.c(754) : warning C4996: '_itoa': This function or variable may be unsafe. Consider using _itoa_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(465) : see declaration of '_itoa'
c:\users\kovács andrás\documents\visual studio 2008\projects\scanneltest\scanneltest\scanneltest.c(755) : 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\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
c:\users\kovács andrás\documents\visual studio 2008\projects\scanneltest\scanneltest\scanneltest.c(1446) : 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 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\kovács andrás\documents\visual studio 2008\projects\scanneltest\scanneltest\scanneltest.c(1463) : 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 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\kovács andrás\documents\visual studio 2008\projects\scanneltest\scanneltest\scanneltest.c(1619) : warning C4013: 'getch' undefined; assuming extern returning int
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Users\Kovács András\Documents\Visual Studio 2008\Projects\scanneltest\scanneltest\Debug\BuildLog.htm"
scanneltest - 0 error(s), 12 warning(s)