Build Log
  

Rebuild started: Project: example, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\prj\ltr\ltr-42\example\msvc\example\Debug\RSP00001935041728.rsp" with contents
[
/Od /I "c:\prj" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\example.cpp"

".\stdafx.cpp"
]
Creating command line "cl.exe @"c:\prj\ltr\ltr-42\example\msvc\example\Debug\RSP00001935041728.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\prj\ltr\ltr-42\example\msvc\example\Debug\TMP00001A35041728.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\example.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\example.exe.embed.manifest.res" "c:\prj\ltr\ltr-42\example\msvc\example\Debug\TMP00001A35041728.tmp""
Creating temporary file "c:\prj\ltr\ltr-42\example\msvc\example\Debug\RSP00001B35041728.rsp" with contents
[
/OUT:"C:\prj\ltr\ltr-42\example\msvc\example\Debug\example.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\example.exe.intermediate.manifest" /DEBUG /PDB:"c:\prj\ltr\ltr-42\example\msvc\example\debug\example.pdb" /SUBSYSTEM:CONSOLE /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\stdafx.obj"

".\debug\example.obj"

"..\..\..\..\lib\msvc\ltr42api.lib"

".\Debug\example.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\prj\ltr\ltr-42\example\msvc\example\Debug\RSP00001B35041728.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\prj\ltr\ltr-42\example\msvc\example\Debug\RSP00001C35041728.rsp" with contents
[
/out:".\debug\example.exe.embed.manifest" /notify_update /manifest

".\debug\example.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\prj\ltr\ltr-42\example\msvc\example\Debug\RSP00001C35041728.rsp" /nologo"
Creating temporary file "c:\prj\ltr\ltr-42\example\msvc\example\Debug\BAT00001D35041728.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\debug\mt.dep"
]
Creating command line """c:\prj\ltr\ltr-42\example\msvc\example\Debug\BAT00001D35041728.bat"""
Creating temporary file "c:\prj\ltr\ltr-42\example\msvc\example\Debug\TMP00001E35041728.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\example.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\example.exe.embed.manifest.res" "c:\prj\ltr\ltr-42\example\msvc\example\Debug\TMP00001E35041728.tmp""
Creating temporary file "c:\prj\ltr\ltr-42\example\msvc\example\Debug\RSP00001F35041728.rsp" with contents
[
/OUT:"C:\prj\ltr\ltr-42\example\msvc\example\Debug\example.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\example.exe.intermediate.manifest" /DEBUG /PDB:"c:\prj\ltr\ltr-42\example\msvc\example\debug\example.pdb" /SUBSYSTEM:CONSOLE /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\stdafx.obj"

".\debug\example.obj"

"..\..\..\..\lib\msvc\ltr42api.lib"

".\Debug\example.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\prj\ltr\ltr-42\example\msvc\example\Debug\RSP00001F35041728.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
stdafx.cpp
example.cpp
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(29) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(36) : warning C4996: 'strcpy' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(42) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(55) : warning C4996: 'strcpy' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(60) : warning C4996: 'strcpy' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(67) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(71) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(74) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(77) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(80) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(96) : warning C4996: 'strcpy' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(103) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(111) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(119) : warning C4996: 'strcpy' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(126) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(133) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(139) : warning C4996: 'strcpy' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(146) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(153) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(161) : warning C4996: 'strcpy' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(168) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(174) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(180) : warning C4996: 'strcpy' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(187) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(193) : warning C4996: 'sprintf' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-42\example\msvc\example\example.cpp(196) : warning C4996: 'kbhit' was declared deprecated
        d:\program files\microsoft visual studio 8\vc\include\conio.h(147) : see declaration of 'kbhit'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _kbhit. See online help for details.'
Generating Code...
Compiling manifest to resources...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\prj\ltr\ltr-42\example\msvc\example\Debug\BuildLog.htm"
example - 0 error(s), 26 warning(s)