1 problem

Discussion about Helbreath Server Files.
Post Reply
Kanar
noob
Posts: 14
Joined: Thu Aug 03, 2006 7:39 pm

Post by Kanar »

Code: Select all

--------------------Configuration: HGserver - Win32 Release--------------------
Compiling resources...
Compiling...
BuildItem.cpp
Client.cpp
DelayEvent.cpp
DynamicObject.cpp
Fish.cpp
Game.cpp
D:\Helbreath\Sources\HG Servers\2.24d\Game.cpp(2114) : warning C4305: '=' : truncation from 'const int' to 'char'
D:\Helbreath\Sources\HG Servers\2.24d\Game.cpp(2114) : warning C4309: '=' : truncation of constant value
D:\Helbreath\Sources\HG Servers\2.24d\Game.cpp(8859) : warning C4305: '=' : truncation from 'const int' to 'short'
D:\Helbreath\Sources\HG Servers\2.24d\Game.cpp(8859) : warning C4309: '=' : truncation of constant value
D:\Helbreath\Sources\HG Servers\2.24d\Game.cpp(49013) : error C2196: case value '9' already used
D:\Helbreath\Sources\HG Servers\2.24d\Game.cpp(49035) : error C2196: case value '9' already used
D:\Helbreath\Sources\HG Servers\2.24d\Game.cpp(49057) : error C2196: case value '9' already used
D:\Helbreath\Sources\HG Servers\2.24d\Game.cpp(49079) : error C2196: case value '9' already used
D:\Helbreath\Sources\HG Servers\2.24d\Game.cpp(49101) : error C2196: case value '9' already used
D:\Helbreath\Sources\HG Servers\2.24d\Game.cpp(49123) : error C2196: case value '9' already used
D:\Helbreath\Sources\HG Servers\2.24d\Game.cpp(49145) : error C2196: case value '9' already used
D:\Helbreath\Sources\HG Servers\2.24d\Game.cpp(49170) : warning C4060: switch statement contains no 'case' or 'default' labels
GuildsMan.cpp
Item.cpp
Magic.cpp
Map.cpp
Mineral.cpp
Misc.cpp
Msg.cpp
Npc.cpp
OccupyFlag.cpp
Portion.cpp
Quest.cpp
Skill.cpp
StrategicPoint.cpp
StrTok.cpp
Teleport.cpp
TeleportLoc.cpp
TempNpcItem.cpp
Tile.cpp
wmain.cpp
XSocket.cpp
DebugDialog.cpp
D:\Helbreath\Sources\HG Servers\2.24d\DebugDialog.cpp(85) : warning C4018: '<' : signed/unsigned mismatch
D:\Helbreath\Sources\HG Servers\2.24d\DebugDialog.cpp(88) : warning C4018: '<' : signed/unsigned mismatch
D:\Helbreath\Sources\HG Servers\2.24d\DebugDialog.cpp(97) : warning C4018: '<' : signed/unsigned mismatch
Error executing cl.exe.

HGserver.exe - 7 error(s), 8 warning(s)
how to repair it? :/
Pener
Member
Posts: 110
Joined: Fri Feb 27, 2004 3:57 pm
Location: Czech Republic

Post by Pener »

find that error & try change that "case 9" for example to "case 10" :) maybe its will help <_<
<img src='http://i19.photobucket.com/albums/b153/s00pr/Pener.jpg' border='0' alt='user posted image' /><br><img src='http://i19.photobucket.com/albums/b153/ ... anner3.jpg' border='0' alt='user posted image' />
wouter
noob
Posts: 23
Joined: Thu Jun 23, 2005 7:05 am

Post by wouter »

If you don't know shit about these things then dont make a server
EvilHit
Loyal fan
Posts: 356
Joined: Sun Jan 16, 2005 3:20 am

Post by EvilHit »

case value '9' already used

u need to change this try and read the errors b4 u post if u dont no how to code dont do it
Post Reply