Ir para conteúdo

Compilando TFS 1.3 com vídeo-aula


Bruno

Posts Recomendados

Ele é compatível apenas com MySQL.

Sim, tem como fazer a implementação, porém acho que não vale o esforço.

 

Obrigado Bruno Minervinho, com isso posso ficar em paz (tava procurando um tfs 1.x que pegasse sqlite)

Rep + :D

Link para o comentário
Compartilhar em outros sites

Boa noite no meu caso tive o seguinte erro;

 

Severity

Code

Description

Project

File

Line

Error

C2280

'std::atomic<boost::lockfree::detail::tagged_index>::atomic(void) noexcept': attempting to reference a deleted function (compiling source file ..\src\outputmessage.cpp)

theforgottenserver

C:\local\boost_1_57_0\boost\lockfree\stack.hpp

140

 

 

já agradeço;

Link para o comentário
Compartilhar em outros sites

  • 2 weeks later...

Olá

O meu está dando o seguinte problema

Error 1 error C1083: Cannot open include file: 'boost/asio.h

 

Como eu nao manjo muito de programação,tenta me explicar o que fazer sem usar linguagens dificeis e etc...

KKK,tipo dizendo os passos do que fazer

Valeu brow

Link para o comentário
Compartilhar em outros sites

  • 2 weeks later...

entao mano estou com o virtual studio 2015 eu n consigo achar o build ;\ e tbm n sei oq devo importar para fazer rebiuld

Não está atualizado para VS 2015...

 

@tópico,

Como houve atualização do boost, em breve irei postar a nova versão, peço desculpas, mais momentaneamente estou sem tempo.

Link para o comentário
Compartilhar em outros sites

Seria bom se alguém tivesse explicando como fazer funcionar no vs2015 :/ ninja aparentemente postou uma solução mas não consegui entender direito :/

 

usando tfs-sdk 2.14 e boost 1.59

 

Error List

 

 

LNK1104	cannot open file 'libboost_system-vc140-mt-1_59.lib'

 

 

 

Output

 

 

