Jump to content

Erros no vs2013


F-Caneiras
 Share

Recommended Posts

Boas 

Estive a adicionar as faixas 

mas no cliente quando vou compilar recebo os seguintes erros o que pode ser 

Error    2    error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "stdafx.h"' to your source?    C:\Users\Francisco\Desktop\ClienteMetin2_speed\source\UserInterface\PythonSash.h    29    1    UserInterface
 

Warning    1    warning C4627: '#include "Packet.h"': skipped when looking for precompiled header use    C:\Users\Francisco\Desktop\ClienteMetin2_speed\source\UserInterface\PythonSash.h    4    1    UserInterface
 

Link to comment
Share on other sites

Ja o tinha feito mas so pareceu mais erros xD 

 

passou a ter este erro 

16>Distribute\PythonSash.obj : warning LNK4042: object specified more than once; extras ignored
16>GameLib.lib(Area.obj) : error LNK2001: unresolved external symbol "public: void __thiscall CGraphicThingInstance::DeformAll(void)" (?DeformAll@CGraphicThingInstance@@QAEXXZ)
16>C:\Users\Francisco\Desktop\ClienteMetin2_speed\binario\Metin2Distribute.exe : fatal error LNK1120: 1 unresolved externals
========== Rebuild All: 15 succeeded, 1 failed, 0 skipped ==========
 

talvez tenha de fazer tudo de novo ?

aquilo tem montes de ficheiros xD 

 

Edited by Caneiras
Link to comment
Share on other sites

nao so adicionei duas novas linhas neste ficheiro 

UserInterface.vcxproj

ficando assim 

    <ClCompile Include="..\..\source\UserInterface\PythonSash.cpp" />
    <ClCompile Include="..\..\source\UserInterface\PythonSash.h" />
 

talvez seja dai o erro mas no toturial dizia para add os 2

 

ok ja vi que adicionei os 2 no cpp xD

 

mesmo depois de corrigir os links o erro presiste como posso fazer aquilo que mencionaste a cima os ficheiros que add no link aprecem no projecto

Edited by Caneiras
Link to comment
Share on other sites

  • 3 weeks later...
Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...