Build Log
  

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

Command Lines
  
Creating temporary file "c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\RSP00000E25723924.rsp" with contents
[
/Od /I "c:\prj" /I "c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /ZI /TC ".\example.c"
]
Creating command line "cl.exe @"c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\RSP00000E25723924.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\TMP00000F25723924.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\readdata.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\readdata.exe.embed.manifest.res" "c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\TMP00000F25723924.tmp""
Creating temporary file "c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\RSP00001025723924.rsp" with contents
[
/OUT:"Debug/readdata.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\readdata.exe.intermediate.manifest" /DEBUG /PDB:"Debug/readdata.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

"..\..\..\..\lib\msvc\ltr11api.lib"

"..\..\..\..\lib\msvc\ltrapi.lib"

".\Debug\example.obj"

".\Debug\readdata.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\RSP00001025723924.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\RSP00001125723924.rsp" with contents
[
/out:".\Debug\readdata.exe.embed.manifest" /notify_update /manifest

".\Debug\readdata.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\RSP00001125723924.rsp" /nologo"
Creating temporary file "c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\BAT00001225723924.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\BAT00001225723924.bat"""
Creating temporary file "c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\TMP00001325723924.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\readdata.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\readdata.exe.embed.manifest.res" "c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\TMP00001325723924.tmp""
Creating temporary file "c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\RSP00001425723924.rsp" with contents
[
/OUT:"Debug/readdata.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\readdata.exe.intermediate.manifest" /DEBUG /PDB:"Debug/readdata.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

"..\..\..\..\lib\msvc\ltr11api.lib"

"..\..\..\..\lib\msvc\ltrapi.lib"

".\Debug\example.obj"

".\Debug\readdata.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\RSP00001425723924.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
example.c
c:\prj\ltr\ltr-11\examples\microsoft_visual_c++\readdata\example.c(52) : warning C4101: 'data_buf' : unreferenced local variable
c:\prj\ltr\ltr-11\examples\microsoft_visual_c++\readdata\example.c(140) : warning C4996: 'sprintf' was declared deprecated
        c:\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-11\examples\microsoft_visual_c++\readdata\example.c(177) : warning C4996: 'sprintf' was declared deprecated
        c:\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-11\examples\microsoft_visual_c++\readdata\example.c(182) : warning C4996: 'sprintf' was declared deprecated
        c:\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-11\examples\microsoft_visual_c++\readdata\example.c(186) : warning C4996: 'fopen' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\prj\ltr\ltr-11\examples\microsoft_visual_c++\readdata\example.c(193) : warning C4996: 'sprintf' was declared deprecated
        c:\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-11\examples\microsoft_visual_c++\readdata\example.c(229) : warning C4996: 'sprintf' was declared deprecated
        c:\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-11\examples\microsoft_visual_c++\readdata\example.c(238) : warning C4996: 'kbhit' was declared deprecated
        c:\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.'
c:\prj\ltr\ltr-11\examples\microsoft_visual_c++\readdata\example.c(238) : warning C4996: 'getch' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\conio.h(145) : see declaration of 'getch'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.'
c:\prj\ltr\ltr-11\examples\microsoft_visual_c++\readdata\example.c(270) : warning C4996: 'sprintf' was declared deprecated
        c:\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-11\examples\microsoft_visual_c++\readdata\example.c(297) : warning C4996: 'kbhit' was declared deprecated
        c:\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.'
c:\prj\ltr\ltr-11\examples\microsoft_visual_c++\readdata\example.c(301) : warning C4996: 'getch' was declared deprecated
        c:\program files\microsoft visual studio 8\vc\include\conio.h(145) : see declaration of 'getch'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.'
Compiling manifest to resources...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\PRJ\LTR\LTR-11\examples\Microsoft_Visual_C++\ReadData\Debug\BuildLog.htm"
readdata - 0 error(s), 12 warning(s)