Skip to forum content

You are not logged in. Please login or register.


Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 3

1

Topic: LOCK help

ошибка при компиляции
из за этого кода

std::vector<std::string> args = [b]split_command[/b](text, 3);

как исправить??
в command.h добавил

extern int std::vector<std::string> split_command(char const * text, int args_count);

Ошибка

1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Release Win32 ------
1>  Checking Build System
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/src/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/conf/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/man/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/files/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/src/compat/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/src/common/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/src/win32/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/src/tinycdb/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/src/bntrackd/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/src/client/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/src/bniutils/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/src/bnpass/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/src/bnetd/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/src/d2cs/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/src/d2dbs/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because D:/Ghost++/SERVERS/build/src/test/CMakeFiles/generate.stamp is up-to-date.
2>------ Rebuild All started: Project: tinycdb, Configuration: Release Win32 ------
3>------ Rebuild All started: Project: win32, Configuration: Release Win32 ------
4>------ Rebuild All started: Project: common, Configuration: Release Win32 ------
5>------ Rebuild All started: Project: compat, Configuration: Release Win32 ------
3>  Building Custom Rule D:/Ghost++/SERVERS/src/win32/CMakeLists.txt
2>  Building Custom Rule D:/Ghost++/SERVERS/src/tinycdb/CMakeLists.txt
3>  CMake does not need to re-run because D:\Ghost++\SERVERS\build\src\win32\CMakeFiles\generate.stamp is up-to-date.
2>  CMake does not need to re-run because D:\Ghost++\SERVERS\build\src\tinycdb\CMakeFiles\generate.stamp is up-to-date.
5>  Building Custom Rule D:/Ghost++/SERVERS/src/compat/CMakeLists.txt
5>  CMake does not need to re-run because D:\Ghost++\SERVERS\build\src\compat\CMakeFiles\generate.stamp is up-to-date.
4>  Building Custom Rule D:/Ghost++/SERVERS/src/common/CMakeLists.txt
3>  service.cpp
2>  cdb_find.cpp
5>  gettimeofday.cpp
4>  CMake does not need to re-run because D:\Ghost++\SERVERS\build\src\common\CMakeFiles\generate.stamp is up-to-date.
5>..\..\..\src\compat\gettimeofday.cpp(53): warning C4244: '=' : conversion from 'time_t' to 'long', possible loss of data
5>  inet_aton.cpp
2>  cdb_findnext.cpp
4>  addr.cpp
2>  cdb_hash.cpp
2>  cdb_init.cpp
2>  cdb_make_add.cpp
2>  cdb_make.cpp
3>  console_output.cpp
2>  cdb_make_find.cpp
5>  inet_ntoa.cpp
4>  asnprintf.cpp
5>  mmap.cpp
2>  cdb_make_put.cpp
4>  bnethashconv.cpp
2>  cdb_seek.cpp
4>  bnethash.cpp
2>  cdb_seq.cpp
2>  cdb_unpack.cpp
4>..\..\..\src\common\bnethash.cpp(62): warning C4146: unary minus operator applied to unsigned type, result still unsigned
4>  bnettime.cpp
2>  Generating Code...
4>  bn_type.cpp
4>..\..\..\src\common\bn_type.cpp(53): warning C4146: unary minus operator applied to unsigned type, result still unsigned
4>  conf.cpp
4>  d2char_checksum.cpp
5>  pdir.cpp
4>  eventlog.cpp
4>  fdwatch.cpp
2>  tinycdb.vcxproj -> D:\Ghost++\SERVERS\build\src\tinycdb\Release\tinycdb.lib
3>  Generating Code...
5>  pgetopt.cpp
3>  win32.vcxproj -> D:\Ghost++\SERVERS\build\src\win32\Release\win32.lib
5>  psock.cpp
4>..\..\..\src\common\fdwatch.cpp(138): warning C4018: '>=' : signed/unsigned mismatch
4>..\..\..\src\common\fdwatch.cpp(162): warning C4018: '>=' : signed/unsigned mismatch
4>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
4>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
4>          with
4>          [
4>              T=pvpgn::t_fdwatch_fd
4>          ]
4>          d:\ghost++\servers\src\common\fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
4>          with
4>          [
4>              T=pvpgn::t_fdwatch_fd
4>          ]
4>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
4>  fdwatch_epoll.cpp
4>  fdwatch_kqueue.cpp
4>  fdwatch_poll.cpp
5>  snprintf.cpp
4>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
4>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
4>          with
4>          [
4>              T=pvpgn::t_fdwatch_fd
4>          ]
4>          d:\ghost++\servers\src\common\fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
4>          with
4>          [
4>              T=pvpgn::t_fdwatch_fd
4>          ]
4>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
4>  fdwatch_select.cpp
5>  strcasecmp.cpp
5>  strdup.cpp
5>  strerror.cpp
5>  strncasecmp.cpp
5>  strsep.cpp
4>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
4>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
4>          with
4>          [
4>              T=pvpgn::t_fdwatch_fd
4>          ]
4>          d:\ghost++\servers\src\common\fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
4>          with
4>          [
4>              T=pvpgn::t_fdwatch_fd
4>          ]
4>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
5>  strtoul.cpp
4>  fdwbackend.cpp
5>  uname.cpp
4>  give_up_root_privileges.cpp
4>  hashtable.cpp
4>  hexdump.cpp
4>  list.cpp
4>  network.cpp
5>  vsnprintf.cpp
5>  Generating Code...
4>  Generating Code...
5>  compat.vcxproj -> D:\Ghost++\SERVERS\build\src\compat\Release\compat.lib
4>  Compiling...
4>  packet.cpp
4>..\..\..\src\common\packet.cpp(548): warning C4065: switch statement contains 'default' but no 'case' labels
4>..\..\..\src\common\packet.cpp(791): warning C4065: switch statement contains 'default' but no 'case' labels
4>  proginfo.cpp
4>  queue.cpp
4>  rcm.cpp
4>  rlimit.cpp
4>  systemerror.cpp
4>  tag.cpp
4>  token.cpp
4>  trans.cpp
4>  util.cpp
4>  wolhash.cpp
4>  xalloc.cpp
4>  xstr.cpp
4>  xstring.cpp
4>  gui_printf.cpp
4>  bigint.cpp
4>..\..\..\src\common\bigint.cpp(277): warning C4307: '+' : integral constant overflow
4>  bnetsrp3.cpp
4>  peerchat.cpp
4>  Generating Code...
4>  common.vcxproj -> D:\Ghost++\SERVERS\build\src\common\Release\common.lib
6>------ Rebuild All started: Project: bnetd, Configuration: Release Win32 ------
6>  Building Custom Rule D:/Ghost++/SERVERS/src/bnetd/CMakeLists.txt
6>  CMake does not need to re-run because D:\Ghost++\SERVERS\build\src\bnetd\CMakeFiles\generate.stamp is up-to-date.
6>  account.cpp
6>..\..\..\src\bnetd\account.cpp(365): warning C4244: 'initializing' : conversion from 'time_t' to 'int', possible loss of data
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  account_wrap.cpp
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2146: syntax error : missing ';' before identifier 'split_command'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2936: 'std::vector<_Ty>' : template-class-id redefined as a global data variable
6>          with
6>          [
6>              _Ty=std::string
6>          ]
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2888: 'std::vector<_Ty>' : symbol cannot be defined within namespace 'bnetd'
6>          with
6>          [
6>              _Ty=std::string
6>          ]
6>d:\ghost++\servers\src\bnetd\command.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
6>  adbanner.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  alias_command.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  anongame.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  anongame_gameresult.cpp
6>  anongame_infos.cpp
6>  anongame_maplists.cpp
6>  attrgroup.cpp
6>  attrlayer.cpp
6>  autoupdate.cpp
6>  channel_conv.cpp
6>  channel.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  character.cpp
6>  clan.cpp
6>..\..\..\src\bnetd\clan.cpp(1383): warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  cmdline.cpp
6>  command.cpp
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2039: 'vector' : is not a member of 'std'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2143: syntax error : missing ';' before '<'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2039: 'string' : is not a member of 'std'
6>..\..\..\src\bnetd\command.cpp(783): warning C4146: unary minus operator applied to unsigned type, result still unsigned
6>..\..\..\src\bnetd\command.cpp(4663): error C3861: 'split_command': identifier not found
6>..\..\..\src\bnetd\command.cpp(4695): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>..\..\..\src\bnetd\command.cpp(4705): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>  command_groups.cpp
6>  connection.cpp
6>..\..\..\src\bnetd\connection.cpp(478): warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
6>..\..\..\src\bnetd\connection.cpp(4075): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\connection.cpp(4097): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  file_cdb.cpp
6>  Generating Code...
6>  Compiling...
6>  file.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  file_plain.cpp
6>  friends.cpp
6>  game_conv.cpp
6>..\..\..\src\bnetd\game_conv.cpp(425): warning C4065: switch statement contains 'default' but no 'case' labels
6>..\..\..\src\bnetd\game_conv.cpp(479): warning C4065: switch statement contains 'default' but no 'case' labels
6>..\..\..\src\bnetd\game_conv.cpp(631): warning C4065: switch statement contains 'default' but no 'case' labels
6>  game.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  handle_anongame.cpp
6>..\..\..\src\bnetd\handle_anongame.cpp(369): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>..\..\..\src\bnetd\handle_anongame.cpp(750): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint16', possible loss of data
6>..\..\..\src\bnetd\handle_anongame.cpp(766): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint16', possible loss of data
6>..\..\..\src\bnetd\handle_anongame.cpp(782): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint16', possible loss of data
6>..\..\..\src\bnetd\handle_anongame.cpp(798): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint16', possible loss of data
6>..\..\..\src\bnetd\handle_anongame.cpp(840): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint16', possible loss of data
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  handle_apireg.cpp
6>..\..\..\src\bnetd\handle_apireg.cpp(326): warning C4101: 'apiregmember' : unreferenced local variable
6>..\..\..\src\bnetd\handle_apireg.cpp(463): warning C4101: 'apiregmember' : unreferenced local variable
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  handle_bnet.cpp
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2146: syntax error : missing ';' before identifier 'split_command'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2936: 'std::vector<_Ty>' : template-class-id redefined as a global data variable
6>          with
6>          [
6>              _Ty=std::string
6>          ]
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2888: 'std::vector<_Ty>' : symbol cannot be defined within namespace 'bnetd'
6>          with
6>          [
6>              _Ty=std::string
6>          ]
6>d:\ghost++\servers\src\bnetd\command.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
6>..\..\..\src\bnetd\handle_bnet.cpp(2527): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint32', possible loss of data
6>..\..\..\src\bnetd\handle_bnet.cpp(2628): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint32', possible loss of data
6>..\..\..\src\bnetd\handle_bnet.cpp(2631): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint32', possible loss of data
6>..\..\..\src\bnetd\handle_bnet.cpp(2632): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint32', possible loss of data
6>..\..\..\src\bnetd\handle_bnet.cpp(2679): warning C4244: 'argument' : conversion from 'time_t' to 'pvpgn::t_uint32', possible loss of data
6>..\..\..\src\bnetd\handle_bnet.cpp(2684): warning C4129: '|' : unrecognized character escape sequence
6>..\..\..\src\bnetd\handle_bnet.cpp(2822): warning C4244: '=' : conversion from 'time_t' to 'int', possible loss of data
6>..\..\..\src\bnetd\handle_bnet.cpp(4704): warning C4018: '<' : signed/unsigned mismatch
6>..\..\..\src\bnetd\handle_bnet.cpp(4774): warning C4018: '<' : signed/unsigned mismatch
6>..\..\..\src\bnetd\handle_bnet.cpp(4997): warning C4018: '<' : signed/unsigned mismatch
6>  handle_bot.cpp
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2146: syntax error : missing ';' before identifier 'split_command'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2936: 'std::vector<_Ty>' : template-class-id redefined as a global data variable
6>          with
6>          [
6>              _Ty=std::string
6>          ]
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2888: 'std::vector<_Ty>' : symbol cannot be defined within namespace 'bnetd'
6>          with
6>          [
6>              _Ty=std::string
6>          ]
6>d:\ghost++\servers\src\bnetd\command.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
6>  handle_d2cs.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  handle_file.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  handle_init.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  handle_irc_common.cpp
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2039: 'vector' : is not a member of 'std'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2143: syntax error : missing ';' before '<'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2039: 'string' : is not a member of 'std'
6>  handle_irc.cpp
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2039: 'vector' : is not a member of 'std'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2143: syntax error : missing ';' before '<'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2039: 'string' : is not a member of 'std'
6>  handle_telnet.cpp
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2146: syntax error : missing ';' before identifier 'split_command'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2936: 'std::vector<_Ty>' : template-class-id redefined as a global data variable
6>          with
6>          [
6>              _Ty=std::string
6>          ]
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2888: 'std::vector<_Ty>' : symbol cannot be defined within namespace 'bnetd'
6>          with
6>          [
6>              _Ty=std::string
6>          ]
6>d:\ghost++\servers\src\bnetd\command.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
6>  handle_udp.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  handle_wol.cpp
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2039: 'vector' : is not a member of 'std'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2143: syntax error : missing ';' before '<'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2039: 'string' : is not a member of 'std'
6>..\..\..\src\bnetd\handle_wol.cpp(1782): warning C4018: '<' : signed/unsigned mismatch
6>  handle_wol_gameres.cpp
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(699): warning C4101: 'i' : unreferenced local variable
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(929): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(932): warning C4800: 'pvpgn::t_uint32' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(963): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(1030): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(1033): warning C4800: 'pvpgn::t_uint32' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(1054): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(1057): warning C4800: 'pvpgn::t_uint32' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(1100): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(1103): warning C4800: 'pvpgn::t_uint32' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(1387): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(1417): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(1438): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(1469): warning C4800: 'pvpgn::t_uint8' : forcing value to bool 'true' or 'false' (performance warning)
6>..\..\..\src\bnetd\handle_wol_gameres.cpp(2424): warning C4018: '<' : signed/unsigned mismatch
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  helpfile.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  ipban.cpp
6>..\..\..\src\bnetd\ipban.cpp(418): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>..\..\..\src\bnetd\ipban.cpp(421): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>..\..\..\src\bnetd\ipban.cpp(676): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  Generating Code...
6>  Compiling...
6>  irc.cpp
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2146: syntax error : missing ';' before identifier 'split_command'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2936: 'std::vector<_Ty>' : template-class-id redefined as a global data variable
6>          with
6>          [
6>              _Ty=std::string
6>          ]
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2888: 'std::vector<_Ty>' : symbol cannot be defined within namespace 'bnetd'
6>          with
6>          [
6>              _Ty=std::string
6>          ]
6>d:\ghost++\servers\src\bnetd\command.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
6>  ladder_calc.cpp
6>  ladder.cpp
6>..\..\..\src\bnetd\ladder.cpp(125): warning C4101: 'rating' : unreferenced local variable
6>  mail.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  main.cpp
6>..\..\..\src\bnetd\main.cpp(207): warning C4101: 'pid' : unreferenced local variable
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  message.cpp
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2146: syntax error : missing ';' before identifier 'split_command'
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2936: 'std::vector<_Ty>' : template-class-id redefined as a global data variable
6>          with
6>          [
6>              _Ty=std::string
6>          ]
6>d:\ghost++\servers\src\bnetd\command.h(34): error C2888: 'std::vector<_Ty>' : symbol cannot be defined within namespace 'bnetd'
6>          with
6>          [
6>              _Ty=std::string
6>          ]
6>d:\ghost++\servers\src\bnetd\command.h(34): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
6>  news.cpp
6>..\..\..\src\bnetd\news.cpp(206): warning C4244: 'return' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>..\..\..\src\bnetd\news.cpp(212): warning C4244: 'return' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>  output.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  prefs.cpp
6>  realm.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  runprog.cpp
6>  server.cpp
6>..\..\..\src\bnetd\server.cpp(1287): warning C4244: 'argument' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  sql_common.cpp
6>  sql_dbcreator.cpp
6>..\..\..\src\bnetd\sql_dbcreator.cpp(751): warning C4018: '<' : signed/unsigned mismatch
6>..\..\..\src\bnetd\sql_dbcreator.cpp(759): warning C4018: '<' : signed/unsigned mismatch
6>  sql_mysql.cpp
6>  sql_odbc.cpp
6>  sql_pgsql.cpp
6>  sql_sqlite3.cpp
6>  storage.cpp
6>  storage_file.cpp
6>  Generating Code...
6>  Compiling...
6>  storage_sql2.cpp
6>..\..\..\src\bnetd\storage_sql2.cpp(316): warning C4101: 'p' : unreferenced local variable
6>  storage_sql.cpp
6>  support.cpp
6>  team.cpp
6>  tick.cpp
6>  timer.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  topic.cpp
6>  tournament.cpp
6>..\..\..\src\bnetd\tournament.cpp(422): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>..\..\..\src\bnetd\tournament.cpp(443): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>..\..\..\src\bnetd\tournament.cpp(464): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>..\..\..\src\bnetd\tournament.cpp(485): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>..\..\..\src\bnetd\tournament.cpp(506): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>..\..\..\src\bnetd\tournament.cpp(527): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>..\..\..\src\bnetd\tournament.cpp(548): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>..\..\..\src\bnetd\tournament.cpp(569): warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data
6>  tracker.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  udptest_send.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  versioncheck.cpp
6>  watch.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  anongame_wol.cpp
6>..\..\..\src\bnetd\anongame_wol.cpp(267): warning C4101: 'player' : unreferenced local variable
6>..\..\..\src\bnetd\anongame_wol.cpp(514): warning C4101: 'ctag' : unreferenced local variable
6>..\..\..\src\bnetd\anongame_wol.cpp(515): warning C4101: 'channelname' : unreferenced local variable
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  handle_wserv.cpp
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>          D:/Ghost++/SERVERS/src\common/elist.h(28) : while compiling class template member function 'pvpgn::elist_node<T>::elist_node(void)'
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>          D:/Ghost++/SERVERS/src\common/fdwatch.h(44) : see reference to class template instantiation 'pvpgn::elist_node<T>' being compiled
6>          with
6>          [
6>              T=pvpgn::t_fdwatch_fd
6>          ]
6>D:/Ghost++/SERVERS/src\common/elist.h(28): warning C4355: 'this' : used in base member initializer list
6>  winmain.cpp
6>  Generating Code...
========== Rebuild All: 5 succeeded, 1 failed, 0 skipped ==========

2

Re: LOCK help

6>d:\ghost++\servers\src\bnetd\command.h(34): error C2146: syntax error : missing ';' before identifier 'split_command'

о да детка, ты пропустил ;
дальше не смотрел >_>

3

Re: LOCK help

esenbek, простой поиск по тексту по подстроке ": error" покажет все ошибки при построении проекта. Дальше google в помощь с поиском по описанию ошибки.

Do not ask for support in PM.

Posts: 3

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 1 guest, 0 registered users