| | 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...
|