| | Compiling...
dlg_three.c
c:\documents and settings\administrator\desktop\source\source\dlg_three\dlg_three.c(31) : 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:\documents and settings\administrator\desktop\source\source\dlg_three\dlg_three.c(41) : 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:\documents and settings\administrator\desktop\source\source\dlg_three\dlg_three.c(42) : 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:\documents and settings\administrator\desktop\source\source\dlg_three\dlg_three.c(46) : 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:\documents and settings\administrator\desktop\source\source\dlg_three\dlg_three.c(47) : 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'
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
Embedding manifest...
dlg_three : warning PRJ0041 : Cannot find missing dependency 'winwlm.h' for file 'dlg_three.rc'. Your project may still build, but may continue to appear out of date until this file is found.
dlg_three : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'dlg_three.rc'. Your project may still build, but may continue to appear out of date until this file is found.
dlg_three : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'dlg_three.rc'. Your project may still build, but may continue to appear out of date until this file is found.
dlg_three : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'dlg_three.rc'. Your project may still build, but may continue to appear out of date until this file is found.
dlg_three : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'dlg_three.rc'. Your project may still build, but may continue to appear out of date until this file is found.
dlg_three : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'dlg_three.rc'. Your project may still build, but may continue to appear out of date until this file is found.
dlg_three : warning PRJ0041 : Cannot find missing dependency 'macwin32.h' for file 'dlg_three.rc'. Your project may still build, but may continue to appear out of date until this file is found.
dlg_three : warning PRJ0041 : Cannot find missing dependency 'rpcerr.h' for file 'dlg_three.rc'. Your project may still build, but may continue to appear out of date until this file is found.
dlg_three : warning PRJ0041 : Cannot find missing dependency 'rpcmac.h' for file 'dlg_three.rc'. Your project may still build, but may continue to appear out of date until this file is found.
dlg_three : warning PRJ0041 : Cannot find missing dependency 'ntddk.h' for file 'dlg_three.rc'. Your project may still build, but may continue to appear out of date until this file is found.
|