Thread: Compiling build
View Single Post
  #6  
Old 03-26-2010, 08:02 AM
ArkR
Fire Beetle
 
Join Date: Mar 2010
Posts: 15
Default followed guide but still getting errors

I followed the guide as well and have 32 bit perl and mysql on a 64 it windows & system. I've searched forums here and elsewhere and just can't figure this out. The error I get compiling world is as follows:

...
1>client.cpp
1>Generating Code...
1>Linking...
1>Patches.obj : error LNK2019: unresolved external symbol "void __cdecl SoD::Register(class EQStreamIdentifier &)" (?Register@SoD@@YAXAAVEQStreamIdentifier@@@Z) referenced in function "void __cdecl RegisterAllPatches(class EQStreamIdentifier &)" (?RegisterAllPatches@@YAXAAVEQStreamIdentifier@@@Z )
1>Patches.obj : error LNK2019: unresolved external symbol "void __cdecl SoD::Reload(void)" (?Reload@SoD@@YAXXZ) referenced in function "void __cdecl ReloadAllPatches(void)" (?ReloadAllPatches@@YAXXZ)
1>.\../build/World.exe : fatal error LNK1120: 2 unresolved externals
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 9.00.30729
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Build log was saved at "file://c:\EQBOT\Build\World\Release\BuildLog.htm"
1>World - 3 error(s), 3 warning(s)

Any ideas what may be wrong? Trying to get a bots build going with bots that don't heal the mob I am trying to kill. (p.s. A compiled google svn bots update would be much appreciated!)
Reply With Quote