View Single Post
  #5  
Old 09-13-2004, 01:33 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Not sure what was up with this, but just to let everyone know, that if you get this error:
Code:
Linking... 
client.obj : error LNK2001: unresolved external symbol "public: __thiscall PTimerList::~PTimerList(void)" (??1PTimerList@@QAE@XZ) 
client.obj : error LNK2001: unresolved external symbol "public: __thiscall PTimerList::PTimerList(unsigned int)" (??0PTimerList@@QAE@I@Z) 
client.obj : error LNK2001: unresolved external symbol "public: bool __thiscall PTimerList::Store(void)" (?Store@PTimerList@@QAE_NXZ) 
client_process.obj : error LNK2001: unresolved external symbol "public: bool __thiscall PTimerList::Load(void)" (?Load@PTimerList@@QAE_NXZ) 
command.obj : error LNK2001: unresolved external symbol "public: unsigned int __thiscall PersistentTimer::GetRemainingTime(void)" (?GetRemainingTime@PersistentTimer@@QAEIXZ) 
command.obj : error LNK2001: unresolved external symbol "public: void __thiscall PTimerList::ToVector(class std::vector<struct std::pair<unsigned short,class PersistentTimer *>,class std::allocator<struct std::pair<unsigned short,class PersistentTim 
er *> > > &)" (?ToVector@PTimerList@@QAEXAAV?$vector@U?$pair@GPAVPersistentTimer@@@std@@V?$allocator@U?$pair@GPAVPersistentTimer@@@std@@@2@@std@@@Z) 
../Build/Zone.exe : fatal error LNK1120: 6 unresolved externals 
Error executing link.exe. 

Zone.exe - 7 error(s), 0 warning(s)
You will have to manually add common files ptimer.h and ptimer.cpp as they were NOT added automatically.... This was using the newest CVS as of last night (not sure when the files were updated last on CVS havent checked)...
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote