Ru-MaNGOS

Вернуться   Ru-MaNGOS > Корзина > Корзина

Важная информация

Корзина Глупые, устаревшие, неактуальные темы будут тут.

Сюда сливается весь треш форума. Если ваш пост оказался здесь, подумайте - стоит ли еще раз писать?

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 03.10.2010, 12:50   #1
JeckDrous
Гость
 
Сообщений: n/a
По умолчанию ошибки в ДНК

давно не занимался мангосом (очень давно) вот решил возобновить работы.

Теперь ближе к делу...

выдаёт очень большой список ошибок:

Цитата:
D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_string.inl(110): 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.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_string.inl(120): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(276) : see declaration of 'wcscat'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_string.inl(178): 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.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_string.inl(188): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(283) : see declaration of 'wcscpy'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_string.inl(222): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_string.inl(266): 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.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(175) : see declaration of 'strncat'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_string.inl(279): warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(299) : see declaration of 'wcsncat'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_string.inl(320): 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.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_string.inl(329): warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(306) : see declaration of 'wcsncpy'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_string.inl(513): 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.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_string.inl(524): warning C4996: 'wcstok': This function or variable may be unsafe. Consider using wcstok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(311) : see declaration of 'wcstok'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(140): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(433) : see declaration of 'getenv'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(152): warning C4996: '_wgetenv': This function or variable may be unsafe. Consider using _wdupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(658) : see declaration of '_wgetenv'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(163): 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.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(451) : see declaration of '_itoa'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(176): warning C4996: '_itow': This function or variable may be unsafe. Consider using _itow_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(645) : see declaration of '_itow'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(242): warning C4996: '_mktemp': This function or variable may be unsafe. Consider using _mktemp_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(202) : see declaration of '_mktemp'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(253): warning C4996: '_wmktemp': This function or variable may be unsafe. Consider using _wmktemp_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\wchar.h(315) : see declaration of '_wmktemp'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_stdlib.inl(310): warning C4996: 'putenv': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _putenv. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(869) : see declaration of 'putenv'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_unistd.inl(59): warning C4996: 'access': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _access. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\io.h(299) : see declaration of 'access'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_unistd.inl(131): warning C4996: 'chdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _chdir. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(123) : see declaration of 'chdir'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_unistd.inl(156): warning C4996: 'rmdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _rmdir. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(125) : see declaration of 'rmdir'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_unistd.inl(377): warning C4996: 'getcwd': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getcwd. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\direct.h(117) : see declaration of 'getcwd'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_unistd.inl(983): warning C4996: 'swab': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _swab. See online help for details.
6> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdlib.h(870) : see declaration of 'swab'
6>D:\mangos\mangos test\dep\ACE_wrappers\ace/OS_NS_unistd.inl(1127): warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details
 
Старый 03.10.2010, 12:51   #2
JeckDrous
Гость
 
Сообщений: n/a
По умолчанию

Подскажите что могло способствовать такому кол-ву ошибок?
  Полученное нарушение
Старый 03.10.2010, 13:08   #3
JeckDrous
Гость
 
Сообщений: n/a
По умолчанию

уточню (офф исходники)
  Полученное нарушение
Старый 03.10.2010, 13:15   #4
evilstar
Супер-модератор
 
Аватар для evilstar
 
Регистрация: 07.04.2010
Адрес: Москва
Сообщений: 221
Сказал(а) спасибо: 101
Поблагодарили 27 раз(а) в 17 сообщениях
evilstar Скоро придёт к известностиevilstar Скоро придёт к известности
Отправить сообщение для evilstar с помощью ICQ
По умолчанию

Чтото не то компилируешь Оо
И советую не обращать внимания на warning
__________________

Теперь и в Бете Warlords of Draenor & HotS !

Последний раз редактировалось evilstar; 03.10.2010 в 19:08.
evilstar вне форума  
Старый 03.10.2010, 13:20   #5
LordJZ
Супер-модератор
 
Аватар для LordJZ
 
Регистрация: 07.03.2010
Сообщений: 647
Сказал(а) спасибо: 100
Поблагодарили 252 раз(а) в 123 сообщениях
LordJZ Как самоцвет среди гранитаLordJZ Как самоцвет среди гранитаLordJZ Как самоцвет среди гранита
По умолчанию

В упор не вижу ни одной ошибки. Не вижу ни одной.

Это предупреждения.
LordJZ вне форума  
 


Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.


Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
ошибки при компиляции slon9911 Установка MaNGOS 28 09.06.2011 00:17
Ошибка (ошибки) в консоли при загрузке (запуске, старте) сервера Lomeista Новичкам 27 17.04.2011 18:55
Ошибка (ошибки) при компиляции ScriptDev2 lamex Флудильня 44 19.01.2011 13:25
Ошибки при сборке скриптдев ufir75 MaNGOSZero (1.12.X) 2 11.12.2010 12:24
Ошибки и дисконекты после двойной специализации FreeBSD Языки программирования 6 05.04.2010 19:16


Текущее время: 22:37. Часовой пояс GMT +3.


ru-mangos.ru - Русское сообщество MaNGOS
Главная цель проекта MaNGOS - обучающая, поэтому разрешается использовать исходный код и собранную программу только для образовательных целей.
Вы не можете использовать MaNGOS в коммерческих целях, а также не разрешается устанавливать публичные серверы на базе MaNGOS.
Любое копирование материалов, информации в любом виде без указания источника - форума Ru-MaNGOS будет считаться нарушением авторских прав и нарушением Уголовного Кодекса РФ, ст. 146 ст. 147.
Перевод vBulletin: zCarot