View Single Post
  #1  
Old 12-06-2014, 10:44 PM
Mortow's Avatar
Mortow
Hill Giant
 
Join Date: Apr 2013
Posts: 215
Default Zone.exe compile errors

I did a pull tonight and recompile but I get the following 3 errors:


Code:
error LNK2019: unresolved external symbol "int __cdecl MakeRandomInt(int,int)" (?MakeRandomInt@@YAHHH@Z) referenced in function "public: void __thiscall Client::ForageItem(bool)" (?ForageItem@Client@@QAEX_N@Z)	C:\EQ\Source\Build\zone\forage.obj	zone
error LNK2001: unresolved external symbol "int __cdecl MakeRandomInt(int,int)" (?MakeRandomInt@@YAHHH@Z)	C:\EQ\Source\Build\zone\pets.obj	zone
error LNK1120: 1 unresolved externals	C:\EQ\Source\Build\Bin\RelWithDebInfo\zone.exe	1	1	zone
This is with VS2012.
Reply With Quote