C++ Error / VS2003

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zerbre
    New Member
    • Jul 2007
    • 1

    #1

    C++ Error / VS2003

    Hey guys im not sure this is in the right area, but i keep getting errors, im a GM on a online game and i keep getting this :
    CustomScripts error LNK2001: unresolved external symbol "__declspec(dll import) void __cdecl HandleShutdown( class Socket *,unsigned int)" (__imp_?HandleS hutdown@@YAXPAV Socket@@I@Z)


    I get multiple errors compiling lately...

    Anyone know how to fix this.. i assume its a linking problem.

    MORE DETAILS:

    CustomScripts error LNK2001: unresolved external symbol "__declspec(dll import) void __cdecl HandleWriteComp lete(class Socket *,unsigned int)" (__imp_?HandleW riteComplete@@Y AXPAVSocket@@I@ Z)
    CustomScripts error LNK2019: unresolved external symbol "__declspec(dll import) public: void __thiscall GossipMenu::Add Item(unsigned short,char const *,int)" (__imp_?AddItem @GossipMenu@@QA EXGPBDH@Z) referenced in function "public: virtual void __thiscall TeleportNPC::Go ssipHello(class Creature *,class Player *,bool)" (?GossipHello@T eleportNPC@@UAE XPAVCreature@@P AVPlayer@@_N@Z)

    basscally this over and over... its only recently started happening in VS2003.

    CustomScripts fatal error LNK1120: 8 unresolved externals

    Anyone got any ideas?
Working...