Code: Select all
--------------------Configuration: HGserver - Win32 Debug--------------------
Compiling...
Game.cpp
C:\Windows\Desktop\hboc source\hboc source\Game.cpp(1107) : warning C4101: 'dwTime' : unreferenced local variable
C:\Windows\Desktop\hboc source\hboc source\Game.cpp(2109) : warning C4305: '=' : truncation from 'const int' to 'char'
C:\Windows\Desktop\hboc source\hboc source\Game.cpp(2109) : warning C4309: '=' : truncation of constant value
C:\Windows\Desktop\hboc source\hboc source\Game.cpp(8837) : warning C4305: '=' : truncation from 'const int' to 'short'
C:\Windows\Desktop\hboc source\hboc source\Game.cpp(8837) : warning C4309: '=' : truncation of constant value
C:\Windows\Desktop\hboc source\hboc source\Game.cpp(52420) : error C2664: 'bCreateNewNpc' : cannot convert parameter 10 from 'short *' to 'struct tagRECT *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
C:\Windows\Desktop\hboc source\hboc source\Game.cpp(52497) : error C2664: 'bCreateNewNpc' : cannot convert parameter 10 from 'short *' to 'struct tagRECT *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
C:\Windows\Desktop\hboc source\hboc source\Game.cpp(53766) : warning C4065: switch statement contains 'default' but no 'case' labels
Map.cpp
Skipping... (no relevant changes detected)
wmain.cpp
Error executing cl.exe.
HGserver.exe - 2 error(s), 6 warning(s)

Code: Select all