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