VGOEmulator.net

A Development Project for the Vanguard:Saga of Heroes MMO

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • Portal
  • Project Manager
  • Bug Tracker
  • Server List
  • Wiki
  • Donate
  • Login
  • Register
  • Board index Support Windows
  • Search

Cannot Compile VS2012 - rev 1468

Help with the Windows x86/x64 versions of the VGOEmulator Server.

Moderator: Community Managers

Post Reply
  • Print view
Advanced search
5 posts • Page 1 of 1
User avatar
John Adams
Retired
Posts: 4581
Joined: Wed Aug 28, 2013 9:40 am
Location: Phoenix, AZ.
Contact:
Contact John Adams
Website
Cannot Compile VS2012 - rev 1468
  • Quote

Post by John Adams » Tue Aug 04, 2015 5:58 pm

Code: Select all

4>     Creating library ..\..\bin\world\WorldServer.lib and object ..\..\bin\world\WorldServer.exp
4>ChunkServer_process.obj : error LNK2019: unresolved external symbol "public: bool __thiscall WorldCharacter::SendSkillPoolUpdate(void)" (?SendSkillPoolUpdate@WorldCharacter@@QAE_NXZ) referenced in function "public: void __thiscall ChunkServer::SendCharacterInfo(class std::shared_ptr<class Client> &,class std::shared_ptr<class WorldCharacter> &)" (?SendCharacterInfo@ChunkServer@@QAEXAAV?$shared_ptr@VClient@@@std@@AAV?$shared_ptr@VWorldCharacter@@@3@@Z)
4>WorldCharacter.obj : error LNK2001: unresolved external symbol "public: bool __thiscall WorldCharacter::SendSkillPoolUpdate(void)" (?SendSkillPoolUpdate@WorldCharacter@@QAE_NXZ)
4>ChunkServer_process.obj : error LNK2019: unresolved external symbol "public: bool __thiscall WorldCharacter::SendCharacterPageAttributes(void)" (?SendCharacterPageAttributes@WorldCharacter@@QAE_NXZ) referenced in function "public: void __thiscall ChunkServer::SendCharacterInfo(class std::shared_ptr<class Client> &,class std::shared_ptr<class WorldCharacter> &)" (?SendCharacterInfo@ChunkServer@@QAEXAAV?$shared_ptr@VClient@@@std@@AAV?$shared_ptr@VWorldCharacter@@@3@@Z)
4>ChunkServer_process.obj : error LNK2019: unresolved external symbol "public: bool __thiscall WorldCharacter::SendAllAttributeUpdate(void)" (?SendAllAttributeUpdate@WorldCharacter@@QAE_NXZ) referenced in function "public: void __thiscall ChunkServer::SendCharacterInfo(class std::shared_ptr<class Client> &,class std::shared_ptr<class WorldCharacter> &)" (?SendCharacterInfo@ChunkServer@@QAEXAAV?$shared_ptr@VClient@@@std@@AAV?$shared_ptr@VWorldCharacter@@@3@@Z)
4>Npc.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Npc::AddAttribute(unsigned int)" (?AddAttribute@Npc@@UAE_NI@Z)
4>Npc.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Npc::SetAttributeBaseValue(unsigned int,int)" (?SetAttributeBaseValue@Npc@@UAE_NIH@Z)
4>Npc.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Npc::SetAttributeTotalValue(unsigned int,int)" (?SetAttributeTotalValue@Npc@@UAE_NIH@Z)
4>Npc.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Npc::UpdateAttributeGearBonus(unsigned int,int)" (?UpdateAttributeGearBonus@Npc@@UAE_NIH@Z)
4>Npc.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Npc::UpdateAttributeBuffBonus(unsigned int,int)" (?UpdateAttributeBuffBonus@Npc@@UAE_NIH@Z)
4>WorldCharacter.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall WorldCharacter::AddAttribute(unsigned int)" (?AddAttribute@WorldCharacter@@UAE_NI@Z)
4>WorldCharacter.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall WorldCharacter::SetAttributeBaseValue(unsigned int,int)" (?SetAttributeBaseValue@WorldCharacter@@UAE_NIH@Z)
4>WorldCharacter.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall WorldCharacter::SetAttributeTotalValue(unsigned int,int)" (?SetAttributeTotalValue@WorldCharacter@@UAE_NIH@Z)
4>WorldCharacter.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall WorldCharacter::UpdateAttributeGearBonus(unsigned int,int)" (?UpdateAttributeGearBonus@WorldCharacter@@UAE_NIH@Z)
4>WorldCharacter.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall WorldCharacter::UpdateAttributeBuffBonus(unsigned int,int)" (?UpdateAttributeBuffBonus@WorldCharacter@@UAE_NIH@Z)
4>WorldCharacter.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall WorldCharacter::UpdateAttributeAttributeBonus(unsigned int,int)" (?UpdateAttributeAttributeBonus@WorldCharacter@@UAE_NIH@Z)
4>..\..\bin\world\WorldServer.exe : fatal error LNK1120: 14 unresolved externals
Windows is the primary supported OS. This is required to work before LInux does. Make this a priority.
Top

User avatar
Xinux
Project Leader
Project Leader
Posts: 2549
Joined: Wed Aug 28, 2013 2:20 pm
Re: Cannot Compile VS2012 - rev 1468
  • Quote

Post by Xinux » Tue Aug 04, 2015 6:07 pm

It should compile you just need to add all the statinfo files and the *_stats and there is another _ one i can't remember. I'll submit the new project file tomorrow if someone doesn't get it tonight.
Top

User avatar
John Adams
Retired
Posts: 4581
Joined: Wed Aug 28, 2013 9:40 am
Location: Phoenix, AZ.
Contact:
Contact John Adams
Website
Re: Cannot Compile VS2012 - rev 1468
  • Quote

Post by John Adams » Tue Aug 04, 2015 7:08 pm

You and I shouldn't be required to constantly clean up after others messes. Seems that's all we're doing lately.
Top

User avatar
Ratief
Developer
Developer
Posts: 393
Joined: Thu Feb 06, 2014 8:21 am
Re: Cannot Compile VS2012 - rev 1468
  • Quote

Post by Ratief » Wed Aug 05, 2015 9:19 am

I don't have the ability to add files to the VS project. All I can do is add them to the makefile.
Top

User avatar
Xinux
Project Leader
Project Leader
Posts: 2549
Joined: Wed Aug 28, 2013 2:20 pm
Re: Cannot Compile VS2012 - rev 1468
  • Quote

Post by Xinux » Wed Aug 05, 2015 9:31 am

Ok will add it to the VS project files and commit it for you.
Top


Post Reply
  • Print view

5 posts • Page 1 of 1

Return to “Windows”

Jump to
  • Information
  • ↳   Announcements
  • ↳   Dev Chats
  • ↳   Events
  • Community
  • ↳   General Discussions
  • ↳   VGO Team Help Requests
  • ↳   Introductions
  • ↳   Game Features
  • ↳   Wish List
  • ↳   Off-Topic
  • Support
  • ↳   How-To's
  • ↳   General Support
  • ↳   Windows
  • ↳   Linux
  • Bugs
  • ↳   Server Bugs
  • ↳   Server Bugs (Closed)
  • ↳   Content Bugs
  • ↳   Content Bugs (Closed)
  • ↳   Database Bugs
  • ↳   Tools Bugs
  • Board index
  • All times are UTC-07:00
  • Delete cookies
  • Contact us
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD