View Single Post
  #1  
Old 05-15-2006, 02:58 AM
Armanthuz
Sarnak
 
Join Date: Apr 2003
Posts: 72
Default Compile problems in .7-0-788

On compiling world in vs net 2005 i get...

Error about not being able to find EQChatPacket file
- Removed line from world vcproj and it compiles fine after that.

However when i try to compile zone.exe i get only 2 errors at the very end when its trying to link stuff...

Linking...
patches.obj : error LNK2019: unresolved external symbol "void __cdecl Live::Register(class EQStreamIdentifier &)" (?Register@Live@@YAXAAVEQStreamIdentifier@@@Z) referenced in function "void __cdecl RegisterAllPatches(class EQStreamIdentifier &)" (?RegisterAllPatches@@YAXAAVEQStreamIdentifier@@@Z )
patches.obj : error LNK2019: unresolved external symbol "void __cdecl Live::Reload(void)" (?Reload@Live@@YAXXZ) referenced in function "void __cdecl ReloadAllPatches(void)" (?ReloadAllPatches@@YAXXZ)
.\../Build/Zone.exe : fatal error LNK1120: 2 unresolved externals


Anyone have a clue what i can do to get this to compile???
Reply With Quote