View Single Post
  #4  
Old 12-18-2012, 03:16 AM
FievelMousey
Hill Giant
 
Join Date: Jan 2004
Posts: 140
Default

It seems be related ROF stuff and I want mess around with it. Ok I got warnings off now I getting this:

Error 85 error LNK2019: unresolved external symbol "void __cdecl RoF::Register(class EQStreamIdentifier &)" (?Register@RoF@@YAXAAVEQStreamIdentifier@@@Z) referenced in function "void __cdecl RegisterAllPatches(class EQStreamIdentifier &)" (?RegisterAllPatches@@YAXAAVEQStreamIdentifier@@@Z ) Patches.obj World
Error 86 error LNK2019: unresolved external symbol "void __cdecl RoF::Reload(void)" (?Reload@RoF@@YAXXZ) referenced in function "void __cdecl ReloadAllPatches(void)" (?ReloadAllPatches@@YAXXZ) Patches.obj World
Error 87 fatal error LNK1120: 2 unresolved externals .\../build/World.exe World
Error 88 error LNK2019: unresolved external symbol "void __cdecl RoF::Register(class EQStreamIdentifier &)" (?Register@RoF@@YAXAAVEQStreamIdentifier@@@Z) referenced in function "void __cdecl RegisterAllPatches(class EQStreamIdentifier &)" (?RegisterAllPatches@@YAXAAVEQStreamIdentifier@@@Z ) Patches.obj Zone
Error 89 error LNK2019: unresolved external symbol "void __cdecl RoF::Reload(void)" (?Reload@RoF@@YAXXZ) referenced in function "void __cdecl ReloadAllPatches(void)" (?ReloadAllPatches@@YAXXZ) Patches.obj Zone
Error 90 fatal error LNK1120: 2 unresolved externals .\../Build/Zone.exe Zone
Reply With Quote