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?