View Single Post
  #4  
Old 04-09-2009, 09:03 PM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

I am not sure it is as easy as you say, Congdar I am still searching around, but Release compiles fine - soon as I do ReleaseBots (VS2005) Zone linking fails:

Code:
1>Linking...
1>npc.obj : error LNK2019: unresolved external symbol "public: void __thiscall Mob::PET_Process(void)" (?PET_Process@Mob@@QAEXXZ) referenced in function "public: virtual bool __thiscall NPC::Process(void)" (?Process@NPC@@UAE_NXZ)
1>.\../Build/Zone.exe : fatal error LNK1120: 1 unresolved externals
This was after cleaning and rebuilding the entire project. 4 of 5 succeeded. I am never too sure what these linker errors really mean. Any hints?
Reply With Quote