Ir para conteúdo
  • 0

Compilar OTX no Visual Studio 2013 RC


drakylucas

Pergunta

Olá usuarios do XTibia.

Como posso compilar o OTX ou TFS no Visual Studio 2013?

Ao tentar compilar:

 

Erro 1 error 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.targets 47 5 TheOTXServer

 

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:

 

 

 

Erro 1 error 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.h 128 1 TheOTXServer

Erro 2 error C2371: 'round' : redefinição; tipos básicos diferentes (..\actions.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 3 error 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.h 128 1 TheOTXServer
Erro 4 error C2371: 'round' : redefinição; tipos básicos diferentes (..\baseevents.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 5 error 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.h 128 1 TheOTXServer
Erro 6 error C2371: 'round' : redefinição; tipos básicos diferentes (..\chat.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 7 error 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.h 128 1 TheOTXServer
Erro 8 error C2371: 'round' : redefinição; tipos básicos diferentes (..\beds.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 9 error 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.h 128 1 TheOTXServer
Erro 10 error C2371: 'round' : redefinição; tipos básicos diferentes (..\combat.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 11 error 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.h 128 1 TheOTXServer
Erro 12 error C2371: 'round' : redefinição; tipos básicos diferentes (..\condition.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 13 error 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.h 128 1 TheOTXServer
Erro 14 error C2371: 'round' : redefinição; tipos básicos diferentes (..\configmanager.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 15 error C2264: 'round' : erro na definição ou na declaração da função; função não chamada C:\Users\Lucas\Desktop\Tibia\sources\combat.cpp 1286 1 TheOTXServer
Erro 16 error C2264: 'round' : erro na definição ou na declaração da função; função não chamada C:\Users\Lucas\Desktop\Tibia\sources\combat.cpp 1287 1 TheOTXServer
Erro 17 error 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.h 128 1 TheOTXServer
Erro 18 error C2371: 'round' : redefinição; tipos básicos diferentes (..\connection.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 19 error 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.h 128 1 TheOTXServer
Erro 20 error C2371: 'round' : redefinição; tipos básicos diferentes (..\container.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 21 error 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.h 128 1 TheOTXServer
Erro 22 error C2371: 'round' : redefinição; tipos básicos diferentes (..\creature.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 23 error 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.h 128 1 TheOTXServer
Erro 24 error C2371: 'round' : redefinição; tipos básicos diferentes (..\creatureevent.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 25 error 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.h 128 1 TheOTXServer
Erro 26 error C2371: 'round' : redefinição; tipos básicos diferentes (..\databasemanager.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 27 error 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.h 128 1 TheOTXServer
Erro 28 error C2371: 'round' : redefinição; tipos básicos diferentes (..\databasemysql.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 29 error 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.h 128 1 TheOTXServer
Erro 30 error C2371: 'round' : redefinição; tipos básicos diferentes (..\databasesqlite.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 31 error 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.h 128 1 TheOTXServer
Erro 32 error C2371: 'round' : redefinição; tipos básicos diferentes (..\depotchest.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 33 error 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.h 128 1 TheOTXServer
Erro 34 error C2371: 'round' : redefinição; tipos básicos diferentes (..\dispatcher.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 35 error 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.h 128 1 TheOTXServer
Erro 36 error C2371: 'round' : redefinição; tipos básicos diferentes (..\depotlocker.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 37 error 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.h 128 1 TheOTXServer
Erro 38 error C2371: 'round' : redefinição; tipos básicos diferentes (..\gameservers.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 39 error 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.h 128 1 TheOTXServer
Erro 40 error C2371: 'round' : redefinição; tipos básicos diferentes (..\globalevent.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 41 error 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.h 128 1 TheOTXServer
Erro 42 error C2371: 'round' : redefinição; tipos básicos diferentes (..\game.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 43 error 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.h 128 1 TheOTXServer
Erro 44 error C2371: 'round' : redefinição; tipos básicos diferentes (..\group.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 45 error 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.h 128 1 TheOTXServer
Erro 46 error C2371: 'round' : redefinição; tipos básicos diferentes (..\house.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 47 error 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.h 128 1 TheOTXServer
Erro 48 error C2371: 'round' : redefinição; tipos básicos diferentes (..\inbox.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 49 error 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.h 128 1 TheOTXServer
Erro 50 error C2371: 'round' : redefinição; tipos básicos diferentes (..\ioban.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 51 error 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.h 128 1 TheOTXServer
Erro 52 error C2371: 'round' : redefinição; tipos básicos diferentes (..\housetile.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 53 error 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.h 128 1 TheOTXServer
Erro 54 error C2371: 'round' : redefinição; tipos básicos diferentes (..\ioguild.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 55 error 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.h 128 1 TheOTXServer
Erro 56 error C2371: 'round' : redefinição; tipos básicos diferentes (..\iologindata.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 57 error 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.h 128 1 TheOTXServer
Erro 58 error C2371: 'round' : redefinição; tipos básicos diferentes (..\iomap.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 59 error 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.h 128 1 TheOTXServer
Erro 60 error C2371: 'round' : redefinição; tipos básicos diferentes (..\iomapserialize.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 61 error 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.h 128 1 TheOTXServer
Erro 62 error C2371: 'round' : redefinição; tipos básicos diferentes (..\item.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 63 error 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.h 128 1 TheOTXServer
Erro 64 error C2371: 'round' : redefinição; tipos básicos diferentes (..\iomarket.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 65 error 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.h 128 1 TheOTXServer
Erro 66 error C2371: 'round' : redefinição; tipos básicos diferentes (..\items.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 67 error 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.h 128 1 TheOTXServer
Erro 68 error C2371: 'round' : redefinição; tipos básicos diferentes (..\luascript.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 69 error 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.h 128 1 TheOTXServer
Erro 70 error C2371: 'round' : redefinição; tipos básicos diferentes (..\mailbox.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 71 error 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.h 128 1 TheOTXServer
Erro 72 error C2371: 'round' : redefinição; tipos básicos diferentes (..\map.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 73 error 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.cpp 769 1 TheOTXServer
Erro 74 error 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.h 128 1 TheOTXServer
Erro 75 error C2371: 'round' : redefinição; tipos básicos diferentes (..\monster.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 76 error 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.h 128 1 TheOTXServer
Erro 77 error C2371: 'round' : redefinição; tipos básicos diferentes (..\monsters.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 78 error 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.h 128 1 TheOTXServer
Erro 79 error C2371: 'round' : redefinição; tipos básicos diferentes (..\manager.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 80 error 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.h 128 1 TheOTXServer
Erro 81 error C2371: 'round' : redefinição; tipos básicos diferentes (..\mounts.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 82 error 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.h 128 1 TheOTXServer
Erro 83 error C2371: 'round' : redefinição; tipos básicos diferentes (..\movement.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 84 error 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.h 128 1 TheOTXServer
Erro 85 error C2371: 'round' : redefinição; tipos básicos diferentes (..\npc.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 86 error 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.h 128 1 TheOTXServer
Erro 87 error C2371: 'round' : redefinição; tipos básicos diferentes (..\networkmessage.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 88 error 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.h 128 1 TheOTXServer
Erro 89 error C2371: 'round' : redefinição; tipos básicos diferentes (..\outfit.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 90 error 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.h 128 1 TheOTXServer
Erro 91 error C2371: 'round' : redefinição; tipos básicos diferentes (..\outputmessage.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 92 error 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.h 128 1 TheOTXServer
Erro 93 error C2371: 'round' : redefinição; tipos básicos diferentes (..\otserv.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 94 error 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.h 128 1 TheOTXServer
Erro 95 error C2371: 'round' : redefinição; tipos básicos diferentes (..\party.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 96 error 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.h 128 1 TheOTXServer
Erro 97 error C2371: 'round' : redefinição; tipos básicos diferentes (..\player.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 98 error 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.h 128 1 TheOTXServer
Erro 99 error C2371: 'round' : redefinição; tipos básicos diferentes (..\protocol.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 100 error 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.h 128 1 TheOTXServer
Erro 101 error C2371: 'round' : redefinição; tipos básicos diferentes (..\protocollogin.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 102 error 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.h 128 1 TheOTXServer
Erro 103 error C2371: 'round' : redefinição; tipos básicos diferentes (..\protocolhttp.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 104 error 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.h 128 1 TheOTXServer
Erro 105 error C2371: 'round' : redefinição; tipos básicos diferentes (..\protocolold.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 106 error 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.h 128 1 TheOTXServer
Erro 107 error C2371: 'round' : redefinição; tipos básicos diferentes (..\protocolgame.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 108 error 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.h 128 1 TheOTXServer
Erro 109 error C2371: 'round' : redefinição; tipos básicos diferentes (..\raids.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 110 error 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.h 128 1 TheOTXServer
Erro 111 error C2371: 'round' : redefinição; tipos básicos diferentes (..\quests.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 112 error 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.h 128 1 TheOTXServer
Erro 113 error C2371: 'round' : redefinição; tipos básicos diferentes (..\scriptmanager.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 114 error 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.cpp 238 1 TheOTXServer
Erro 115 error 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.h 128 1 TheOTXServer
Erro 116 error C2371: 'round' : redefinição; tipos básicos diferentes (..\spells.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 117 error 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.h 128 1 TheOTXServer
Erro 118 error C2371: 'round' : redefinição; tipos básicos diferentes (..\server.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 119 error 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.h 128 1 TheOTXServer
Erro 120 error C2371: 'round' : redefinição; tipos básicos diferentes (..\spawn.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 121 error 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.h 128 1 TheOTXServer
Erro 122 error C2371: 'round' : redefinição; tipos básicos diferentes (..\status.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 123 error 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.cpp 152 1 TheOTXServer
Erro 124 error 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.h 128 1 TheOTXServer
Erro 125 error C2371: 'round' : redefinição; tipos básicos diferentes (..\talkaction.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 126 error 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.h 128 1 TheOTXServer
Erro 127 error C2371: 'round' : redefinição; tipos básicos diferentes (..\teleport.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 128 error 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.h 128 1 TheOTXServer
Erro 129 error C2371: 'round' : redefinição; tipos básicos diferentes (..\textlogger.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 130 error 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.h 128 1 TheOTXServer
Erro 131 error C2371: 'round' : redefinição; tipos básicos diferentes (..\thing.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 132 error 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.h 128 1 TheOTXServer
Erro 133 error C2371: 'round' : redefinição; tipos básicos diferentes (..\tile.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 134 error 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.h 128 1 TheOTXServer
Erro 135 error C2371: 'round' : redefinição; tipos básicos diferentes (..\tools.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 136 error 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.cpp 427 1 TheOTXServer
Erro 137 error 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.h 128 1 TheOTXServer
Erro 138 error C2371: 'round' : redefinição; tipos básicos diferentes (..\vocation.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 139 error 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.h 128 1 TheOTXServer
Erro 140 error C2371: 'round' : redefinição; tipos básicos diferentes (..\waitlist.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 141 error 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.h 128 1 TheOTXServer
Erro 142 error C2371: 'round' : redefinição; tipos básicos diferentes (..\weapons.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer
Erro 143 error 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.h 128 1 TheOTXServer
Erro 144 error C2371: 'round' : redefinição; tipos básicos diferentes (..\trashholder.cpp) c:\users\lucas\desktop\tibia\sources\tools.h 128 1 TheOTXServer

 

 

 

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
Compartilhar em outros sites

6 respostass a esta questão

Posts Recomendados

  • 0

tenso é esse pacote de 1 gb :s vou baixar pra testar... daqui umas horas eu edito o post aqui.

 

edit:

Vlw suja, tive que baixar o 2012 mas dai funcionou.. no 2013 nao foi mas nem da nada..

podem fechar, vlw.

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

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...