-Blurr- wrote: Malcom wrote: Code: Select all
Linking...
Game.obj : error LNK2001: unresolved external symbol "public: __thiscall CCrafting::CCrafting(void)" (??0CCrafting@@QAE@XZ)
Release/HGserver.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
:blink:
<span style='color:red'> /FORCE:UNRESOLVED </span> ?
You must remove( Or you can fix) Crafting before compiling. Crafting does not seem to work.
Output Window Compiling...
DebugDialog.cpp
DebugDialog.cpp(85) : warning C4018: '<' : signed/unsigned mismatch
DebugDialog.cpp(88) : warning C4018: '<' : signed/unsigned mismatch
DebugDialog.cpp(97) : warning C4018: '<' : signed/unsigned mismatch
XSocket.cpp
XSocket.cpp(433) : warning C4244: '=' : conversion from 'DWORD' to 'WORD', possible loss of data
XSocket.cpp(438) : warning C4018: '<' : signed/unsigned mismatch
XSocket.cpp(440) : warning C4244: '=' : conversion from 'DWORD' to 'char', possible loss of data
XSocket.cpp(559) : warning C4018: '<' : signed/unsigned mismatch
XSocket.cpp(560) : warning C4244: '=' : conversion from 'DWORD' to 'char', possible loss of data
Wmain.cpp
Tile.cpp
TeleportLoc.cpp
StrTok.cpp
StrategicPoint.cpp
Skill.cpp
Quest.cpp
Potion.cpp
OccupyFlag.cpp
Npc.cpp
Msg.cpp
Misc.cpp
Mineral.cpp
Map.cpp
Magic.cpp
Item.cpp
GuildsMan.cpp
Game.cpp
Game.cpp(2101) : warning C4309: '=' : truncation of constant value
Game.cpp(5233) : warning C4101: 'len' : unreferenced local variable
Game.cpp(8979) : warning C4309: '=' : truncation of constant value
Game.cpp(11327) : warning C4101: 'iItemID' : unreferenced local variable
Game.cpp(11327) : warning C4101: 'iItemprobability' : unreferenced local variable
Game.cpp(14598) : warning C4101: 'bCountLogout' : unreferenced local variable
Game.cpp(14597) : warning C4101: 'iClientH' : unreferenced local variable
Game.cpp(41800) : warning C4101: 'bCountLogout' : unreferenced local variable
Game.cpp(46948) : warning C4101: 'pitem' : unreferenced local variable
Game.cpp(53742) : warning C4101: 'cTemp' : unreferenced local variable
Game.cpp(53797) : warning C4101: 'cTemp' : unreferenced local variable
Game.cpp(53907) : warning C4101: 'cp' : unreferenced local variable
Game.cpp(53906) : warning C4101: 'wp' : unreferenced local variable
Game.cpp(53908) : warning C4101: 'cBuff' : unreferenced local variable
Game.cpp(54130) : warning C4101: 'cTxt' : unreferenced local variable
Game.cpp(56213) : warning C4101: 'cNpcWaypoint' : unreferenced local variable
Game.cpp(56213) : warning C4101: 'iSide' : unreferenced local variable
Game.cpp(56212) : warning C4101: 'r' : unreferenced local variable
c:\documents and settings\anthony\desktop\freehbfiles\src\nightriders hgserver\game.cpp(56596) : warning C4715: 'CGame::UpdateHeldenianStatus' : not all control paths return a value
Fish.cpp
DynamicObject.cpp
DelayEvent.cpp
Crafting.cpp
Client.cpp
BuildItem.cpp
Compiling resources...
Linking...
Results Build log was saved at "file://c:\Documents and Settings\Anthony\Desktop\FreeHBFiles\Src\NightRiders HGServer\Release\BuildLog.htm"
HGserver - 0 error(s), 27 warning(s)