| | | Compiling...
AFilePackMan.cpp
g:\Srclt\Angelica2\AngelicaFile\header\AFilePackage.h(62) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\stdio.h(542) : see declaration of 'swscanf'
.\Source\AFilePackMan.cpp(213) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\AFilePackMan.cpp(214) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(216) : see declaration of 'strlwr'
AFilePackGame.cpp
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(542) : see declaration of 'swscanf'
g:\Srclt\Angelica2\AngelicaFile\header\AFilePackage.h(62) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFilePackGame.cpp(106) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\AFilePackGame.cpp(107) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(216) : see declaration of 'strlwr'
.\Source\AFilePackGame.cpp(137) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\AFilePackGame.cpp(167) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\AFilePackGame.cpp(300) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\AFilePackGame.cpp(404) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\AFilePackGame.cpp(427) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFilePackGame.cpp(460) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\AFilePackGame.cpp(512) : warning C4018: '<' : signed/unsigned mismatch
.\Source\AFilePackGame.cpp(514) : warning C4018: '<' : signed/unsigned mismatch
.\Source\AFilePackGame.cpp(519) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\AFilePackGame.cpp(520) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\AFilePackGame.cpp(521) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\AFilePackGame.cpp(522) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\AFilePackGame.cpp(534) : warning C4018: '<' : signed/unsigned mismatch
.\Source\AFilePackGame.cpp(536) : warning C4018: '<' : signed/unsigned mismatch
.\Source\AFilePackGame.cpp(541) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\AFilePackGame.cpp(542) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\AFilePackGame.cpp(543) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\AFilePackGame.cpp(544) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\AFilePackGame.cpp(586) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(234) : see declaration of 'fopen'
AFilePackBase.cpp
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(542) : see declaration of 'swscanf'
.\Source\AFilePackBase.cpp(195) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(234) : see declaration of 'fopen'
.\Source\AFilePackBase.cpp(204) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\AFilePackBase.cpp(205) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\AFilePackBase.cpp(207) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFilePackBase.cpp(217) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(234) : see declaration of 'fopen'
.\Source\AFilePackBase.cpp(220) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(215) : see declaration of 'stricmp'
.\Source\AFilePackBase.cpp(223) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(234) : see declaration of 'fopen'
.\Source\AFilePackBase.cpp(331) : warning C4244: 'initializing' : conversion from '__int64' to 'size_t', possible loss of data
.\Source\AFilePackBase.cpp(345) : warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data
.\Source\AFilePackBase.cpp(413) : warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data
.\Source\AFilePackBase.cpp(415) : warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data
.\Source\AFilePackBase.cpp(421) : warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data
.\Source\AFilePackBase.cpp(461) : warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data
afilepackage.cpp
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(542) : see declaration of 'swscanf'
g:\Srclt\Angelica2\AngelicaFile\header\AFilePackage.h(62) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\afilepackage.cpp(161) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(215) : see declaration of 'stricmp'
.\Source\afilepackage.cpp(225) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(215) : see declaration of 'stricmp'
.\Source\afilepackage.cpp(242) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\afilepackage.cpp(244) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(166) : see declaration of 'strtok'
.\Source\afilepackage.cpp(248) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(166) : see declaration of 'strtok'
.\Source\afilepackage.cpp(331) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\afilepackage.cpp(332) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(216) : see declaration of 'strlwr'
.\Source\afilepackage.cpp(362) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\afilepackage.cpp(392) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\afilepackage.cpp(530) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\afilepackage.cpp(541) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\afilepackage.cpp(570) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\afilepackage.cpp(791) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\afilepackage.cpp(825) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\afilepackage.cpp(859) : warning C4018: '<' : signed/unsigned mismatch
.\Source\afilepackage.cpp(861) : warning C4018: '<' : signed/unsigned mismatch
.\Source\afilepackage.cpp(866) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\afilepackage.cpp(867) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\afilepackage.cpp(868) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\afilepackage.cpp(869) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\afilepackage.cpp(881) : warning C4018: '<' : signed/unsigned mismatch
.\Source\afilepackage.cpp(883) : warning C4018: '<' : signed/unsigned mismatch
.\Source\afilepackage.cpp(888) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\afilepackage.cpp(889) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\afilepackage.cpp(890) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\afilepackage.cpp(891) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\Source\afilepackage.cpp(934) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(234) : see declaration of 'fopen'
.\Source\afilepackage.cpp(1066) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\afilepackage.cpp(1071) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\afilepackage.cpp(1281) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\afilepackage.cpp(1282) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(216) : see declaration of 'strlwr'
.\Source\afilepackage.cpp(1290) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(166) : see declaration of 'strtok'
.\Source\afilepackage.cpp(1296) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(166) : see declaration of 'strtok'
.\Source\afilepackage.cpp(1324) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\afilepackage.cpp(1325) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(216) : see declaration of 'strlwr'
.\Source\afilepackage.cpp(1333) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(166) : see declaration of 'strtok'
.\Source\afilepackage.cpp(1340) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(166) : see declaration of 'strtok'
.\Source\afilepackage.cpp(1352) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\afilepackage.cpp(1353) : warning C4996: 'strlwr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strlwr. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(216) : see declaration of 'strlwr'
.\Source\afilepackage.cpp(1361) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(166) : see declaration of 'strtok'
.\Source\afilepackage.cpp(1365) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(166) : see declaration of 'strtok'
AFileImage.cpp
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(542) : see declaration of 'swscanf'
g:\srclt\angelica2\angelicafile\header\AFilePackage.h(62) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFileImage.cpp(91) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\AFileImage.cpp(127) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(234) : see declaration of 'fopen'
.\Source\AFileImage.cpp(179) : warning C4244: '=' : conversion from '__time64_t' to 'DWORD', possible loss of data
AFile.cpp
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(542) : see declaration of 'swscanf'
.\Source\AFile.cpp(39) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\AFile.cpp(48) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(79) : see declaration of 'strcat'
.\Source\AFile.cpp(51) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(79) : see declaration of 'strcat'
.\Source\AFile.cpp(54) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(79) : see declaration of 'strcat'
.\Source\AFile.cpp(58) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(79) : see declaration of 'strcat'
.\Source\AFile.cpp(60) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(79) : see declaration of 'strcat'
.\Source\AFile.cpp(62) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(234) : see declaration of 'fopen'
.\Source\AFile.cpp(105) : warning C4244: '=' : conversion from '__time64_t' to 'DWORD', possible loss of data
AFI.cpp
g:\Srclt\Angelica2\AngelicaFile\header\AFilePackage.h(62) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFI.cpp(64) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\AFI.cpp(109) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFI.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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFI.cpp(139) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFI.cpp(155) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFI.cpp(157) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\stdio.h(345) : see declaration of 'sprintf'
.\Source\AFI.cpp(159) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\stdio.h(345) : see declaration of 'sprintf'
.\Source\AFI.cpp(173) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\stdio.h(345) : see declaration of 'sprintf'
.\Source\AFI.cpp(185) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\stdio.h(345) : see declaration of 'sprintf'
.\Source\AFI.cpp(197) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\stdio.h(345) : see declaration of 'sprintf'
.\Source\AFI.cpp(209) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\stdio.h(345) : see declaration of 'sprintf'
.\Source\AFI.cpp(240) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFI.cpp(263) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\AFI.cpp(325) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFI.cpp(329) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFI.cpp(331) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(79) : see declaration of 'strcat'
.\Source\AFI.cpp(340) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFI.cpp(347) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFI.cpp(351) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AFI.cpp(353) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(79) : see declaration of 'strcat'
ADirImage.cpp
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(542) : see declaration of 'swscanf'
g:\srclt\angelica2\angelicafile\header\AFilePackage.h(62) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\ADirImage.cpp(73) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
Generating Code...
Compiling...
ADir.cpp
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(542) : see declaration of 'swscanf'
.\Source\ADir.cpp(26) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
.\Source\ADir.cpp(32) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(79) : see declaration of 'strcat'
.\Source\ADir.cpp(40) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\ADir.cpp(74) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
AWScriptFile.cpp
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(542) : see declaration of 'swscanf'
g:\Srclt\Angelica2\AngelicaFile\header\AWScriptFile.h(121) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(542) : see declaration of 'swscanf'
g:\srclt\angelica2\angelicafile\header\AFilePackage.h(62) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AWScriptFile.cpp(319) : warning C4996: 'wcsicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _wcsicmp. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(354) : see declaration of 'wcsicmp'
AWIniFile.cpp
g:\Srclt\Angelica2\AngelicaCommon\Header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\wchar.h(809) : see declaration of 'swscanf'
g:\srclt\angelica2\angelicafile\header\AFilePackage.h(62) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AWIniFile.cpp(672) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\stdio.h(234) : see declaration of 'fopen'
ATextTabFile.cpp
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\stdio.h(542) : see declaration of 'swscanf'
g:\srclt\angelica2\angelicafile\header\AFilePackage.h(62) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
AScriptFile.cpp
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(542) : see declaration of 'swscanf'
g:\srclt\angelica2\angelicafile\header\AFilePackage.h(62) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AScriptFile.cpp(341) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(215) : see declaration of 'stricmp'
AMemFile.cpp
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(542) : see declaration of 'swscanf'
AIniFile.cpp
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\stdio.h(542) : see declaration of 'swscanf'
g:\srclt\angelica2\angelicafile\header\AFilePackage.h(62) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(74) : see declaration of 'strcpy'
.\Source\AIniFile.cpp(662) : 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 (x86)\Microsoft Visual Studio 8 (2005)\VC\include\stdio.h(234) : see declaration of 'fopen'
AFileUnicode.cpp
g:\srclt\angelica2\angelicacommon\header\AWString.h(259) : warning C4996: 'swscanf': This function or variable may be unsafe. Consider using swscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\StdIO.h(542) : see declaration of 'swscanf'
.\Source\AFileUnicode.cpp(43) : 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:\Program Files (x86)\Microsoft Visual Studio 8 (2005)\VC\include\string.h(157) : see declaration of 'strncpy'
Generating Code...
Creating library...
Performing Custom Build Step
copy libary into sdk folder
1 arquivo(s) copiado(s).
copy headers into sdk folder
.\header\ADir.h
.\header\ADirImage.h
.\header\AF.h
.\header\AFI.h
.\header\AFile.h
.\header\AFileImage.h
.\header\AFilePackage.h
.\header\AFilePackBase.h
.\header\AFilePackGame.h
.\header\AFilePackMan.h
.\header\AFileUnicode.h
.\header\AFPI.h
.\header\AFPlatform.h
.\header\AIniFile.h
.\header\AMemFile.h
.\header\AScriptFile.h
.\header\ATextTabFile.h
.\header\AWIniFile.h
.\header\AWScriptFile.h
19 arquivo(s) copiado(s).
|