| | Compiling...
stdafx.cpp
Compiling...
BrowseCtrl.cpp
q:\home\development\diary\diaryinstaller\browsectrl.cpp(513) : warning C4996: '_tcsncpy': This function or variable may be unsafe. Consider using _tcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\program files\microsoft visual studio 9.0\vc\include\tchar.h(1518) : see declaration of '_tcsncpy'
q:\home\development\diary\diaryinstaller\browsectrl.cpp(868) : 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.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
q:\home\development\diary\diaryinstaller\browsectrl.cpp(1442) : warning C4996: '_splitpath': This function or variable may be unsafe. Consider using _splitpath_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\program files\microsoft visual studio 9.0\vc\include\stdlib.h(786) : see declaration of '_splitpath'
DiaryInstaller.cpp
DiaryInstallerDlg.cpp
tools.cpp
q:\home\development\diary\diary project\tools.cpp(174) : 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.
d:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
unzip.cpp
q:\home\development\diary\diaryinstaller\unzip.cpp(3754) : 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.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
q:\home\development\diary\diaryinstaller\unzip.cpp(3780) : 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.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
q:\home\development\diary\diaryinstaller\unzip.cpp(3796) : 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.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
q:\home\development\diary\diaryinstaller\unzip.cpp(3798) : 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.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(79) : see declaration of 'strcat'
q:\home\development\diary\diaryinstaller\unzip.cpp(3835) : 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.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
q:\home\development\diary\diaryinstaller\unzip.cpp(3855) : 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.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
q:\home\development\diary\diaryinstaller\unzip.cpp(3930) : 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.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
q:\home\development\diary\diaryinstaller\unzip.cpp(3960) : 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.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
q:\home\development\diary\diaryinstaller\unzip.cpp(4011) : 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.
d:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
q:\home\development\diary\diaryinstaller\unzip.cpp(4082) : warning C4996: '_tcsncpy': This function or variable may be unsafe. Consider using _tcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
d:\program files\microsoft visual studio 9.0\vc\include\tchar.h(1518) : see declaration of '_tcsncpy'
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation. All rights reserved.
|