Jump to content

Sanii shining system


Recommended Posts

  • 2 years later...
  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

  • 5 months later...
  • 9 months later...
On 4/7/2020 at 12:26 AM, Creo said:

Problem while compiling binary:

 

1>PythonApplication.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CItemManager::LoadShiningTable(char const *)" (?LoadShiningTable@CItemManager@@QAE_NPBD@Z)
 

I have fixed it. There was missing #include in the first lines of the files. I hope this helps to someone.

I'm using [40250] Reference Serverfiles By TMP4.

spacer.png

 

 

ItemData.cpp 

ItemData.h

For these 2 files add this.

#include "../UserInterface/Locale_inc.h"

 

InstanceBase.cpp

InstanceBase.h 

And for these 2 files add this.

#include "Locale_inc.h"

 

Edited by Sioniraj
Text fix.
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.