08-04-2010, 07:16 PM
А при создании проекта правильная версия Visual Studio была указана?
Компиляция PvPGN из исходников с помощью Visual Studio C++
|
08-04-2010, 07:16 PM
А при создании проекта правильная версия Visual Studio была указана?
08-04-2010, 07:55 PM
Да вот скрин http://img.zone-game.info/image-FD0C_4C599638.jpg
08-04-2010, 08:25 PM
Хм... Можно попробовать вручную указать в Visual Studio путь к SDK. Tools > Options > Projects and Solutions > VC++ Directories > Library files и указать путь к C:\...\Windows SDK\...\lib (путь где размещены эти библиотеки).
Лог CMake:
Код: Check for working C compiler using: Visual Studio 10 [CODE]------ Build started: Project: ZERO_CHECK, Configuration: Release Win32 ------ Build started 04.08.2010 21:57:28. InitializeBuildStatus: Creating "Release\ZERO_CHECK.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Checking Build System CMake does not need to re-run because D:/pvpgn/build/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/src/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/conf/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/man/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/files/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/src/compat/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/src/common/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/src/win32/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/src/tinycdb/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/src/bntrackd/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/src/client/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/src/bniutils/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/src/bnpass/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/src/bnetd/CMakeFiles/generate.stamp is up-to-date. CMake does not need to re-run because D:/pvpgn/build/src/test/CMakeFiles/generate.stamp is up-to-date. FinalizeBuildStatus: Deleting file "Release\ZERO_CHECK.unsuccessfulbuild". Touching "Release\ZERO_CHECK.lastbuildstate". Build succeeded. Time Elapsed 00:00:01.18 ------ Build started: Project: tinycdb, Configuration: Release Win32 ------ Build started 04.08.2010 21:57:30. PrepareForBuild: Creating directory "D:\pvpgn\build\src\tinycdb\Release\". InitializeBuildStatus: Creating "tinycdb.dir\Release\tinycdb.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/tinycdb/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\tinycdb\CMakeFiles\generate.stamp is up-to-date. ClCompile: cdb_find.cpp cdb_findnext.cpp cdb_hash.cpp cdb_init.cpp cdb_make_add.cpp cdb_make.cpp cdb_make_find.cpp cdb_make_put.cpp cdb_seek.cpp cdb_seq.cpp cdb_unpack.cpp Generating Code... Lib: tinycdb.vcxproj -> D:\pvpgn\build\src\tinycdb\Release\tinycdb.lib FinalizeBuildStatus: Deleting file "tinycdb.dir\Release\tinycdb.unsuccessfulbuild". Touching "tinycdb.dir\Release\tinycdb.lastbuildstate". Build succeeded. Time Elapsed 00:00:04.90 ------ Build started: Project: win32, Configuration: Release Win32 ------ Build started 04.08.2010 21:57:35. PrepareForBuild: Creating directory "D:\pvpgn\build\src\win32\Release\". InitializeBuildStatus: Creating "win32.dir\Release\win32.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/win32/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\win32\CMakeFiles\generate.stamp is up-to-date. ClCompile: service.cpp console_output.cpp Generating Code... Lib: win32.vcxproj -> D:\pvpgn\build\src\win32\Release\win32.lib FinalizeBuildStatus: Deleting file "win32.dir\Release\win32.unsuccessfulbuild". Touching "win32.dir\Release\win32.lastbuildstate". Build succeeded. Time Elapsed 00:00:06.46 ------ Build started: Project: common, Configuration: Release Win32 ------ Build started 04.08.2010 21:57:42. PrepareForBuild: Creating directory "D:\pvpgn\build\src\common\Release\". InitializeBuildStatus: Creating "common.dir\Release\common.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/common/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\common\CMakeFiles\generate.stamp is up-to-date. ClCompile: addr.cpp asnprintf.cpp bnethashconv.cpp bnethash.cpp ..\..\..\src\common\bnethash.cpp(62): warning C4146: unary minus operator applied to unsigned type, result still unsigned bnettime.cpp bn_type.cpp ..\..\..\src\common\bn_type.cpp(53): warning C4146: unary minus operator applied to unsigned type, result still unsigned conf.cpp d2char_checksum.cpp eventlog.cpp fdwatch.cpp ..\..\..\src\common\fdwatch.cpp(138): warning C4018: '>=' : signed/unsigned mismatch ..\..\..\src\common\fdwatch.cpp(162): warning C4018: '>=' : signed/unsigned mismatch D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] d:\pvpgn\src\common\fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list fdwatch_epoll.cpp fdwatch_kqueue.cpp fdwatch_poll.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] d:\pvpgn\src\common\fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list fdwatch_select.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] d:\pvpgn\src\common\fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list fdwbackend.cpp give_up_root_privileges.cpp hashtable.cpp hexdump.cpp list.cpp network.cpp Generating Code... Compiling... packet.cpp ..\..\..\src\common\packet.cpp(548): warning C4065: switch statement contains 'default' but no 'case' labels ..\..\..\src\common\packet.cpp(791): warning C4065: switch statement contains 'default' but no 'case' labels proginfo.cpp queue.cpp rcm.cpp rlimit.cpp systemerror.cpp tag.cpp token.cpp trans.cpp util.cpp wolhash.cpp xalloc.cpp xstr.cpp xstring.cpp gui_printf.cpp ..\..\..\src\common\gui_printf.cpp(37): warning C4101: 'end_lines' : unreferenced local variable ..\..\..\src\common\gui_printf.cpp(37): warning C4101: 'start_lines' : unreferenced local variable bigint.cpp ..\..\..\src\common\bigint.cpp(277): warning C4307: '+' : integral constant overflow bnetsrp3.cpp peerchat.cpp Generating Code... Lib: common.vcxproj -> D:\pvpgn\build\src\common\Release\common.lib FinalizeBuildStatus: Deleting file "common.dir\Release\common.unsuccessfulbuild". Touching "common.dir\Release\common.lastbuildstate". Build succeeded. Time Elapsed 00:00:24.50 ------ Build started: Project: compat, Configuration: Release Win32 ------ Build started 04.08.2010 21:58:06. PrepareForBuild: Creating directory "D:\pvpgn\build\src\compat\Release\". InitializeBuildStatus: Creating "compat.dir\Release\compat.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/compat/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\compat\CMakeFiles\generate.stamp is up-to-date. ClCompile: gettimeofday.cpp ..\..\..\src\compat\gettimeofday.cpp(53): warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data inet_aton.cpp inet_ntoa.cpp mmap.cpp pdir.cpp pgetopt.cpp psock.cpp snprintf.cpp strcasecmp.cpp strdup.cpp strerror.cpp strncasecmp.cpp strsep.cpp strtoul.cpp uname.cpp vsnprintf.cpp Generating Code... Lib: compat.vcxproj -> D:\pvpgn\build\src\compat\Release\compat.lib FinalizeBuildStatus: Deleting file "compat.dir\Release\compat.unsuccessfulbuild". Touching "compat.dir\Release\compat.lastbuildstate". Build succeeded. Time Elapsed 00:00:10.03 ------ Build started: Project: sha1hash, Configuration: Release Win32 ------ Build started 04.08.2010 21:58:17. PrepareForBuild: Creating directory "D:\pvpgn\build\src\bnpass\Release\". InitializeBuildStatus: Creating "sha1hash.dir\Release\sha1hash.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/bnpass/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\bnpass\CMakeFiles\generate.stamp is up-to-date. ClCompile: sha1hash.cpp ..\..\..\src\bnpass\sha1hash.cpp(89): warning C4101: 'i' : unreferenced local variable Link: sha1hash.vcxproj -> D:\pvpgn\build\src\bnpass\Release\sha1hash.exe FinalizeBuildStatus: Deleting file "sha1hash.dir\Release\sha1hash.unsuccessfulbuild". Touching "sha1hash.dir\Release\sha1hash.lastbuildstate". Build succeeded. Time Elapsed 00:00:03.29 ------ Build started: Project: bntrackd, Configuration: Release Win32 ------ Build started 04.08.2010 21:58:20. PrepareForBuild: Creating directory "D:\pvpgn\build\src\bntrackd\Release\". InitializeBuildStatus: Creating "bntrackd.dir\Release\bntrackd.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/bntrackd/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\bntrackd\CMakeFiles\generate.stamp is up-to-date. ClCompile: bntrackd.cpp Link: bntrackd.vcxproj -> D:\pvpgn\build\src\bntrackd\Release\bntrackd.exe FinalizeBuildStatus: Deleting file "bntrackd.dir\Release\bntrackd.unsuccessfulbuild". Touching "bntrackd.dir\Release\bntrackd.lastbuildstate". Build succeeded. Time Elapsed 00:00:03.45 ------ Build started: Project: bnstat, Configuration: Release Win32 ------ Build started 04.08.2010 21:58:24. PrepareForBuild: Creating directory "D:\pvpgn\build\src\client\Release\". InitializeBuildStatus: Creating "bnstat.dir\Release\bnstat.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/client/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\client\CMakeFiles\generate.stamp is up-to-date. ClCompile: bnstat.cpp client.cpp client_connect.cpp ..\..\..\src\client\client_connect.cpp(339): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint32', possible loss of data udptest.cpp Generating Code... Link: bnstat.vcxproj -> D:\pvpgn\build\src\client\Release\bnstat.exe FinalizeBuildStatus: Deleting file "bnstat.dir\Release\bnstat.unsuccessfulbuild". Touching "bnstat.dir\Release\bnstat.lastbuildstate". Build succeeded. Time Elapsed 00:00:07.35 ------ Build started: Project: bnpass, Configuration: Release Win32 ------ Build started 04.08.2010 21:58:32. InitializeBuildStatus: Creating "bnpass.dir\Release\bnpass.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/bnpass/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\bnpass\CMakeFiles\generate.stamp is up-to-date. ClCompile: bnpass.cpp Link: bnpass.vcxproj -> D:\pvpgn\build\src\bnpass\Release\bnpass.exe FinalizeBuildStatus: Deleting file "bnpass.dir\Release\bnpass.unsuccessfulbuild". Touching "bnpass.dir\Release\bnpass.lastbuildstate". Build succeeded. Time Elapsed 00:00:01.95 ------ Build started: Project: bnilist, Configuration: Release Win32 ------ Build started 04.08.2010 21:58:34. PrepareForBuild: Creating directory "D:\pvpgn\build\src\bniutils\Release\". InitializeBuildStatus: Creating "bnilist.dir\Release\bnilist.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/bniutils/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\bniutils\CMakeFiles\generate.stamp is up-to-date. ClCompile: bnilist.cpp fileio.cpp ..\..\..\src\bniutils\fileio.cpp(154): warning C4244: '=' : conversion from 'pvpgn::t_uint16' to 'unsigned char', possible loss of data ..\..\..\src\bniutils\fileio.cpp(167): warning C4244: '=' : conversion from 'pvpgn::t_uint16' to 'unsigned char', possible loss of data tga.cpp Generating Code... Link: bnilist.vcxproj -> D:\pvpgn\build\src\bniutils\Release\bnilist.exe FinalizeBuildStatus: Deleting file "bnilist.dir\Release\bnilist.unsuccessfulbuild". Touching "bnilist.dir\Release\bnilist.lastbuildstate". Build succeeded. Time Elapsed 00:00:02.17 ------ Build started: Project: tgainfo, Configuration: Release Win32 ------ Build started 04.08.2010 21:58:36. InitializeBuildStatus: Creating "tgainfo.dir\Release\tgainfo.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/bniutils/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\bniutils\CMakeFiles\generate.stamp is up-to-date. ClCompile: tgainfo.cpp fileio.cpp ..\..\..\src\bniutils\fileio.cpp(154): warning C4244: '=' : conversion from 'pvpgn::t_uint16' to 'unsigned char', possible loss of data ..\..\..\src\bniutils\fileio.cpp(167): warning C4244: '=' : conversion from 'pvpgn::t_uint16' to 'unsigned char', possible loss of data tga.cpp Generating Code... Link: tgainfo.vcxproj -> D:\pvpgn\build\src\bniutils\Release\tgainfo.exe FinalizeBuildStatus: Deleting file "tgainfo.dir\Release\tgainfo.unsuccessfulbuild". Touching "tgainfo.dir\Release\tgainfo.lastbuildstate". Build succeeded. Time Elapsed 00:00:01.87 ------ Build started: Project: bnibuild, Configuration: Release Win32 ------ Build started 04.08.2010 21:58:38. InitializeBuildStatus: Creating "bnibuild.dir\Release\bnibuild.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/bniutils/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\bniutils\CMakeFiles\generate.stamp is up-to-date. ClCompile: bnibuild.cpp fileio.cpp ..\..\..\src\bniutils\fileio.cpp(154): warning C4244: '=' : conversion from 'pvpgn::t_uint16' to 'unsigned char', possible loss of data ..\..\..\src\bniutils\fileio.cpp(167): warning C4244: '=' : conversion from 'pvpgn::t_uint16' to 'unsigned char', possible loss of data bni.cpp tga.cpp Generating Code... Link: bnibuild.vcxproj -> D:\pvpgn\build\src\bniutils\Release\bnibuild.exe FinalizeBuildStatus: Deleting file "bnibuild.dir\Release\bnibuild.unsuccessfulbuild". Touching "bnibuild.dir\Release\bnibuild.lastbuildstate". Build succeeded. Time Elapsed 00:00:02.10 ------ Build started: Project: bni2tga, Configuration: Release Win32 ------ Build started 04.08.2010 21:58:41. InitializeBuildStatus: Creating "bni2tga.dir\Release\bni2tga.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/bniutils/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\bniutils\CMakeFiles\generate.stamp is up-to-date. ClCompile: bni2tga.cpp fileio.cpp ..\..\..\src\bniutils\fileio.cpp(154): warning C4244: '=' : conversion from 'pvpgn::t_uint16' to 'unsigned char', possible loss of data ..\..\..\src\bniutils\fileio.cpp(167): warning C4244: '=' : conversion from 'pvpgn::t_uint16' to 'unsigned char', possible loss of data Generating Code... Link: bni2tga.vcxproj -> D:\pvpgn\build\src\bniutils\Release\bni2tga.exe FinalizeBuildStatus: Deleting file "bni2tga.dir\Release\bni2tga.unsuccessfulbuild". Touching "bni2tga.dir\Release\bni2tga.lastbuildstate". Build succeeded. Time Elapsed 00:00:01.34 ------ Build started: Project: bnftp, Configuration: Release Win32 ------ Build started 04.08.2010 21:58:42. InitializeBuildStatus: Creating "bnftp.dir\Release\bnftp.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/client/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\client\CMakeFiles\generate.stamp is up-to-date. ClCompile: bnftp.cpp client.cpp Generating Code... Link: bnftp.vcxproj -> D:\pvpgn\build\src\client\Release\bnftp.exe FinalizeBuildStatus: Deleting file "bnftp.dir\Release\bnftp.unsuccessfulbuild". Touching "bnftp.dir\Release\bnftp.lastbuildstate". Build succeeded. Time Elapsed 00:00:03.03 ------ Build started: Project: bnetsrp3_test, Configuration: Release Win32 ------ Build started 04.08.2010 21:58:45. PrepareForBuild: Creating directory "D:\pvpgn\build\src\test\Release\". InitializeBuildStatus: Creating "bnetsrp3_test.dir\Release\bnetsrp3_test.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/test/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\test\CMakeFiles\generate.stamp is up-to-date. ClCompile: bnetsrp3_test.cpp ..\..\..\src\test\bnetsrp3_test.cpp(30): warning C4101: 'output' : unreferenced local variable ..\..\..\src\test\bnetsrp3_test.cpp(31): warning C4101: 'data' : unreferenced local variable Link: bnetsrp3_test.vcxproj -> D:\pvpgn\build\src\test\Release\bnetsrp3_test.exe FinalizeBuildStatus: Deleting file "bnetsrp3_test.dir\Release\bnetsrp3_test.unsuccessfulbuild". Touching "bnetsrp3_test.dir\Release\bnetsrp3_test.lastbuildstate". Build succeeded. Time Elapsed 00:00:01.93 ------ Build started: Project: bnetd, Configuration: Release Win32 ------ Build started 04.08.2010 21:58:47. PrepareForBuild: Creating directory "D:\pvpgn\build\src\bnetd\Release\". InitializeBuildStatus: Creating "bnetd.dir\Release\bnetd.unsuccessfulbuild" because "AlwaysCreate" was specified. CustomBuild: Building Custom Rule D:/pvpgn/src/bnetd/CMakeLists.txt CMake does not need to re-run because D:\pvpgn\build\src\bnetd\CMakeFiles\generate.stamp is up-to-date. ClCompile: account.cpp ..\..\..\src\bnetd\account.cpp(365): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list account_wrap.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list adbanner.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list alias_command.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list anongame.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list anongame_gameresult.cpp anongame_infos.cpp anongame_maplists.cpp attrgroup.cpp attrlayer.cpp autoupdate.cpp channel_conv.cpp channel.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list character.cpp clan.cpp ..\..\..\src\bnetd\clan.cpp(1383): warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list cmdline.cpp command.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list command_groups.cpp connection.cpp ..\..\..\src\bnetd\connection.cpp(478): warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data ..\..\..\src\bnetd\connection.cpp(4075): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\connection.cpp(4097): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list file_cdb.cpp Generating Code... d:\pvpgn\src\bnetd\command.cpp(4648): warning C4789: destination of memory copy is too small Compiling... file.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list file_plain.cpp friends.cpp game_conv.cpp ..\..\..\src\bnetd\game_conv.cpp(425): warning C4065: switch statement contains 'default' but no 'case' labels ..\..\..\src\bnetd\game_conv.cpp(479): warning C4065: switch statement contains 'default' but no 'case' labels ..\..\..\src\bnetd\game_conv.cpp(631): warning C4065: switch statement contains 'default' but no 'case' labels game.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_anongame.cpp ..\..\..\src\bnetd\handle_anongame.cpp(369): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data ..\..\..\src\bnetd\handle_anongame.cpp(750): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint16', possible loss of data ..\..\..\src\bnetd\handle_anongame.cpp(766): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint16', possible loss of data ..\..\..\src\bnetd\handle_anongame.cpp(782): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint16', possible loss of data ..\..\..\src\bnetd\handle_anongame.cpp(798): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint16', possible loss of data ..\..\..\src\bnetd\handle_anongame.cpp(840): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint16', possible loss of data D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_apireg.cpp ..\..\..\src\bnetd\handle_apireg.cpp(326): warning C4101: 'apiregmember' : unreferenced local variable ..\..\..\src\bnetd\handle_apireg.cpp(463): warning C4101: 'apiregmember' : unreferenced local variable D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_bnet.cpp ..\..\..\src\bnetd\handle_bnet.cpp(660): warning C4101: 'upass' : unreferenced local variable ..\..\..\src\bnetd\handle_bnet.cpp(1734): warning C4101: 'server_public_key' : unreferenced local variable ..\..\..\src\bnetd\handle_bnet.cpp(1776): warning C4101: 'passhash' : unreferenced local variable ..\..\..\src\bnetd\handle_bnet.cpp(1844): warning C4101: 'server_public_key' : unreferenced local variable ..\..\..\src\bnetd\handle_bnet.cpp(1964): warning C4101: 'clienthash' : unreferenced local variable ..\..\..\src\bnetd\handle_bnet.cpp(1963): warning C4101: 'serverhash' : unreferenced local variable ..\..\..\src\bnetd\handle_bnet.cpp(2527): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint32', possible loss of data ..\..\..\src\bnetd\handle_bnet.cpp(2628): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint32', possible loss of data ..\..\..\src\bnetd\handle_bnet.cpp(2631): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint32', possible loss of data ..\..\..\src\bnetd\handle_bnet.cpp(2632): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint32', possible loss of data ..\..\..\src\bnetd\handle_bnet.cpp(2679): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint32', possible loss of data ..\..\..\src\bnetd\handle_bnet.cpp(2822): warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data ..\..\..\src\bnetd\handle_bnet.cpp(4704): warning C4018: '<' : signed/unsigned mismatch ..\..\..\src\bnetd\handle_bnet.cpp(4774): warning C4018: '<' : signed/unsigned mismatch ..\..\..\src\bnetd\handle_bnet.cpp(4997): warning C4018: '<' : signed/unsigned mismatch D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_bot.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_d2cs.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_file.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_init.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_irc_common.cpp ..\..\..\src\bnetd\handle_irc_common.cpp(300): warning C4101: 'test' : unreferenced local variable D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_irc.cpp ..\..\..\src\bnetd\handle_irc.cpp(531): warning C4101: 'ircname' : unreferenced local variable ..\..\..\src\bnetd\handle_irc.cpp(533): warning C4101: 'temp' : unreferenced local variable D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_telnet.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_udp.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_wol.cpp ..\..\..\src\bnetd\handle_wol.cpp(269): warning C4101: '_temp' : unreferenced local variable ..\..\..\src\bnetd\handle_wol.cpp(644): warning C4101: 'ircname' : unreferenced local variable ..\..\..\src\bnetd\handle_wol.cpp(646): warning C4101: 'temp' : unreferenced local variable ..\..\..\src\bnetd\handle_wol.cpp(1782): warning C4018: '<' : signed/unsigned mismatch D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_wol_gameres.cpp ..\..\..\src\bnetd\handle_wol_gameres.cpp(699): warning C4101: 'i' : unreferenced local variable ..\..\..\src\bnetd\handle_wol_gameres.cpp(929): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\handle_wol_gameres.cpp(932): warning C4800: 'pvpgn::t_uint32' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\handle_wol_gameres.cpp(963): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\handle_wol_gameres.cpp(1030): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\handle_wol_gameres.cpp(1033): warning C4800: 'pvpgn::t_uint32' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\handle_wol_gameres.cpp(1054): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\handle_wol_gameres.cpp(1057): warning C4800: 'pvpgn::t_uint32' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\handle_wol_gameres.cpp(1100): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\handle_wol_gameres.cpp(1103): warning C4800: 'pvpgn::t_uint32' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\handle_wol_gameres.cpp(1387): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\handle_wol_gameres.cpp(1417): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\handle_wol_gameres.cpp(1438): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\handle_wol_gameres.cpp(1469): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning) ..\..\..\src\bnetd\handle_wol_gameres.cpp(2424): warning C4018: '<' : signed/unsigned mismatch D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list helpfile.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list ipban.cpp ..\..\..\src\bnetd\ipban.cpp(418): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data ..\..\..\src\bnetd\ipban.cpp(421): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data ..\..\..\src\bnetd\ipban.cpp(676): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list Generating Code... d:\pvpgn\src\bnetd\handle_wol.cpp(1666): warning C4715: 'pvpgn::bnetd::_ladder_is_integer' : not all control paths return a value Compiling... irc.cpp ..\..\..\src\bnetd\irc.cpp(750): warning C4101: 'temp_' : unreferenced local variable D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list ladder_calc.cpp ladder.cpp ..\..\..\src\bnetd\ladder.cpp(125): warning C4101: 'rating' : unreferenced local variable mail.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list main.cpp ..\..\..\src\bnetd\main.cpp(207): warning C4101: 'pid' : unreferenced local variable D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list message.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list news.cpp ..\..\..\src\bnetd\news.cpp(206): warning C4244: 'return' : conversion from 'time_t' to 'unsigned int', possible loss of data ..\..\..\src\bnetd\news.cpp(212): warning C4244: 'return' : conversion from 'time_t' to 'unsigned int', possible loss of data output.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list prefs.cpp realm.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list runprog.cpp server.cpp ..\..\..\src\bnetd\server.cpp(1287): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list sql_common.cpp sql_dbcreator.cpp ..\..\..\src\bnetd\sql_dbcreator.cpp(751): warning C4018: '<' : signed/unsigned mismatch ..\..\..\src\bnetd\sql_dbcreator.cpp(759): warning C4018: '<' : signed/unsigned mismatch sql_mysql.cpp ..\..\..\src\bnetd\sql_mysql.cpp(27): fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory sql_odbc.cpp sql_pgsql.cpp sql_sqlite3.cpp storage.cpp storage_file.cpp Generating Code... d:\pvpgn\src\bnetd\irc.cpp(1044): warning C4715: 'pvpgn::bnetd::irc_send_rpl_namreply_internal' : not all control paths return a value Compiling... storage_sql2.cpp ..\..\..\src\bnetd\storage_sql2.cpp(316): warning C4101: 'p' : unreferenced local variable storage_sql.cpp support.cpp team.cpp tick.cpp timer.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list topic.cpp tournament.cpp ..\..\..\src\bnetd\tournament.cpp(422): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data ..\..\..\src\bnetd\tournament.cpp(443): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data ..\..\..\src\bnetd\tournament.cpp(464): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data ..\..\..\src\bnetd\tournament.cpp(485): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data ..\..\..\src\bnetd\tournament.cpp(506): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data ..\..\..\src\bnetd\tournament.cpp(527): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data ..\..\..\src\bnetd\tournament.cpp(548): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data ..\..\..\src\bnetd\tournament.cpp(569): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data tracker.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list udptest_send.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list versioncheck.cpp watch.cpp D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list anongame_wol.cpp ..\..\..\src\bnetd\anongame_wol.cpp(267): warning C4101: 'player' : unreferenced local variable ..\..\..\src\bnetd\anongame_wol.cpp(514): warning C4101: 'ctag' : unreferenced local variable ..\..\..\src\bnetd\anongame_wol.cpp(515): warning C4101: 'channelname' : unreferenced local variable D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list D:\pvpgn\src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)' with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled with [ T=pvpgn::t_fdwatch_fd ] D:\pvpgn\src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list handle_wserv.cpp D:\pvpgn\src\common/...
08-05-2010, 04:54 PM
Ребят, подскажите, есть ли смысл собирать версию 1,99 или лучше оставаться на 1,85?
08-05-2010, 05:38 PM
MaZzZaFaKa Написал:Там в VC ++ Directories бред какой то ничего нету только текст. СкринНаписано, что настройка перенесена в Tools > Options
10-19-2010, 02:22 PM
Есть ли гайд по установки MySQL вообщем создать конфигурации
ошибка 1130 Заранее спс
10-19-2010, 04:05 PM
Пытаетесь удаленно подключиться к MySQL без необходимых привилегий.
PHP код:
10-19-2010, 04:40 PM
10-19-2010, 06:07 PM
ты случайно не устанавливал раньше MySQL ?
|
« Предыдущая | Следующая »
|
Возможно похожие темы ... | |||||
Тема | Автор | Ответы | Просмотры | Последний пост | |
PVPgn и долбаный NAT | 1 | 3,068 |
06-05-2023, 03:11 AM Последний пост: Azzlaer |
||
Web-статистика Battle.net [PvPGN] | 19 | 16,333 |
06-05-2023, 03:10 AM Последний пост: Azzlaer |
||
PvPGN для новичков | 225 | 163,625 |
01-22-2014, 05:29 PM Последний пост: Begzod |
||
Создание своего сервера для WarCraft 3 (PvPGN) | 22 | 45,438 |
06-12-2013, 02:05 AM Последний пост: Begzod |
||
как поставить бота на pvpgn? | 1 | 4,133 |
11-16-2012, 06:15 AM Последний пост: Csandr |
||
Статистика PvPGN для DotA | 9 | 6,773 |
09-23-2012, 07:21 AM Последний пост: Csandr |
||
PvPGN Web Registration System v0.2 beta | 10 | 5,980 |
07-19-2012, 07:11 AM Последний пост: Nasdomlan |
||
(Помогите) Как создасть сервер Red Alert 2 при припомощи PvPGN | 1 | 4,961 |
06-04-2012, 08:02 AM Последний пост: Csandr |
||
pvpgn+ghost | 8 | 6,665 |
03-27-2012, 10:12 PM Последний пост: qqbb |
||
Проблема с PvPGN | 4 | 5,279 |
11-08-2011, 09:41 PM Последний пост: Rush |