| | Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
code.cpp
c:\temp\testa\testa\code.cpp(91) : 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:\coding\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\temp\testa\testa\code.cpp(99) : 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:\coding\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\temp\testa\testa\code.cpp(116) : 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:\coding\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\temp\testa\testa\code.cpp(121) : 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:\coding\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\temp\testa\testa\code.cpp(125) : 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:\coding\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\temp\testa\testa\code.cpp(143) : 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:\coding\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\temp\testa\testa\code.cpp(167) : 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:\coding\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\temp\testa\testa\code.cpp(172) : 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:\coding\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\temp\testa\testa\code.cpp(190) : warning C4996: 'strncat': This function or variable may be unsafe. Consider using strncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\coding\microsoft visual studio 9.0\vc\include\string.h(144) : see declaration of 'strncat'
c:\temp\testa\testa\code.cpp(192) : 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:\coding\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\temp\testa\testa\code.cpp(202) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\coding\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\temp\testa\testa\code.cpp(215) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\coding\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\temp\testa\testa\code.cpp(277) : 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:\coding\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\temp\testa\testa\code.cpp(283) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\coding\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\temp\testa\testa\code.cpp(284) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\coding\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\temp\testa\testa\code.cpp(300) : 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:\coding\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\temp\testa\testa\code.cpp(270) : warning C4101: 'code' : unreferenced local variable
c:\temp\testa\testa\code.cpp(290) : warning C4101: 'number' : unreferenced local variable
main.cpp
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
LINK : C:\Temp\testa\Debug\testa.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
|