1>------ Build started: Project: PokeServer, Configuration: Release x64 ------
1> otpch.cpp
1> Unknown compiler version - please run the configure tests and report the results
1>C:\local\boost_1_59_0\boost/asio/detail/config.hpp(227): warning C4005: 'BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT': macro redefinition
1> C:\local\boost_1_59_0\boost/asio/detail/config.hpp(213): note: see previous definition of 'BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT'
1> actions.cpp
1> ban.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\actions.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\actions.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\actions.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\actions.cpp)
1> baseevents.cpp
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\actions.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\actions.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\actions.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\actions.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\actions.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\actions.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\actions.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\actions.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\actions.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\actions.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\actions.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\actions.cpp)
1> bed.cpp
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\actions.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\actions.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\actions.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\actions.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\actions.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\bed.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\bed.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\bed.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\bed.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\bed.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\bed.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\bed.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\bed.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\bed.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\bed.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\bed.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\bed.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\bed.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\bed.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\bed.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\bed.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\bed.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\bed.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\bed.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\bed.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\bed.cpp)
1> chat.cpp
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\chat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\chat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\chat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\chat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\chat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\chat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\chat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\chat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\chat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\chat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\chat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\chat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\chat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\chat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\chat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\chat.cpp)
1> combat.cpp
1>..\src\chat.cpp(67): warning C4456: declaration of 'it' hides previous local declaration
1> ..\src\chat.cpp(52): note: see declaration of 'it'
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\combat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\combat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\combat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\combat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\chat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\chat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\chat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\chat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\chat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\combat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\combat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\combat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\combat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\combat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\combat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\combat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\combat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\combat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\combat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\combat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\combat.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\combat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\combat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\combat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\combat.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\combat.cpp)
1> commands.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\commands.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\commands.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\commands.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\commands.cpp)
1> condition.cpp
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\commands.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\commands.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\commands.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\commands.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\commands.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\commands.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\commands.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\commands.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\commands.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\commands.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\commands.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\commands.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\condition.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\condition.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\condition.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\condition.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\commands.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\commands.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\commands.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\commands.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\commands.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\condition.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\condition.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\condition.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\condition.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\condition.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\condition.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\condition.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\condition.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\condition.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\condition.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\condition.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\condition.cpp)
1>..\src\condition.cpp(1463): warning C4458: declaration of 'outfit' hides class member
1> e:\ot server\pokeproject\serversource1041\src\condition.h(348): note: see declaration of 'ConditionOutfit::outfit' (compiling source file ..\src\condition.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\condition.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\condition.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\condition.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\condition.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\condition.cpp)
1> configmanager.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\configmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\configmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\configmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\configmanager.cpp)
1> connection.cpp
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\configmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\configmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\configmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\configmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\configmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\configmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\configmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\configmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\configmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\configmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\configmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\configmanager.cpp)
1> container.cpp
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\configmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\configmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\configmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\configmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\configmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\container.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\container.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\container.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\container.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\container.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\container.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\container.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\container.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\container.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\container.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\container.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\container.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\container.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\container.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\container.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\container.cpp)
1>..\src\container.cpp(284): warning C4458: declaration of 'count' hides class member
1> e:\ot server\pokeproject\serversource1041\src\item.h(816): note: see declaration of 'Item::count' (compiling source file ..\src\container.cpp)
1>..\src\container.cpp(346): warning C4458: declaration of 'count' hides class member
1> e:\ot server\pokeproject\serversource1041\src\item.h(816): note: see declaration of 'Item::count' (compiling source file ..\src\container.cpp)
1>..\src\container.cpp(399): warning C4458: declaration of 'count' hides class member
1> e:\ot server\pokeproject\serversource1041\src\item.h(816): note: see declaration of 'Item::count' (compiling source file ..\src\container.cpp)
1>..\src\container.cpp(527): warning C4458: declaration of 'count' hides class member
1> e:\ot server\pokeproject\serversource1041\src\item.h(816): note: see declaration of 'Item::count' (compiling source file ..\src\container.cpp)
1>..\src\container.cpp(574): warning C4458: declaration of 'count' hides class member
1> e:\ot server\pokeproject\serversource1041\src\item.h(816): note: see declaration of 'Item::count' (compiling source file ..\src\container.cpp)
1>..\src\container.cpp(633): warning C4458: declaration of 'count' hides class member
1> e:\ot server\pokeproject\serversource1041\src\item.h(816): note: see declaration of 'Item::count' (compiling source file ..\src\container.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\container.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\container.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\container.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\container.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\container.cpp)
1> creature.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\creature.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\creature.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\creature.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\creature.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\creature.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\creature.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\creature.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\creature.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\creature.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\creature.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\creature.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\creature.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\creature.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\creature.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\creature.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\creature.cpp)
1>..\src\creature.cpp(1251): warning C4458: declaration of 'id' hides class member
1> e:\ot server\pokeproject\serversource1041\src\creature.h(503): note: see declaration of 'Creature::id' (compiling source file ..\src\creature.cpp)
1>..\src\creature.cpp(1324): warning C4458: declaration of 'id' hides class member
1> e:\ot server\pokeproject\serversource1041\src\creature.h(503): note: see declaration of 'Creature::id' (compiling source file ..\src\creature.cpp)
1> creatureevent.cpp
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\creature.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\creature.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\creature.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\creature.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\creature.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\creatureevent.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\creatureevent.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\creatureevent.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\creatureevent.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\creatureevent.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\creatureevent.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\creatureevent.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\creatureevent.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\creatureevent.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\creatureevent.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\creatureevent.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\creatureevent.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\creatureevent.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\creatureevent.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\creatureevent.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\creatureevent.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\creatureevent.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\creatureevent.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\creatureevent.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\creatureevent.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\creatureevent.cpp)
1> cylinder.cpp
1> database.cpp
1> databasemanager.cpp
1> databasetasks.cpp
1> depotchest.cpp
1>..\src\depotchest.cpp(31): warning C4458: declaration of 'count' hides class member
1> e:\ot server\pokeproject\serversource1041\src\item.h(816): note: see declaration of 'Item::count' (compiling source file ..\src\depotchest.cpp)
1>..\src\depotchest.cpp(65): warning C4458: declaration of 'parent' hides class member
1> e:\ot server\pokeproject\serversource1041\src\item.h(810): note: see declaration of 'Item::parent' (compiling source file ..\src\depotchest.cpp)
1>..\src\depotchest.cpp(73): warning C4458: declaration of 'parent' hides class member
1> e:\ot server\pokeproject\serversource1041\src\item.h(810): note: see declaration of 'Item::parent' (compiling source file ..\src\depotchest.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\depotchest.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\depotchest.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\depotchest.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\depotchest.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\depotchest.cpp)
1> depotlocker.cpp
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\depotlocker.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\depotlocker.cpp)
1> events.cpp
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\depotlocker.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\depotlocker.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\depotlocker.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\depotlocker.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\depotlocker.cpp)
1> fileloader.cpp
1> game.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\events.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\events.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\game.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\game.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\events.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\events.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\game.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\game.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\events.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\events.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\events.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\events.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\events.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\events.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\events.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\events.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\events.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\events.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\events.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\events.cpp)
1>..\src\events.cpp(82): warning C4456: declaration of 'result' hides previous local declaration
1> ..\src\events.cpp(67): note: see declaration of 'result'
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\game.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\game.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\game.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\game.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\events.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\events.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\game.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\game.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\events.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\events.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\events.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\game.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\game.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\game.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\game.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\game.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\game.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\game.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\game.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\game.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\game.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\game.cpp)
1> globalevent.cpp
1> groups.cpp
1> guild.cpp
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\guild.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\guild.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\guild.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\guild.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\guild.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\guild.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\guild.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\guild.cpp)
1> house.cpp
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\guild.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\guild.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\guild.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\guild.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\guild.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\guild.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\guild.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\guild.cpp)
1>..\src\guild.cpp(45): warning C4458: declaration of 'id' hides class member
1> e:\ot server\pokeproject\serversource1041\src\guild.h(73): note: see declaration of 'Guild::id' (compiling source file ..\src\guild.cpp)
1>..\src\guild.cpp(65): warning C4458: declaration of 'id' hides class member
1> e:\ot server\pokeproject\serversource1041\src\guild.h(73): note: see declaration of 'Guild::id' (compiling source file ..\src\guild.cpp)
1>..\src\guild.cpp(65): warning C4458: declaration of 'name' hides class member
1> e:\ot server\pokeproject\serversource1041\src\guild.h(71): note: see declaration of 'Guild::name' (compiling source file ..\src\guild.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\guild.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\guild.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\guild.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\guild.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\guild.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\house.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\house.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\house.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\house.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\house.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\house.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\house.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\house.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\house.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\house.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\house.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\house.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\house.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\house.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\house.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\house.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\house.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\house.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\house.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\house.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\house.cpp)
1> housetile.cpp
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\housetile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\housetile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\housetile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\housetile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\housetile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\housetile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\housetile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\housetile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\housetile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\housetile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\housetile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\housetile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\housetile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\housetile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\housetile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\housetile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\housetile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\housetile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\housetile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\housetile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\housetile.cpp)
1> inbox.cpp
1>..\src\inbox.cpp(58): warning C4458: declaration of 'parent' hides class member
1> e:\ot server\pokeproject\serversource1041\src\item.h(810): note: see declaration of 'Item::parent' (compiling source file ..\src\inbox.cpp)
1>..\src\inbox.cpp(66): warning C4458: declaration of 'parent' hides class member
1> e:\ot server\pokeproject\serversource1041\src\item.h(810): note: see declaration of 'Item::parent' (compiling source file ..\src\inbox.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\inbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\inbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\inbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\inbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\inbox.cpp)
1> ioguild.cpp
1> iologindata.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\iologindata.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\iologindata.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\iologindata.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\iologindata.cpp)
1> iomap.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\iomap.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\iomap.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\iologindata.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\iologindata.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\iomap.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\iomap.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\iologindata.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\iologindata.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\iologindata.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\iologindata.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\iologindata.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\iologindata.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\iologindata.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\iologindata.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\iologindata.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\iologindata.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\iomap.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\iomap.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\iomap.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\iomap.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\iomap.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\iologindata.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\iologindata.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\iologindata.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\iologindata.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\iologindata.cpp)
1> iomapserialize.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\iomapserialize.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\iomapserialize.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\iomapserialize.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\iomapserialize.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\iomapserialize.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\iomapserialize.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\iomapserialize.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\iomapserialize.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\iomapserialize.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\iomapserialize.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\iomapserialize.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\iomapserialize.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\iomapserialize.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\iomapserialize.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\iomapserialize.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\iomapserialize.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\iomapserialize.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\iomapserialize.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\iomapserialize.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\iomapserialize.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\iomapserialize.cpp)
1> iomarket.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\iomarket.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\iomarket.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\iomarket.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\iomarket.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\iomarket.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\iomarket.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\iomarket.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\iomarket.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\iomarket.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\iomarket.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\iomarket.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\iomarket.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\iomarket.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\iomarket.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\iomarket.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\iomarket.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\iomarket.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\iomarket.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\iomarket.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\iomarket.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\iomarket.cpp)
1> item.cpp
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\item.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\item.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\item.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\item.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\item.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\item.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\item.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\item.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\item.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\item.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\item.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\item.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\item.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\item.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\item.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\item.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\item.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\item.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\item.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\item.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\item.cpp)
1> items.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\items.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\items.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\items.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\items.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\items.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\items.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\items.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\items.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\items.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\items.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\items.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\items.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\items.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\items.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\items.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\items.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\items.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<ConditionDamage>::ptr' (compiling source file ..\src\items.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<ConditionDamage>::set(T *)'
1> with
1> [
1> T=ConditionDamage
1> ] (compiling source file ..\src\items.cpp)
1> ..\src\items.cpp(853): note: see reference to function template instantiation 'void Optional<ConditionDamage>::set(T *)' being compiled
1> with
1> [
1> T=ConditionDamage
1> ]
1> e:\ot server\pokeproject\serversource1041\src\items.h(200): note: see reference to class template instantiation 'Optional<ConditionDamage>' being compiled (compiling source file ..\src\items.cpp)
1> luascript.cpp
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\luascript.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\luascript.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\luascript.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\luascript.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\luascript.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\luascript.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\luascript.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\luascript.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\luascript.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\luascript.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\luascript.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\luascript.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\luascript.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\luascript.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\luascript.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\luascript.cpp)
1> mailbox.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\mailbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\mailbox.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\mailbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\mailbox.cpp)
1>..\src\luascript.cpp(6456): warning C4456: declaration of 'item' hides previous local declaration
1> ..\src\luascript.cpp(6441): note: see declaration of 'item'
1>..\src\luascript.cpp(6488): warning C4456: declaration of 'item' hides previous local declaration
1> ..\src\luascript.cpp(6473): note: see declaration of 'item'
1>..\src\luascript.cpp(7501): warning C4456: declaration of 'creature' hides previous local declaration
1> ..\src\luascript.cpp(7489): note: see declaration of 'creature'
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\luascript.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\luascript.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\luascript.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\luascript.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\luascript.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\mailbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\mailbox.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\mailbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\mailbox.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\mailbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\mailbox.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\mailbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\mailbox.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\mailbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\mailbox.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\mailbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\mailbox.cpp)
1>..\src\mailbox.cpp(39): warning C4458: declaration of 'count' hides class member
1> e:\ot server\pokeproject\serversource1041\src\item.h(816): note: see declaration of 'Item::count' (compiling source file ..\src\mailbox.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\mailbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\mailbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\mailbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\mailbox.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\mailbox.cpp)
1> map.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\map.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\map.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\map.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\map.cpp)
1> monster.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\monster.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\monster.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\map.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\map.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\monster.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\monster.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\map.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\map.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\map.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\map.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\map.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\map.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\map.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\map.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\map.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\map.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\map.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\map.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\map.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\map.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\map.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\monster.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\monster.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\monster.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\monster.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\monster.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\monster.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\monster.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\monster.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\monster.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\monster.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\monster.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\monster.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\monster.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\monster.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\monster.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\monster.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\monster.cpp)
1> monsters.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\monsters.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\monsters.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\monsters.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\monsters.cpp)
1> mounts.cpp
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\monsters.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\monsters.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\monsters.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\monsters.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\monsters.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\monsters.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\monsters.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\monsters.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\monsters.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\monsters.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\monsters.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\monsters.cpp)
1> movement.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\movement.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\movement.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\monsters.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\monsters.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\monsters.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\monsters.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\monsters.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\movement.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\movement.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\movement.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\movement.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\movement.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\movement.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\movement.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\movement.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\movement.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\movement.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\movement.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\movement.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\movement.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\movement.cpp)
1>..\src\movement.cpp(848): warning C4458: declaration of 'slot' hides class member
1> e:\ot server\pokeproject\serversource1041\src\movement.h(160): note: see declaration of 'MoveEvent::slot' (compiling source file ..\src\movement.cpp)
1>..\src\movement.cpp(857): warning C4458: declaration of 'slot' hides class member
1> e:\ot server\pokeproject\serversource1041\src\movement.h(160): note: see declaration of 'MoveEvent::slot' (compiling source file ..\src\movement.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\movement.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\movement.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\movement.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\movement.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\movement.cpp)
1> networkmessage.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\networkmessage.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\networkmessage.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\networkmessage.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\networkmessage.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\networkmessage.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\networkmessage.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\networkmessage.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\networkmessage.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\networkmessage.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\networkmessage.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\networkmessage.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\networkmessage.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\networkmessage.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\networkmessage.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\networkmessage.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\networkmessage.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\networkmessage.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\networkmessage.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\networkmessage.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\networkmessage.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\networkmessage.cpp)
1> npc.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\npc.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\npc.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\npc.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\npc.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\npc.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\npc.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\npc.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\npc.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\npc.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\npc.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\npc.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\npc.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\npc.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\npc.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\npc.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\npc.cpp)
1> otserv.cpp
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\npc.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\npc.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\npc.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\npc.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\npc.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\otserv.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\otserv.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\otserv.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\otserv.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\otserv.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\otserv.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\otserv.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\otserv.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\otserv.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\otserv.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\otserv.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\otserv.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\otserv.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\otserv.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\otserv.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\otserv.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\otserv.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\otserv.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\otserv.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\otserv.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\otserv.cpp)
1> outfit.cpp
1> outputmessage.cpp
1> party.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\party.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\party.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\party.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\party.cpp)
1> player.cpp
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\party.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\party.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\party.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\party.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\party.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\party.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\party.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\party.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\party.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\party.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\party.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\party.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\player.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\player.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\player.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\player.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\player.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\player.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\party.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\party.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\party.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\party.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\party.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\player.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\player.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\player.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\player.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\player.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\player.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\player.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\player.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\player.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\player.cpp)
1>..\src\player.cpp(304): warning C4458: declaration of 'conditions' hides class member
1> e:\ot server\pokeproject\serversource1041\src\creature.h(492): note: see declaration of 'Creature::conditions' (compiling source file ..\src\player.cpp)
1>..\src\player.cpp(309): warning C4458: declaration of 'conditions' hides class member
1> e:\ot server\pokeproject\serversource1041\src\creature.h(492): note: see declaration of 'Creature::conditions' (compiling source file ..\src\player.cpp)
1>..\src\player.cpp(1242): warning C4458: declaration of 'offlineTrainingSkill' hides class member
1> e:\ot server\pokeproject\serversource1041\src\player.h(1277): note: see declaration of 'Player::offlineTrainingSkill' (compiling source file ..\src\player.cpp)
1>..\src\player.cpp(1245): warning C4458: declaration of 'offlineTrainingTime' hides class member
1> e:\ot server\pokeproject\serversource1041\src\player.h(1278): note: see declaration of 'Player::offlineTrainingTime' (compiling source file ..\src\player.cpp)
1>..\src\player.cpp(1281): warning C4458: declaration of 'vocation' hides class member
1> e:\ot server\pokeproject\serversource1041\src\player.h(1250): note: see declaration of 'Player::vocation' (compiling source file ..\src\player.cpp)
1>..\src\player.cpp(2438): warning C4458: declaration of 'name' hides class member
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\player.cpp)
1>..\src\player.cpp(4118): warning C4458: declaration of 'name' hides class member
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\player.cpp)
1>..\src\player.cpp(4125): warning C4458: declaration of 'name' hides class member
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\player.cpp)
1>..\src\player.cpp(4130): warning C4458: declaration of 'name' hides class member
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\player.cpp)
1>..\src\player.cpp(4267): warning C4458: declaration of 'party' hides class member
1> e:\ot server\pokeproject\serversource1041\src\player.h(1245): note: see declaration of 'Player::party' (compiling source file ..\src\player.cpp)
1>..\src\player.cpp(4282): warning C4458: declaration of 'party' hides class member
1> e:\ot server\pokeproject\serversource1041\src\player.h(1245): note: see declaration of 'Player::party' (compiling source file ..\src\player.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\player.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\player.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\player.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\player.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\player.cpp)
1> position.cpp
1> protocol.cpp
1> protocolgame.cpp
1> protocollogin.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\protocollogin.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\protocollogin.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\protocollogin.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\protocollogin.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\protocolgame.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\protocolgame.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\protocollogin.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\protocollogin.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\protocollogin.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\protocollogin.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\protocolgame.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\protocolgame.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\protocollogin.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\protocollogin.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\protocollogin.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\protocollogin.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\protocollogin.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\protocollogin.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\protocollogin.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\protocollogin.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\protocolgame.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\protocolgame.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\protocolgame.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\protocolgame.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\protocollogin.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\protocollogin.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\protocollogin.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\protocollogin.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\protocollogin.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\protocolgame.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\protocolgame.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\protocolgame.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\protocolgame.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\protocolgame.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\protocolgame.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\protocolgame.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\protocolgame.cpp)
1>..\src\protocolgame.cpp(2063): warning C4458: declaration of 'player' hides class member
1> e:\ot server\pokeproject\serversource1041\src\protocolgame.h(328): note: see declaration of 'ProtocolGame::player' (compiling source file ..\src\protocolgame.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\protocolgame.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\protocolgame.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\protocolgame.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\protocolgame.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\protocolgame.cpp)
1> protocolold.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\protocolold.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\protocolold.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\protocolold.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\protocolold.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\protocolold.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\protocolold.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\protocolold.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\protocolold.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\protocolold.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\protocolold.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\protocolold.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\protocolold.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\protocolold.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\protocolold.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\protocolold.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\protocolold.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\protocolold.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\protocolold.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\protocolold.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\protocolold.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\protocolold.cpp)
1> quests.cpp
1> raids.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\quests.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\quests.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\quests.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\quests.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\raids.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\raids.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\quests.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\quests.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\raids.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\raids.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\quests.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\quests.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\quests.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\quests.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\quests.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\quests.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\quests.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\quests.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\quests.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\quests.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\quests.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\quests.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\quests.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\quests.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\quests.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\raids.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\raids.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\raids.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\raids.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\raids.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\raids.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\raids.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\raids.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\raids.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\raids.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\raids.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\raids.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\raids.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\raids.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\raids.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\raids.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\raids.cpp)
1> rsa.cpp
1> scheduler.cpp
1> scriptmanager.cpp
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\scriptmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\scriptmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\scriptmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\scriptmanager.cpp)
1> server.cpp
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\scriptmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\scriptmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\scriptmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\scriptmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\scriptmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\scriptmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\scriptmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\scriptmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\scriptmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\scriptmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\scriptmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\scriptmanager.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\scriptmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\scriptmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\scriptmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\scriptmanager.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\scriptmanager.cpp)
1> spawn.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\spawn.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\spawn.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\spawn.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\spawn.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\spawn.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\spawn.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\spawn.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\spawn.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\spawn.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\spawn.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\spawn.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\spawn.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\spawn.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\spawn.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\spawn.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\spawn.cpp)
1> spells.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\spells.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\spells.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\spawn.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\spawn.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\spawn.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\spawn.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\spawn.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\spells.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\spells.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\spells.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\spells.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\spells.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\spells.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\spells.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\spells.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\spells.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\spells.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\spells.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\spells.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\spells.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\spells.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\spells.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\spells.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\spells.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\spells.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\spells.cpp)
1> protocolstatus.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\protocolstatus.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\protocolstatus.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\protocolstatus.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\protocolstatus.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\protocolstatus.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\protocolstatus.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\protocolstatus.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\protocolstatus.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\protocolstatus.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\protocolstatus.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\protocolstatus.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\protocolstatus.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\protocolstatus.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\protocolstatus.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\protocolstatus.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\protocolstatus.cpp)
1> talkaction.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\talkaction.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\talkaction.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\protocolstatus.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\protocolstatus.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\protocolstatus.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\protocolstatus.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\protocolstatus.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\talkaction.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\talkaction.cpp)
1> tasks.cpp
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\talkaction.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\talkaction.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\talkaction.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\talkaction.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\talkaction.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\talkaction.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\tasks.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\tasks.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\talkaction.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\talkaction.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\talkaction.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\talkaction.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\talkaction.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\talkaction.cpp)
1>..\src\talkaction.cpp(139): warning C4458: declaration of 'words' hides class member
1> e:\ot server\pokeproject\serversource1041\src\talkaction.h(81): note: see declaration of 'TalkAction::words' (compiling source file ..\src\talkaction.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\tasks.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\tasks.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\talkaction.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\talkaction.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\talkaction.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\talkaction.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\talkaction.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\tasks.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\tasks.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\tasks.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\tasks.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\tasks.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\tasks.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\tasks.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\tasks.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\tasks.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\tasks.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\tasks.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\tasks.cpp)
1> teleport.cpp
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\tasks.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\tasks.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\tasks.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\tasks.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\tasks.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\teleport.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\teleport.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\teleport.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\teleport.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\teleport.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\teleport.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\teleport.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\teleport.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\teleport.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\teleport.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\teleport.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\teleport.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\teleport.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\teleport.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\teleport.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\teleport.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\teleport.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\teleport.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\teleport.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\teleport.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\teleport.cpp)
1> thing.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\thing.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\thing.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\thing.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\thing.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\thing.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\thing.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\thing.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\thing.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\thing.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\thing.cpp)
1> tile.cpp
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\thing.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\thing.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\thing.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\thing.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\thing.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\thing.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\thing.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\thing.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\thing.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\thing.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\thing.cpp)
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\tile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\tile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\tile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\tile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\tile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\tile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\tile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\tile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\tile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\tile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\tile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\tile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\tile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\tile.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\tile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\tile.cpp)
1>..\src\tile.cpp(1402): warning C4456: declaration of 'creature' hides previous local declaration
1> ..\src\tile.cpp(1371): note: see declaration of 'creature'
1> tools.cpp
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\tile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\tile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\tile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\tile.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\tile.cpp)
1>..\src\tools.cpp(184): warning C4456: declaration of 'index' hides previous local declaration
1> ..\src\tools.cpp(135): note: see declaration of 'index'
1> trashholder.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\trashholder.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\trashholder.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\trashholder.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\trashholder.cpp)
1> vocation.cpp
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\trashholder.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\trashholder.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\trashholder.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\trashholder.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\trashholder.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\trashholder.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\trashholder.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\trashholder.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\trashholder.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\trashholder.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\trashholder.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\trashholder.cpp)
1>..\src\trashholder.cpp(32): warning C4458: declaration of 'count' hides class member
1> e:\ot server\pokeproject\serversource1041\src\item.h(816): note: see declaration of 'Item::count' (compiling source file ..\src\trashholder.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\trashholder.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\trashholder.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\trashholder.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\trashholder.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\trashholder.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\vocation.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\vocation.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\vocation.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\vocation.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\vocation.cpp)
1> waitlist.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\waitlist.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\waitlist.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\waitlist.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\waitlist.cpp)
1> weapons.cpp
1>e:\ot server\pokeproject\serversource1041\src\town.h(40): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\weapons.cpp)
1> e:\ot server\pokeproject\serversource1041\src\town.h(49): note: see declaration of 'Town::name' (compiling source file ..\src\weapons.cpp)
1>e:\ot server\pokeproject\serversource1041\src\house.h(161): warning C4458: declaration of 'houseName' hides class member (compiling source file ..\src\weapons.cpp)
1> e:\ot server\pokeproject\serversource1041\src\house.h(243): note: see declaration of 'House::houseName' (compiling source file ..\src\weapons.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\waitlist.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\waitlist.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\waitlist.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\waitlist.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\waitlist.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\waitlist.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\waitlist.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\waitlist.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\waitlist.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\waitlist.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\waitlist.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\waitlist.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\waitlist.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\waitlist.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\waitlist.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\waitlist.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\waitlist.cpp)
1>e:\ot server\pokeproject\serversource1041\src\chat.h(93): warning C4458: declaration of 'owner' hides class member (compiling source file ..\src\weapons.cpp)
1> e:\ot server\pokeproject\serversource1041\src\chat.h(116): note: see declaration of 'PrivateChatChannel::owner' (compiling source file ..\src\weapons.cpp)
1>e:\ot server\pokeproject\serversource1041\src\depotlocker.h(46): warning C4458: declaration of 'depotId' hides class member (compiling source file ..\src\weapons.cpp)
1> e:\ot server\pokeproject\serversource1041\src\depotlocker.h(62): note: see declaration of 'DepotLocker::depotId' (compiling source file ..\src\weapons.cpp)
1>e:\ot server\pokeproject\serversource1041\src\guild.h(64): warning C4458: declaration of 'motd' hides class member (compiling source file ..\src\weapons.cpp)
1> e:\ot server\pokeproject\serversource1041\src\guild.h(72): note: see declaration of 'Guild::motd' (compiling source file ..\src\weapons.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(160): warning C4458: declaration of 'name' hides class member (compiling source file ..\src\weapons.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1212): note: see declaration of 'Player::name' (compiling source file ..\src\weapons.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(241): warning C4458: declaration of 'guild' hides class member (compiling source file ..\src\weapons.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1237): note: see declaration of 'Player::guild' (compiling source file ..\src\weapons.cpp)
1>e:\ot server\pokeproject\serversource1041\src\player.h(280): warning C4458: declaration of 'guildWarList' hides class member (compiling source file ..\src\weapons.cpp)
1> e:\ot server\pokeproject\serversource1041\src\player.h(1203): note: see declaration of 'Player::guildWarList' (compiling source file ..\src\weapons.cpp)
1>e:\ot server\pokeproject\serversource1041\src\optional.h(66): warning C4458: declaration of 'ptr' hides class member (compiling source file ..\src\weapons.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(71): note: see declaration of 'Optional<Abilities>::ptr' (compiling source file ..\src\weapons.cpp)
1> e:\ot server\pokeproject\serversource1041\src\optional.h(66): note: while compiling class template member function 'void Optional<Abilities>::set(T *)'
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\weapons.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(164): note: see reference to function template instantiation 'void Optional<Abilities>::set(T *)' being compiled
1> with
1> [
1> T=Abilities
1> ] (compiling source file ..\src\weapons.cpp)
1> e:\ot server\pokeproject\serversource1041\src\items.h(199): note: see reference to class template instantiation 'Optional<Abilities>' being compiled (compiling source file ..\src\weapons.cpp)
1> wildcardtree.cpp
1>..\src\wildcardtree.cpp(44): warning C4458: declaration of 'breakpoint' hides class member
1> e:\ot server\pokeproject\serversource1041\src\wildcardtree.h(46): note: see declaration of 'WildcardTreeNode::breakpoint' (compiling source file ..\src\wildcardtree.cpp)
1>LINK : fatal error LNK1104: cannot open file 'libboost_system-vc140-mt-1_59.lib'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

 

 

Editado por DeCarvalho
Link para o comentário
Compartilhar em outros sites

#@@DeCarvalho,

 

LNK1104 cannot open file 'libboost_system-vc140-mt-1_59.lib'

 

Ele não pode abrir a biblioteca do boost, este foi o erro meu querido.

 

Normalmente 'meu querido' é para ironizar algo, não entendo o motivo de usar..

e sim eu to ligado em qual o erro, tenho acompanhado na otl os posts sobre vs2015, mas posto o output por costume.. para saber o que há... exemplo agora

depois de fazer isso

 

1. Open VS2015 Native Tools Command Prompt.

2. Change directory to your boost directory.

3. Execute .\bootstrap.bat

4. Execute .\b2 toolset=msvc-14.0 address-model=64 link=shared threading=multi variant=release

 

e usar o vs14 disponibilizado pelo milice que era para resolver o problema do linker

 

o output não gera informação alguma de erro a não ser a versão após o otpch.. ele passa todos os arquivos sem problema algum.. mas cotninua com o mesmo erro final..

 

output

 

 

1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------

1> otpch.cpp

1> Unknown compiler version - please run the configure tests and report the results

1> actions.cpp

1> ban.cpp

1> baseevents.cpp

1> bed.cpp

1> chat.cpp

1> combat.cpp

1> commands.cpp

1> condition.cpp

1> configmanager.cpp

1> connection.cpp

1> container.cpp

1> creature.cpp

1> creatureevent.cpp

1> cylinder.cpp

1> database.cpp

1> databasemanager.cpp

1> databasetasks.cpp

1> depotchest.cpp

1> depotlocker.cpp

1> events.cpp

1> fileloader.cpp

1> game.cpp

1> globalevent.cpp

1> groups.cpp

1> guild.cpp

1> house.cpp

1> housetile.cpp

1> inbox.cpp

1> ioguild.cpp

1> iologindata.cpp

1> iomap.cpp

1> iomapserialize.cpp

1> iomarket.cpp

1> item.cpp

1> items.cpp

1> luascript.cpp

1> mailbox.cpp

1> map.cpp

1> monster.cpp

1> monsters.cpp

1> mounts.cpp

1> movement.cpp

1> networkmessage.cpp

1> npc.cpp

1> otserv.cpp

1> outfit.cpp

1> outputmessage.cpp

1> party.cpp

1> player.cpp

1> position.cpp

1> protocol.cpp

1> protocolgame.cpp

1> protocollogin.cpp

1> protocolold.cpp

1> quests.cpp

1> raids.cpp

1> rsa.cpp

1> scheduler.cpp

1> scriptmanager.cpp

1> server.cpp

1> spawn.cpp

1> spells.cpp

1> protocolstatus.cpp

1> talkaction.cpp

1> tasks.cpp

1> teleport.cpp

1> thing.cpp

1> tile.cpp

1> tools.cpp

1> trashholder.cpp

1> vocation.cpp

1> waitlist.cpp

1> weapons.cpp

1> wildcardtree.cpp

1>LINK : fatal error LNK1104: cannot open file 'libboost_system-vc140-mt-1_59.lib'

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

 

 

 

Se for olhar somente o erro final, sem olhar o output eu veria que o erro é o mesmo, mas dando atenção ao output vejo que pelo menos não houve ocorrência de warning como na vez anterior.. o que já é 'algo'

Link para o comentário
Compartilhar em outros sites

 

Normalmente 'meu querido' é para ironizar algo, não entendo o motivo de usar..

e sim eu to ligado em qual o erro, tenho acompanhado na otl os posts sobre vs2015, mas posto o output por costume.. para saber o que há... exemplo agora

depois de fazer isso

 

1. Open VS2015 Native Tools Command Prompt.

2. Change directory to your boost directory.

3. Execute .\bootstrap.bat

4. Execute .\b2 toolset=msvc-14.0 address-model=64 link=shared threading=multi variant=release

 

e usar o vs14 disponibilizado pelo milice que era para resolver o problema do linker

 

o output não gera informação alguma de erro a não ser a versão após o otpch.. ele passa todos os arquivos sem problema algum.. mas cotninua com o mesmo erro final..

 

output

 

 

1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------

1> otpch.cpp

1> Unknown compiler version - please run the configure tests and report the results

1> actions.cpp

1> ban.cpp

1> baseevents.cpp

1> bed.cpp

1> chat.cpp

1> combat.cpp

1> commands.cpp

1> condition.cpp

1> configmanager.cpp

1> connection.cpp

1> container.cpp

1> creature.cpp

1> creatureevent.cpp

1> cylinder.cpp

1> database.cpp

1> databasemanager.cpp

1> databasetasks.cpp

1> depotchest.cpp

1> depotlocker.cpp

1> events.cpp

1> fileloader.cpp

1> game.cpp

1> globalevent.cpp

1> groups.cpp

1> guild.cpp

1> house.cpp

1> housetile.cpp

1> inbox.cpp

1> ioguild.cpp

1> iologindata.cpp

1> iomap.cpp

1> iomapserialize.cpp

1> iomarket.cpp

1> item.cpp

1> items.cpp

1> luascript.cpp

1> mailbox.cpp

1> map.cpp

1> monster.cpp

1> monsters.cpp

1> mounts.cpp

1> movement.cpp

1> networkmessage.cpp

1> npc.cpp

1> otserv.cpp

1> outfit.cpp

1> outputmessage.cpp

1> party.cpp

1> player.cpp

1> position.cpp

1> protocol.cpp

1> protocolgame.cpp

1> protocollogin.cpp

1> protocolold.cpp

1> quests.cpp

1> raids.cpp

1> rsa.cpp

1> scheduler.cpp

1> scriptmanager.cpp

1> server.cpp

1> spawn.cpp

1> spells.cpp

1> protocolstatus.cpp

1> talkaction.cpp

1> tasks.cpp

1> teleport.cpp

1> thing.cpp

1> tile.cpp

1> tools.cpp

1> trashholder.cpp

1> vocation.cpp

1> waitlist.cpp

1> weapons.cpp

1> wildcardtree.cpp

1>LINK : fatal error LNK1104: cannot open file 'libboost_system-vc140-mt-1_59.lib'

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

 

 

 

Se for olhar somente o erro final, sem olhar o output eu veria que o erro é o mesmo, mas dando atenção ao output vejo que pelo menos não houve ocorrência de warning como na vez anterior.. o que já é 'algo'

 

kkkk meu querido nunca usei para ironizar, nem tem motivos para isso, falei assim pois sempre estou respondendo pra você, me desculpe se pareci irônico.

 

Bom, eu não usei VS2015 ainda, mas vou verificar e postar uma possível atualização.

 

Mais esse erro em si, é um problema para abrir a Library, você registrou a raiz dela?

 

Att,

Bruno

 

Link para o comentário
Compartilhar em outros sites

 

kkkk meu querido nunca usei para ironizar, nem tem motivos para isso, falei assim pois sempre estou respondendo pra você, me desculpe se pareci irônico.

 

Bom, eu não usei VS2015 ainda, mas vou verificar e postar uma possível atualização.

 

Mais esse erro em si, é um problema para abrir a Library, você registrou a raiz dela?

 

Att,

Bruno

 

 

:p desculpa o mal entendido.. é que normalmente meu querido/minha querida o pessoal que conheço usa para ironizar :p

 

Sim registrei, mas o VS2015 diferente do vs2013, onde precisei somente rodar os arquivos register_xxx_env.bat e ja estava tudo pronto nesse tive que fazer o informado no post anterior, além de rodar o env.bat .. a diferença foi mostrada no output de antes e depois..

 

o vs14 disponibilizado pelo milice era para resolver o problema do linker, que no meu caso ainda persiste.. ainda estou procurando soluções na net para ver se consigo adiantar algo aqui.. pensando em uma maneira de ajudar em algo.. além de realmente precisar pois meu projeto pokemon é baseado no tfs 1.1 e fiz a 'besteira' de usar o VS2015 ao invés do VS2013

 

Desculpa novamente pelo mal entendido, e caso eu consiga algo, visto que estou tentando achar algo para solucionar esse problema, estarei postando aqui.. estive off hoje pois fui fazer 2 entrevistas de emprego mas agora que estou em casa novamente vou continuar procurando uma maneira de resolver isso..

 

Grato

Link para o comentário
Compartilhar em outros sites

  • 1 month later...
Error 1 error MSB8020: The build tools for v140 (Platform Toolset = 'v140') cannot be found. To build using the v140 build tools, please install v140 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...". C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.Cpp.Platform.targets 64 5 theforgottenserver


Ajuda ae. Fiz tudo como no video e na hora de compila da esse erro. To usando o servidor

GLOBAL FULL XTibia 10.81 [TFS 1.x - Full Oramond - Cast System - Lion's Rock] V16

Link para o comentário
Compartilhar em outros sites

Porque apareceu esse erro?, fiz tudo certinho ...

Error 1 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\actions.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 2 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\baseevents.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 3 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\chat.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 4 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\bed.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 5 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\bed.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 6 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\commands.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 7 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\commands.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 8 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\combat.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 9 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\combat.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 10 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\bed.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 11 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\commands.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 12 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\combat.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 13 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\configmanager.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver
Error 14 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\connection.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver
Error 15 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\container.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 16 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\container.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 17 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\creature.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 18 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\creature.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 19 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\condition.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 20 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\condition.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 21 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\container.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver
Error 22 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\condition.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 23 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\creatureevent.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 24 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\database.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver
Error 25 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\creature.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 26 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\databasemanager.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver
Error 27 error C1083: Cannot open include file: 'mysql.h': No such file or directory (..\src\ban.cpp) c:\users\nycholas\downloads\vanaheim-master\src\database.h 25 1 theforgottenserver
Error 28 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\events.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 29 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\depotlocker.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 30 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\depotlocker.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 31 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\depotchest.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 32 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\depotchest.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 33 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\globalevent.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver
Error 34 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\guild.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 35 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\guild.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 36 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\guild.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 37 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\housetile.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 38 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\housetile.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 39 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\housetile.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 40 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\inbox.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 41 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\inbox.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 42 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\game.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 43 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\game.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 44 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\house.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 45 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\house.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 46 error C1083: Cannot open include file: 'mysql.h': No such file or directory (..\src\databasetasks.cpp) c:\users\nycholas\downloads\vanaheim-master\src\database.h 25 1 theforgottenserver
Error 47 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\iologindata.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 48 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\iologindata.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 49 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\game.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 50 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\iomap.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 51 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\iomap.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 52 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\house.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 53 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\iologindata.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 54 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\iomap.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver
Error 55 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\item.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 56 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\item.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 57 error C1083: Cannot open include file: 'mysql.h': No such file or directory (..\src\ioguild.cpp) c:\users\nycholas\downloads\vanaheim-master\src\database.h 25 1 theforgottenserver
Error 58 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\items.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 59 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\items.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 60 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\items.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 61 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\item.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 62 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\mailbox.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 63 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\mailbox.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 64 error C1083: Cannot open include file: 'mysql.h': No such file or directory (..\src\iomapserialize.cpp) c:\users\nycholas\downloads\vanaheim-master\src\database.h 25 1 theforgottenserver
Error 65 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\map.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 66 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\map.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 67 error C1083: Cannot open include file: 'mysql.h': No such file or directory (..\src\iomarket.cpp) c:\users\nycholas\downloads\vanaheim-master\src\database.h 25 1 theforgottenserver
Error 68 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\mailbox.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 69 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\monster.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 70 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\monster.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 71 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\luascript.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 72 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\monsters.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 73 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\monsters.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 74 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\movement.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 75 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\movement.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 76 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\map.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver
Error 77 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\networkmessage.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 78 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\networkmessage.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 79 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\monster.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 80 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\monsters.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 81 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\npc.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 82 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\npc.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 83 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\movement.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 84 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\party.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 85 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\party.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 86 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\networkmessage.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 87 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\otserv.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 88 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\otserv.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 89 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\player.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 90 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\player.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 91 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\player.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 92 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\npc.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 93 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\party.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 94 error C1083: Cannot open include file: 'gmp.h': No such file or directory (..\src\protocol.cpp) c:\users\nycholas\downloads\vanaheim-master\src\rsa.h 23 1 theforgottenserver
Error 95 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\otserv.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 96 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\quests.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 97 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\quests.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 98 error C1083: Cannot open include file: 'gmp.h': No such file or directory (..\src\protocollogin.cpp) c:\users\nycholas\downloads\vanaheim-master\src\rsa.h 23 1 theforgottenserver
Error 99 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\raids.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 100 error C1083: Cannot open include file: 'gmp.h': No such file or directory (..\src\rsa.cpp) c:\users\nycholas\downloads\vanaheim-master\src\rsa.h 23 1 theforgottenserver
Error 101 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\scriptmanager.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 102 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\quests.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 103 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\spawn.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 104 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\spawn.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 105 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\protocolold.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 106 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\protocolold.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 107 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\protocolgame.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 108 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\spells.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 109 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\spells.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 110 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\server.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver
Error 111 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\spawn.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 112 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\protocolold.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 113 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\protocolstatus.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver
Error 114 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\talkaction.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 115 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\talkaction.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 116 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\teleport.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 117 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\teleport.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 118 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\spells.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 119 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\thing.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 120 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\thing.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 121 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\tasks.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 122 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\tasks.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 123 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\teleport.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 124 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\talkaction.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 125 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\trashholder.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 126 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\trashholder.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 127 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\tools.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver
Error 128 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\vocation.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 129 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\vocation.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 130 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\tasks.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 131 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\waitlist.cpp) c:\users\nycholas\downloads\vanaheim-master\src\configmanager.h 23 1 theforgottenserver
Error 132 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\trashholder.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 133 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\weapons.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 134 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\weapons.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 135 error C2610: 'ItemType::ItemType(ItemType &&)' : is not a special member function which can be defaulted (..\src\tile.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 122 1 theforgottenserver
Error 136 error C2610: 'ItemType &ItemType::operator =(ItemType &&)' : is not a special member function which can be defaulted (..\src\tile.cpp) c:\users\nycholas\downloads\vanaheim-master\src\items.h 123 1 theforgottenserver
Error 137 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\weapons.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Error 138 error C1083: Cannot open include file: 'lua.hpp': No such file or directory (..\src\tile.cpp) c:\users\nycholas\downloads\vanaheim-master\src\luascript.h 23 1 theforgottenserver
Link para o comentário
Compartilhar em outros sites

  • 1 month later...

Olá, tutorial bem explicado...porem ao final do build deu o seguinte erro:

Severity Code Description Project File Line
Error C2280 'std::atomic<boost::lockfree::detail::tagged_index>::atomic(void) noexcept': attempting to reference a deleted function theforgottenserver C:\local\boost_1_57_0\boost\lockfree\stack.hpp 139

 

 

Usando o VS 2015

Se alguem ou ate msm o dono do topico tiver uma solução ficaria muito agredecido rs chato depender de outros para compilar esses arquivos. vlw

Editado por rngdota
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...