Como posso compilar o OTX ou TFS no Visual Studio 2013?
Ao tentar compilar:
Erro1error MSB8020: The build tools for Visual Studio 2012 (Platform Toolset = 'v110') cannot be found. To build using the v110 build tools, please install Visual Studio 2012 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.targets475TheOTXServer
Ok, fazendo o procedimento que ele mesmo fala,
Atualizando o projeto 'TheOTXServer'...
Configuração 'Release GUI|x64': alterando Conjunto de Ferramentas de Plataforma para 'v120' (era 'v110').
Configuração 'Release GUI|Win32': alterando Conjunto de Ferramentas de Plataforma para 'v120' (era 'v110').
Configuração 'Debug GUI|Win32': alterando Conjunto de Ferramentas de Plataforma para 'v120' (era 'v110').
Configuração 'Debug GUI|x64': alterando Conjunto de Ferramentas de Plataforma para 'v120' (era 'v110').
Configuração 'Debug|Win32': alterando Conjunto de Ferramentas de Plataforma para 'v120' (era 'v110').
Configuração 'Debug|x64': alterando Conjunto de Ferramentas de Plataforma para 'v120' (era 'v110').
Configuração 'Release|Win32': alterando Conjunto de Ferramentas de Plataforma para 'v120' (era 'v110').
Configuração 'Release|x64': alterando Conjunto de Ferramentas de Plataforma para 'v120' (era 'v110').
Redirecionando para o Fim: 1 concluído, 0 falhou, 0 ignorado
Dai ao clicar em Recompilar:
Erro1error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\actions.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro2error C2371: 'round' : redefinição; tipos básicos diferentes (..\actions.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro3error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\baseevents.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro4error C2371: 'round' : redefinição; tipos básicos diferentes (..\baseevents.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro5error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\chat.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro6error C2371: 'round' : redefinição; tipos básicos diferentes (..\chat.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro7error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\beds.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro8error C2371: 'round' : redefinição; tipos básicos diferentes (..\beds.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro9error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\combat.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro10error C2371: 'round' : redefinição; tipos básicos diferentes (..\combat.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro11error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\condition.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro12error C2371: 'round' : redefinição; tipos básicos diferentes (..\condition.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro13error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\configmanager.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro14error C2371: 'round' : redefinição; tipos básicos diferentes (..\configmanager.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro15error C2264: 'round' : erro na definição ou na declaração da função; função não chamadaC:\Users\Lucas\Desktop\Tibia\sources\combat.cpp12861TheOTXServer
Erro16error C2264: 'round' : erro na definição ou na declaração da função; função não chamadaC:\Users\Lucas\Desktop\Tibia\sources\combat.cpp12871TheOTXServer
Erro17error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\connection.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro18error C2371: 'round' : redefinição; tipos básicos diferentes (..\connection.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro19error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\container.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro20error C2371: 'round' : redefinição; tipos básicos diferentes (..\container.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro21error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\creature.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro22error C2371: 'round' : redefinição; tipos básicos diferentes (..\creature.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro23error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\creatureevent.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro24error C2371: 'round' : redefinição; tipos básicos diferentes (..\creatureevent.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro25error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\databasemanager.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro26error C2371: 'round' : redefinição; tipos básicos diferentes (..\databasemanager.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro27error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\databasemysql.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro28error C2371: 'round' : redefinição; tipos básicos diferentes (..\databasemysql.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro29error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\databasesqlite.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro30error C2371: 'round' : redefinição; tipos básicos diferentes (..\databasesqlite.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro31error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\depotchest.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro32error C2371: 'round' : redefinição; tipos básicos diferentes (..\depotchest.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro33error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\dispatcher.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro34error C2371: 'round' : redefinição; tipos básicos diferentes (..\dispatcher.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro35error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\depotlocker.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro36error C2371: 'round' : redefinição; tipos básicos diferentes (..\depotlocker.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro37error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\gameservers.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro38error C2371: 'round' : redefinição; tipos básicos diferentes (..\gameservers.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro39error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\globalevent.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro40error C2371: 'round' : redefinição; tipos básicos diferentes (..\globalevent.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro41error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\game.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro42error C2371: 'round' : redefinição; tipos básicos diferentes (..\game.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro43error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\group.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro44error C2371: 'round' : redefinição; tipos básicos diferentes (..\group.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro45error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\house.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro46error C2371: 'round' : redefinição; tipos básicos diferentes (..\house.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro47error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\inbox.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro48error C2371: 'round' : redefinição; tipos básicos diferentes (..\inbox.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro49error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\ioban.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro50error C2371: 'round' : redefinição; tipos básicos diferentes (..\ioban.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro51error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\housetile.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro52error C2371: 'round' : redefinição; tipos básicos diferentes (..\housetile.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro53error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\ioguild.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro54error C2371: 'round' : redefinição; tipos básicos diferentes (..\ioguild.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro55error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\iologindata.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro56error C2371: 'round' : redefinição; tipos básicos diferentes (..\iologindata.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro57error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\iomap.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro58error C2371: 'round' : redefinição; tipos básicos diferentes (..\iomap.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro59error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\iomapserialize.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro60error C2371: 'round' : redefinição; tipos básicos diferentes (..\iomapserialize.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro61error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\item.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro62error C2371: 'round' : redefinição; tipos básicos diferentes (..\item.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro63error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\iomarket.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro64error C2371: 'round' : redefinição; tipos básicos diferentes (..\iomarket.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro65error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\items.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro66error C2371: 'round' : redefinição; tipos básicos diferentes (..\items.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro67error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\luascript.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro68error C2371: 'round' : redefinição; tipos básicos diferentes (..\luascript.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro69error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\mailbox.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro70error C2371: 'round' : redefinição; tipos básicos diferentes (..\mailbox.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro71error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\map.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro72error C2371: 'round' : redefinição; tipos básicos diferentes (..\map.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro73error C2039: 'string' : não é um membro de 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'C:\Users\Lucas\Desktop\Tibia\sources\luascript.cpp7691TheOTXServer
Erro74error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\monster.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro75error C2371: 'round' : redefinição; tipos básicos diferentes (..\monster.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro76error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\monsters.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro77error C2371: 'round' : redefinição; tipos básicos diferentes (..\monsters.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro78error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\manager.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro79error C2371: 'round' : redefinição; tipos básicos diferentes (..\manager.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro80error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\mounts.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro81error C2371: 'round' : redefinição; tipos básicos diferentes (..\mounts.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro82error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\movement.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro83error C2371: 'round' : redefinição; tipos básicos diferentes (..\movement.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro84error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\npc.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro85error C2371: 'round' : redefinição; tipos básicos diferentes (..\npc.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro86error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\networkmessage.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro87error C2371: 'round' : redefinição; tipos básicos diferentes (..\networkmessage.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro88error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\outfit.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro89error C2371: 'round' : redefinição; tipos básicos diferentes (..\outfit.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro90error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\outputmessage.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro91error C2371: 'round' : redefinição; tipos básicos diferentes (..\outputmessage.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro92error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\otserv.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro93error C2371: 'round' : redefinição; tipos básicos diferentes (..\otserv.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro94error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\party.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro95error C2371: 'round' : redefinição; tipos básicos diferentes (..\party.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro96error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\player.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro97error C2371: 'round' : redefinição; tipos básicos diferentes (..\player.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro98error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\protocol.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro99error C2371: 'round' : redefinição; tipos básicos diferentes (..\protocol.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro100error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\protocollogin.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro101error C2371: 'round' : redefinição; tipos básicos diferentes (..\protocollogin.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro102error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\protocolhttp.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro103error C2371: 'round' : redefinição; tipos básicos diferentes (..\protocolhttp.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro104error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\protocolold.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro105error C2371: 'round' : redefinição; tipos básicos diferentes (..\protocolold.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro106error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\protocolgame.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro107error C2371: 'round' : redefinição; tipos básicos diferentes (..\protocolgame.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro108error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\raids.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro109error C2371: 'round' : redefinição; tipos básicos diferentes (..\raids.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro110error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\quests.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro111error C2371: 'round' : redefinição; tipos básicos diferentes (..\quests.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro112error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\scriptmanager.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro113error C2371: 'round' : redefinição; tipos básicos diferentes (..\scriptmanager.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro114error C2678: '<<' binário : nenhum operador encontrado que receba um operando de lado esquerdo do tipo 'std::basic_ostream<char,std::char_traits<char>>' (ou não há conversão aceitável)C:\Users\Lucas\Desktop\Tibia\sources\raids.cpp2381TheOTXServer
Erro115error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\spells.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro116error C2371: 'round' : redefinição; tipos básicos diferentes (..\spells.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro117error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\server.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro118error C2371: 'round' : redefinição; tipos básicos diferentes (..\server.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro119error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\spawn.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro120error C2371: 'round' : redefinição; tipos básicos diferentes (..\spawn.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro121error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\status.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro122error C2371: 'round' : redefinição; tipos básicos diferentes (..\status.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro123error C2039: 'string' : não é um membro de 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>'C:\Users\Lucas\Desktop\Tibia\sources\scriptmanager.cpp1521TheOTXServer
Erro124error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\talkaction.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro125error C2371: 'round' : redefinição; tipos básicos diferentes (..\talkaction.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro126error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\teleport.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro127error C2371: 'round' : redefinição; tipos básicos diferentes (..\teleport.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro128error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\textlogger.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro129error C2371: 'round' : redefinição; tipos básicos diferentes (..\textlogger.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro130error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\thing.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro131error C2371: 'round' : redefinição; tipos básicos diferentes (..\thing.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro132error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\tile.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro133error C2371: 'round' : redefinição; tipos básicos diferentes (..\tile.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro134error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\tools.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro135error C2371: 'round' : redefinição; tipos básicos diferentes (..\tools.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro136error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()'C:\Users\Lucas\Desktop\Tibia\sources\tools.cpp4271TheOTXServer
Erro137error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\vocation.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro138error C2371: 'round' : redefinição; tipos básicos diferentes (..\vocation.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro139error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\waitlist.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro140error C2371: 'round' : redefinição; tipos básicos diferentes (..\waitlist.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro141error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\weapons.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro142error C2371: 'round' : redefinição; tipos básicos diferentes (..\weapons.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro143error C2556: 'int32_t round(float)' : função sobrecarregada difere apenas pelo tipo de retorno de 'float round(float) throw()' (..\trashholder.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
Erro144error C2371: 'round' : redefinição; tipos básicos diferentes (..\trashholder.cpp)c:\users\lucas\desktop\tibia\sources\tools.h1281TheOTXServer
As sources estão originais, sem modificação alguma, ou seja, não é esse o erro.
Alguem sabe como compilar ele no Visual Studio 2013?
(nao quero baixar o 2012, e ficar instalando coisas desnecessárias no meu note)
Caso não saiba, sabe como crio um novo projeto, adiciono as sources, os parametros, os Linkers e como instalo as bibliotecas mais atuais necessárias para a compilação? Obrigado.
(caso não saibam, sabem ao menos no codeblocks? ps: o projeto não vem com o arquivo .cb para abrir diretamente no codeblock)
Pergunta
drakylucas 160
Olá usuarios do XTibia.
Como posso compilar o OTX ou TFS no Visual Studio 2013?
Ao tentar compilar:
Ok, fazendo o procedimento que ele mesmo fala,
Dai ao clicar em Recompilar:
As sources estão originais, sem modificação alguma, ou seja, não é esse o erro.
Alguem sabe como compilar ele no Visual Studio 2013?
(nao quero baixar o 2012, e ficar instalando coisas desnecessárias no meu note)
Caso não saiba, sabe como crio um novo projeto, adiciono as sources, os parametros, os Linkers e como instalo as bibliotecas mais atuais necessárias para a compilação? Obrigado.
(caso não saibam, sabem ao menos no codeblocks? ps: o projeto não vem com o arquivo .cb para abrir diretamente no codeblock)
Vlw.. aguardo respostas.
Link para o comentário
https://xtibia.com/forum/topic/222374-compilar-otx-no-visual-studio-2013-rc/Compartilhar em outros sites
6 respostass a esta questão
Posts Recomendados