-
re: [Release] zTeam Season 8 Episode 2 (Source)
Isn't that easy.. VS2013 needs some extra libraries installed on your system and you have to change some configs on your project to be able to compile the src. I recommend VS2010, if you use this version you won't need any extra .lib installed or change configs. Only replace the 'auto int' functions for 'int' and compile/replace the crypto .lib to the specified folder. Screenshot VS2013:
https://forum.ragezone.com/cache.php...%2F2laeex1.png
-
re: [Release] zTeam Season 8 Episode 2 (Source)
can anyone share a GS that ExcellentDrop works..
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
FrodoTeabaggins
Isn't that easy.. VS2013 needs some extra libraries installed on your system and you have to change some configs on your project to be able to compile the src. I recommend VS2010, if you use this version you won't need any extra .lib installed or change configs. Only replace the 'auto int' functions for 'int' and compile/replace the crypto .lib to the specified folder. Screenshot VS2013:
https://forum.ragezone.com/cache.php...%2F2laeex1.png
tell me how do it
extra libraries
-
re: [Release] zTeam Season 8 Episode 2 (Source)
-
re: [Release] zTeam Season 8 Episode 2 (Source)
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
BladeKnight109
Sharing your developments like everyone else, or just here to show it off? :(
-
re: [Release] zTeam Season 8 Episode 2 (Source)
@BladeKnight109
I agree with @fallenfate
sharing your developments will appreciate us.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
if you didnt notice bladeknight only take projects, share it public.. and take only from people work
in the past i had truested him with 1 task and he share the stuff that i gived him..so in my opinion he is total fake don't trust him at all
and he will not share any code with you people because he is like this only show off
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Only about Spamming Main Main ... Share Share... Discuss with people nobody will give you anything not free!!
- Start using your brain
Sorry for my English. And for This My Spam.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
fallconecz
Only about Spamming Main Main ... Share Share... Discuss with people nobody will give you anything not free!!
- Start using your brain
Sorry for my English. And for This My Spam.
Me and lots of other people do things and give the work out for free. It's called helping the community, just because you might want to hoard knowledge doesn't mean others do. If someone fixes something they should tell others how and explain it, or share the work, it's what helps build the RZ community.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
fallconecz
Only about Spamming Main Main ... Share Share... Discuss with people nobody will give you anything not free!!
- Start using your brain
Sorry for my English. And for This My Spam.
Start using your brain too.
being selfish is not good.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Hello
Any now give me program like a "mu maker" but working with SQL EXPREESS 2008
I try use lot Mu maker or other programs any time problem with connect SQL
THX
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
Th3AnG3L
if you didnt notice bladeknight only take projects, share it public.. and take only from people work
in the past i had truested him with 1 task and he share the stuff that i gived him..so in my opinion he is total fake don't trust him at all
and he will not share any code with you people because he is like this only show off
really? look
https://forum.ragezone.com/cache.php...%2FTwJc8u3.png
Do you see that? i'm not public or share your project. i'm leech it from LapTrinhGame.Net, i don't need and work on your project.
Link: [MU] Source + Server + Patch Client Evolution Team Season 2
@ALL:
Fix SD:
Add it in function Attack (ObjAttack.cpp)
Code:
gObjLifeCheck(lpTargetObj, lpObj, AttackDamage, 0, MSBFlag, MsgDamage, skill, iTotalShieldDamage);
GCReFillSend(lpTargetObj->m_Index,(WORD)lpTargetObj->Life, 0xFF, 0, lpTargetObj->iShield);
if ( iTotalShieldDamage > 0 )
{
LogAddTD("[PvP System] Victim:[%s][%s], Attacker:[%s][%s] - SD[%d] HP[%f] -> SD[%d] HP[%f]",
lpTargetObj->AccountID, lpTargetObj->Name, lpObj->AccountID, lpObj->Name,
lpTargetObj->iShield + iTotalShieldDamage, lpTargetObj->Life + AttackDamage,
lpTargetObj->iShield, lpTargetObj->Life);
}
Work with me.
Quest System & Gens Quest: I have edit many file, database and i don't remember all. sorry, i can't share fix now. maybe tomorrow.
i'm not develop SS8, just test for fun ^_^
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Repost.
can someone help me?
Code:
1>------ Build started: Project: zGameServer, Configuration: Release Win32 ------
1>Build started 25/06/2015 08:34:39.
1>InitializeBuildStatus:
1> Touching "Release\zGameServer.unsuccessfulbuild".
1>ClCompile:
1> All outputs are up-to-date.
1> ChaosBox.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ChaosBox.cpp(4968): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>ChaosBox.cpp(5482): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>ChaosBox.cpp(5587): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>ChaosBox.cpp(5613): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1> ChaosCastle.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ChaosCastle.cpp(153): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>ChaosCastle.cpp(2031): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ChaosCastle.cpp(2042): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> ChaosMachineManager.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ChaosMachineManager.cpp(51): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>ChaosMachineManager.cpp(56): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>ChaosMachineManager.cpp(75): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>ChaosMachineManager.cpp(148): warning C4018: '>' : signed/unsigned mismatch
1>ChaosMachineManager.cpp(352): warning C4244: '+=' : conversion from 'float' to 'BYTE', possible loss of data
1>ChaosMachineManager.cpp(413): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ChaosMachineManager.cpp(431): warning C4018: '<' : signed/unsigned mismatch
1>ChaosMachineManager.cpp(438): warning C4018: '<' : signed/unsigned mismatch
1>ChaosMachineManager.cpp(450): warning C4018: '<' : signed/unsigned mismatch
1>ChaosMachineManager.cpp(468): warning C4018: '<' : signed/unsigned mismatch
1>ChaosMachineManager.cpp(515): warning C4018: '<' : signed/unsigned mismatch
1> CheatGuard.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CheatGuard.cpp(56): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>CheatGuard.cpp(63): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>CheatGuard.cpp(68): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>CheatGuard.cpp(205): warning C4800: 'WORD' : forcing value to bool 'true' or 'false' (performance warning)
1>CheatGuard.cpp(227): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CheatGuard.cpp(247): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> ClassCalc.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ClassCalc.cpp(75): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
1>ClassCalc.cpp(89): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
1>ClassCalc.cpp(271): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ClassCalc.cpp(272): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> ClosePlayer.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ClosePlayer.cpp(32): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>ClosePlayer.cpp(49): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1> ComboAttack.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> CommandManager.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CommandManager.cpp(76): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>CommandManager.cpp(86): warning C4018: '<' : signed/unsigned mismatch
1>CommandManager.cpp(97): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>CommandManager.cpp(98): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>CommandManager.cpp(626): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>CommandManager.cpp(630): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>CommandManager.cpp(635): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>CommandManager.cpp(908): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>CommandManager.cpp(1226): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>CommandManager.cpp(1233): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>CommandManager.cpp(1246): warning C4018: '<' : signed/unsigned mismatch
1>CommandManager.cpp(1260): warning C4018: '<' : signed/unsigned mismatch
1> ConMember.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ConMember.cpp(57): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> Crywolf.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Crywolf.cpp(67): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> CrywolfAltar.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> CrywolfDarkElf.cpp
1> CrywolfMonster.cpp
1> CrywolfStateTimeInfo.cpp
1> CrywolfStatue.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> CrywolfSync.cpp
1> CrywolfTanker.cpp
1> CrywolfUtil.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CrywolfUtil.cpp(40): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CrywolfUtil.cpp(72): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CrywolfUtil.cpp(122): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CrywolfUtil.cpp(168): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CrywolfUtil.cpp(173): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>CrywolfUtil.cpp(279): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CrywolfUtil.cpp(289): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> CustomManager.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(76): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(91): warning C4018: '<' : signed/unsigned mismatch
1> DBSockMng.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Generating Code...
1> Compiling...
1> DSProtocol.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>DSProtocol.cpp(693): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DSProtocol.cpp(1695): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DSProtocol.cpp(3357): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DSProtocol.cpp(3359): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DSProtocol.cpp(4379): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1> DarkSpirit.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>DarkSpirit.cpp(649): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>DarkSpirit.cpp(865): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>DarkSpirit.cpp(1410): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>DarkSpirit.cpp(1527): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>DarkSpirit.cpp(1532): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>DarkSpirit.cpp(1560): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> DbSave.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> DevilSquare.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>DevilSquare.cpp(188): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>DevilSquare.cpp(590): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>DevilSquare.cpp(683): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1> DevilSquareGround.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> DirPath.cpp
1>DirPath.cpp(24): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DirPath.cpp(29): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DirPath.cpp(30): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1> DoubleGoerEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>DoubleGoerEvent.cpp(127): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>DoubleGoerEvent.cpp(206): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>DoubleGoerEvent.cpp(209): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>DoubleGoerEvent.cpp(212): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>DoubleGoerEvent.cpp(215): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>DoubleGoerEvent.cpp(222): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>DoubleGoerEvent.cpp(236): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> DragonEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>DragonEvent.cpp(53): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DragonEvent.cpp(58): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>DragonEvent.cpp(62): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>DragonEvent.cpp(66): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>DragonEvent.cpp(71): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>DragonEvent.cpp(72): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1> DummyTarget.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> EDSProtocol.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>EDSProtocol.cpp(210): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>EDSProtocol.cpp(793): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>EDSProtocol.cpp(967): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>EDSProtocol.cpp(1031): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>EDSProtocol.cpp(1032): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>EDSProtocol.cpp(1050): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1> EledoradoEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>EledoradoEvent.cpp(83): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>EledoradoEvent.cpp(395): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>EledoradoEvent.cpp(396): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>EledoradoEvent.cpp(397): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1> ElementalSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ElementalSystem.cpp(72): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>ElementalSystem.cpp(267): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>ElementalSystem.cpp(294): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(312): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(315): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(322): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>ElementalSystem.cpp(334): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>ElementalSystem.cpp(339): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>ElementalSystem.cpp(342): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>ElementalSystem.cpp(345): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>ElementalSystem.cpp(680): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(681): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(682): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(683): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(684): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(685): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(1025): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(1026): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(1027): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(1028): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(1029): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(1030): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> Event.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> EventItemBag.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>EventItemBag.cpp(78): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>EventItemBag.cpp(398): warning C4018: '<' : signed/unsigned mismatch
1>EventItemBag.cpp(440): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>EventItemBag.cpp(452): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>EventItemBag.cpp(461): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>EventItemBag.cpp(469): warning C4018: '<' : signed/unsigned mismatch
1>EventItemBag.cpp(548): warning C4018: '<' : signed/unsigned mismatch
1>EventItemBag.cpp(585): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>EventItemBag.cpp(619): warning C4018: '<' : signed/unsigned mismatch
1> EventManagement.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>EventManagement.cpp(271): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> ExPoint.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> ExtraClassBalance.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ExtraClassBalance.cpp(65): warning C4018: '<' : signed/unsigned mismatch
1> Gambling.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Gambling.cpp(61): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> GameEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>GameEvent.cpp(113): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>GameEvent.cpp(184): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> GameMain.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>GameMain.cpp(494): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>c:\users\svcz\desktop\gameserver\source\ZTLogger.h(41): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>c:\users\svcz\desktop\gameserver\source\ZTLuaBackup.h(34): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\ZTLuaBackup.h(67): warning C4018: '<' : signed/unsigned mismatch
1>GameMain.cpp(1237): warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
1>GameMain.cpp(1238): warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
1>GameMain.cpp(1247): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>GameMain.cpp(1249): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>GameMain.cpp(1252): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>GameMain.cpp(1370): warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
1>GameMain.cpp(2569): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>GameMain.cpp(2571): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>GameMain.cpp(2574): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1> Generating Code...
1> Compiling...
1> GameServer.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>GameServer.cpp(100): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> Gate.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Guardian.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> GuardianStatue.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> GuildClass.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>GuildClass.cpp(40): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(41): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(335): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(403): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(778): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>GuildClass.cpp(779): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>GuildClass.cpp(780): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>GuildClass.cpp(781): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>GuildClass.cpp(782): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>GuildClass.cpp(930): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>GuildClass.cpp(1156): warning C4018: '<' : signed/unsigned mismatch
1>GuildClass.cpp(1317): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(1324): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(1381): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(1563): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(1581): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1> GuildMatch.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> HardcoreMode.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>HardcoreMode.cpp(56): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>HardcoreMode.cpp(59): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>HardcoreMode.cpp(60): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>HardcoreMode.cpp(61): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>HardcoreMode.cpp(62): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>HardcoreMode.cpp(64): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>HardcoreMode.cpp(65): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>HardcoreMode.cpp(129): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> IllusionTempleEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>IllusionTempleEvent.cpp(70): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> IllusionTempleProcess.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>IllusionTempleProcess.cpp(104): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>IllusionTempleProcess.cpp(327): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>IllusionTempleProcess.cpp(328): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>IllusionTempleProcess.cpp(441): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>IllusionTempleProcess.cpp(479): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>IllusionTempleProcess.cpp(963): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>IllusionTempleProcess.cpp(2530): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>IllusionTempleProcess.cpp(2540): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> ImperialGuardian.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ImperialGuardian.cpp(183): warning C4018: '<=' : signed/unsigned mismatch
1>ImperialGuardian.cpp(278): warning C4018: '<=' : signed/unsigned mismatch
1>ImperialGuardian.cpp(338): warning C4018: '<=' : signed/unsigned mismatch
1>ImperialGuardian.cpp(2245): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ImperialGuardian.cpp(2255): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> ImperialGuardianRewardExp.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ImperialGuardianRewardExp.cpp(43): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>ImperialGuardianRewardExp.cpp(79): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ImperialGuardianRewardExp.cpp(95): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ImperialGuardianRewardExp.cpp(98): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ImperialGuardianRewardExp.cpp(101): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ImperialGuardianRewardExp.cpp(104): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ImperialGuardianRewardExp.cpp(107): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ImperialGuardianRewardExp.cpp(118): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ImperialGuardianRewardExp.cpp(130): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ImperialGuardianRewardExp.cpp(142): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> IpCache.cpp
1> ItemAddOption.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ItemAddOption.cpp(34): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> ItemDropRate.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ItemDropRate.cpp(88): warning C4018: '<' : signed/unsigned mismatch
1> ItemExcellentOption.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ItemExcellentOption.cpp(47): warning C4018: '<' : signed/unsigned mismatch
1>ItemExcellentOption.cpp(53): warning C4018: '<' : signed/unsigned mismatch
1> ItemPrice.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ItemPrice.cpp(73): warning C4018: '<' : signed/unsigned mismatch
1>ItemPrice.cpp(107): warning C4018: '<' : signed/unsigned mismatch
1>ItemPrice.cpp(171): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1>ItemPrice.cpp(213): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1> ItemSystemFor380.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ItemSystemFor380.cpp(56): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> ItemUpgradeJewels.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ItemUpgradeJewels.cpp(91): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(266): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(310): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(322): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(404): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(449): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(495): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(509): warning C4018: '<' : signed/unsigned mismatch
1> ItemWingsOption.cpp
1> JewelMixSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Generating Code...
1> Compiling...
1> JewelOfHarmonySystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>JewelOfHarmonySystem.cpp(65): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>JewelOfHarmonySystem.cpp(100): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>JewelOfHarmonySystem.cpp(129): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> Add the LAcking Effects CJewelOfHarmonySystem::_CalcItemEffectValue
1> KalimaGate.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Kanturu.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Kanturu.cpp(63): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>Kanturu.cpp(727): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1> KanturuBattleOfMaya.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuBattleOfMaya.cpp(98): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> KanturuBattleOfNightmare.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuBattleOfNightmare.cpp(68): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> KanturuBattleStanby.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuBattleStanby.cpp(67): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> KanturuBattleUserMng.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> KanturuEntranceNPC.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> KanturuMaya.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> KanturuMonsterMng.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuMonsterMng.cpp(93): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> KanturuNightmare.cpp
1> KanturuStateInfo.cpp
1> KanturuTowerOfRefinement.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuTowerOfRefinement.cpp(71): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> KanturuUtil.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuUtil.cpp(179): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuUtil.cpp(227): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuUtil.cpp(270): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuUtil.cpp(316): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuUtil.cpp(350): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> LargeRand.cpp
1> LifeStone.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> LogProc.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogProc.cpp(100): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>LogProc.cpp(116): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>LogProc.cpp(136): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>LogProc.cpp(165): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>LogProc.cpp(245): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogProc.cpp(271): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogProc.cpp(274): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>LogProc.cpp(293): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogProc.cpp(358): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>LogProc.cpp(361): warning C4996: 'asctime': This function or variable may be unsafe. Consider using asctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.h(153) : see declaration of 'asctime'
1>LogProc.cpp(367): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogProc.cpp(370): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>LogProc.cpp(428): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>LogProc.cpp(429): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>LogProc.cpp(452): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>LogProc.cpp(467): warning C4996: 'asctime': This function or variable may be unsafe. Consider using asctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.h(153) : see declaration of 'asctime'
1>LogProc.cpp(574): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> LogToFile.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogToFile.cpp(62): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogToFile.cpp(72): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> LuaFun.cpp
1> LuckyItem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LuckyItem.cpp(72): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(74): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(79): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(81): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(83): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(85): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(97): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>LuckyItem.cpp(124): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(137): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(139): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(144): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(199): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(204): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(207): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(224): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(229): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(246): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(251): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(268): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(273): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(275): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(277): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1> Generating Code...
1> Compiling...
1> MUHelper.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MagicDamage.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MagicDamage.cpp(37): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>MagicDamage.cpp(197): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MagicDamage.cpp(224): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> MagicInf.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MagicInf.cpp(289): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MagicInf.cpp(303): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MagicInf.cpp(345): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MagicInf.cpp(359): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1> MapClass.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MapClass.cpp(642): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MapClass.cpp(708): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>MapClass.cpp(1242): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>MapClass.cpp(1258): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>MapClass.cpp(1266): warning C4018: '<' : signed/unsigned mismatch
1> MapItem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MapRateInfo.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MapRateInfo.cpp(52): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>MapRateInfo.cpp(53): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>MapRateInfo.cpp(54): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>MapRateInfo.cpp(61): warning C4018: '<' : signed/unsigned mismatch
1>MapRateInfo.cpp(75): warning C4018: '<' : signed/unsigned mismatch
1>MapRateInfo.cpp(89): warning C4018: '<' : signed/unsigned mismatch
1> MapServerManager.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MapServerManager.cpp(791): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1> MasterLevelSkillTreeSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MasterLevelSkillTreeSystem.cpp(197): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>MasterLevelSkillTreeSystem.cpp(232): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(235): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(238): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(243): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(246): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(249): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(1444): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(1447): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(1929): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(1932): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(1938): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(1949): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2078): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2081): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2088): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2089): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2101): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2102): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2220): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2223): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2231): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2232): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2233): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2235): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2248): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2249): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2250): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2252): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2283): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2287): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2292): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2292): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2317): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2321): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2328): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2328): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2533): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2536): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2538): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2583): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2586): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2592): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2650): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2654): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2657): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2660): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2687): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2690): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2692): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2695): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2721): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2724): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2726): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2729): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2797): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2801): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2804): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2805): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2809): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2890): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2894): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2897): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2898): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2902): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2983): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2984): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2988): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2992): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2996): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3003): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3015): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3079): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3080): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3084): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3088): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3092): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3100): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3114): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3665): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3666): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3668): warning C4244: 'return' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3682): warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3735): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3964): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(4021): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(4093): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(4095): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(4166): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(4221): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(4235): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5617): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>MasterLevelSkillTreeSystem.cpp(5618): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MasterLevelSkillTreeSystem.cpp(5619): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>MasterLevelSkillTreeSystem.cpp(5887): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5892): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5978): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5981): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5983): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5987): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5992): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5995): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5997): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6001): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6015): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6021): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6035): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6041): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6099): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6117): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6117): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6131): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6131): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6406): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6480): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6492): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6578): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6679): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6987): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7215): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7216): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7226): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7227): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7232): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7268): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7421): warning C4101: 'iPos' : unreferenced local variable
1>MasterLevelSkillTreeSystem.cpp(7422): warning C4101: 'iRank' : unreferenced local variable
1> MasterSkillSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MasterSkillSystem.cpp(140): warning C4244: '*=' : conversion from 'double' to '__int64', possible loss of data
1>MasterSkillSystem.cpp(154): warning C4018: '<' : signed/unsigned mismatch
1>MasterSkillSystem.cpp(177): warning C4244: '+=' : conversion from 'float' to '__int64', possible loss of data
1>MasterSkillSystem.cpp(269): warning C4018: '<' : signed/unsigned mismatch
1>MasterSkillSystem.cpp(288): warning C4018: '<' : signed/unsigned mismatch
1>MasterSkillSystem.cpp(316): warning C4018: '<' : signed/unsigned mismatch
1> Mercenary.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Message.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Message.cpp(52): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>Message.cpp(63): warning C4018: '<' : signed/unsigned mismatch
1>Message.cpp(71): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> Minimap.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Minimap.cpp(87): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>Minimap.cpp(101): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>Minimap.cpp(226): warning C4018: '<' : signed/unsigned mismatch
1>Minimap.cpp(272): warning C4018: '<' : signed/unsigned mismatch
1>Minimap.cpp(331): warning C4018: '<' : signed/unsigned mismatch
1> MiningSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MiningSystem.cpp(276): warning C4244: 'argument' : conversion from 'float' to 'unsigned char', possible loss of data
1>MiningSystem.cpp(353): warning C4018: '<=' : signed/unsigned mismatch
1>MiningSystem.cpp(492): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> MonsterAttr.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MonsterAttr.cpp(28): warning C4018: '<' : signed/unsigned mismatch
1> MonsterHerd.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MonsterItemMng.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MonsterItemMng.cpp(50): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1> MonsterItemMngEx.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MonsterItemMngEx.cpp(65): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>MonsterItemMngEx.cpp(275): warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
1>MonsterItemMngEx.cpp(280): warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
1>MonsterItemMngEx.cpp(384): warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
1>MonsterItemMngEx.cpp(433): warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation
1>MonsterItemMngEx.cpp(611): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(612): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(613): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(614): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(615): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(616): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(617): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(873): warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
1>MonsterItemMngEx.cpp(922): warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation
1>MonsterItemMngEx.cpp(1027): warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
1>MonsterItemMngEx.cpp(1032): warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
1> MonsterMoneyDrop.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MonsterMoneyDrop.cpp(50): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>MonsterMoneyDrop.cpp(75): warning C4018: '<' : signed/unsigned mismatch
1>MonsterMoneyDrop.cpp(174): warning C4018: '>' : signed/unsigned mismatch
1> MonsterSetBase.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MonsterSpawner.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(76): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(91): warning C4018: '<' : signed/unsigned mismatch
1>MonsterSpawner.cpp(53): warning C4018: '<' : signed/unsigned mismatch
1>MonsterSpawner.cpp(99): warning C4018: '<' : signed/unsigned mismatch
1>MonsterSpawner.cpp(145): warning C4018: '<' : signed/unsigned mismatch
1>MonsterSpawner.cpp(161): warning C4018: '<' : signed/unsigned mismatch
1>MonsterSpawner.cpp(173): warning C4018: '<' : signed/unsigned mismatch
1> Generating Code...
1> Compiling...
1> MonsterStatCalc.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MonsterStatCalc.cpp(24): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>MonsterStatCalc.cpp(44): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(60): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(63): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(147): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>MonsterStatCalc.cpp(148): warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
1>MonsterStatCalc.cpp(153): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(154): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(155): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(156): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(157): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(158): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1> MoveCheck.cpp
1> MoveCommand.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MoveCommand.cpp(75): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>MoveCommand.cpp(76): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>MoveCommand.cpp(172): warning C4018: '<' : signed/unsigned mismatch
1> MuLua.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MuRummy.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MuRummy.cpp(775): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>MuRummy.cpp(776): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>MuRummy.cpp(777): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>MuRummy.cpp(778): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>MuRummy.cpp(1721): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MuRummy.cpp(1727): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>MuRummy.cpp(1728): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MuRummy.cpp(1733): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MuRummy.cpp(1715): warning C4101: 'stMuRummyCardInfo' : unreferenced local variable
1>MuRummy.cpp(1789): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MuRummy.cpp(1795): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>MuRummy.cpp(1796): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MuRummy.cpp(1801): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MuRummy.cpp(1783): warning C4101: 'stMuRummyCardInfo' : unreferenced local variable
1> MuTimer.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(76): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(91): warning C4018: '<' : signed/unsigned mismatch
1> MultiAttackHackCheck.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MultiWareHouseSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MuunSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> NSerialCheck.cpp
1> NewPVP.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>NewPVP.cpp(993): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>NewPVP.cpp(994): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>NewPVP.cpp(995): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>NewPVP.cpp(996): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>NewPVP.cpp(1197): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Notice.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Notice.cpp(67): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>Notice.cpp(77): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>Notice.cpp(92): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>Notice.cpp(125): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>Notice.cpp(137): warning C4018: '<' : signed/unsigned mismatch
1>Notice.cpp(153): warning C4018: '<' : signed/unsigned mismatch
1> NpcTalk.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> ObjAttack.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ObjAttack.cpp(444): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(459): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(713): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ObjAttack.cpp(1325): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1329): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1371): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1375): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1380): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1384): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1438): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1442): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1445): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1449): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1456): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1460): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1463): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1467): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1522): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1526): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1529): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1533): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1540): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1544): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1547): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1551): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1630): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1633): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1636): warning C4244: '*=' : conversion from 'double' to 'int', possible loss of data
1>ObjAttack.cpp(1654): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1666): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1678): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1692): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1696): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1732): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1738): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1741): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1744): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1747): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1756): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1766): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1776): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1786): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1796): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1816): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1830): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1855): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1869): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1880): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1920): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1939): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1943): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1948): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1952): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1999): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2004): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2028): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2033): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2051): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(2056): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2075): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2088): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2101): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2116): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2120): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2134): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2140): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(2152): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(2167): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(2205): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2209): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2212): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2216): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2223): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2227): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2230): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2234): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2289): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2293): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2296): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2300): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2307): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2311): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2314): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2318): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2357): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2364): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2369): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(2382): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2387): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(2426): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2430): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2441): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2547): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2608): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2616): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2641): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2648): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2655): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2662): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2669): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2778): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2934): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2936): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2942): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2949): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3157): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3187): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3241): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3379): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(3395): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(3480): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3481): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3741): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3758): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3774): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3916): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjAttack.cpp(3920): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3921): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3931): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3939): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3945): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3953): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4008): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4009): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4052): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4053): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4086): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4087): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4130): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4283): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4284): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4289): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4290): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4295): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4300): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4301): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4367): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4368): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4373): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4374): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4525): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> ObjBaseAttack.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ObjBaseAttack.cpp(401): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjBaseAttack.cpp(504): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjBaseAttack.cpp(599): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjBaseAttack.cpp(920): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjBaseAttack.cpp(997): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> ObjCalCharacter.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ObjCalCharacter.cpp(135): warning C4244: '+=' : conversion from 'float' to 'WORD', possible loss of data
1>ObjCalCharacter.cpp(136): warning C4244: '+=' : conversion from 'float' to 'WORD', possible loss of data
1>ObjCalCharacter.cpp(137): warning C4244: '+=' : conversion from 'float' to 'WORD', possible loss of data
1>ObjCalCharacter.cpp(138): warning C4244: '+=' : conversion from 'float' to 'WORD', possible loss of data
1>ObjCalCharacter.cpp(139): warning C4244: '+=' : conversion from 'float' to 'WORD', possible loss of data
1>ObjCalCharacter.cpp(169): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ObjCalCharacter.cpp(174): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ObjCalCharacter.cpp(178): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ObjCalCharacter.cpp(270): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(271): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(273): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(274): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(341): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(351): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(356): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(379): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(380): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(381): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(382): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(546): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(547): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(548): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(549): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(550): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(551): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(552): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(553): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(777): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(780): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(781): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(782): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(877): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(880): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1058): warning C4244: '+=' : conversion from 'float' to 'char', possible loss of data
1>ObjCalCharacter.cpp(1059): warning C4244: '+=' : conversion from 'float' to 'char', possible loss of data
1>ObjCalCharacter.cpp(1060): warning C4244: '+=' : conversion from 'float' to 'char', possible loss of data
1>ObjCalCharacter.cpp(1068): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1069): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1073): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1076): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1077): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1078): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1082): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1094): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1095): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1096): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1097): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1098): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1099): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1859): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1860): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1869): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1870): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1879): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1880): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1889): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1890): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1899): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1908): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1917): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1918): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1927): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1928): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1937): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1938): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(2010): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(2011): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(2101): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(2102): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(2119): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> ObjUseSkill.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ObjUseSkill.cpp(427): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>ObjUseSkill.cpp(1146): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1149): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1225): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1228): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1277): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1338): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1603): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1685): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1690): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1691): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(3146): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(3150): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(3153): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(3157): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(4288): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(4807): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(4810): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(4812): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(4815): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5160): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5164): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5167): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5171): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5273): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5277): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5280): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5857): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>ObjUseSkill.cpp(5926): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjUseSkill.cpp(6415): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6418): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6420): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6424): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6496): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
1>ObjUseSkill.cpp(6499): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6501): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6505): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6511): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
1>ObjUseSkill.cpp(6514): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6516): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6520): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1> OfflineTrade.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>OfflineTrade.cpp(94): warning C4018: '<' : signed/unsigned mismatch
1>OfflineTrade.cpp(126): warning C4018: '>' : signed/unsigned mismatch
1> PCBangPointSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> PCBangUserSystem.cpp
1> Generating Code...
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1284): warning C4700: uninitialized local variable 'pCMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1498): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1203): warning C4700: uninitialized local variable 'pCMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1404): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1613): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1688): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1756): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(825): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(925): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1025): warning C4700: uninitialized local variable 'pCMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1084): warning C4700: uninitialized local variable 'pCMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1138): warning C4700: uninitialized local variable 'pCMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(759): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1> Compiling...
1> PacketCheckSum.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> PartyClass.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>PartyClass.cpp(349): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(350): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(351): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(352): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(353): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(597): warning C4018: '<' : signed/unsigned mismatch
1>PartyClass.cpp(605): warning C4018: '<' : signed/unsigned mismatch
1>PartyClass.cpp(648): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(656): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(661): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(821): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>PartyClass.cpp(1130): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1> PaymentEx.cpp
1> PvPBalance.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>PvPBalance.cpp(61): warning C4018: '<' : signed/unsigned mismatch
1>PvPBalance.cpp(73): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1>PvPBalance.cpp(73): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1>PvPBalance.cpp(109): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1>PvPBalance.cpp(109): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1>PvPBalance.cpp(145): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1>PvPBalance.cpp(145): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1> QuestInfo.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>QuestInfo.cpp(71): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>QuestInfo.cpp(1018): warning C4244: 'argument' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1114): warning C4244: 'argument' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1779): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>QuestInfo.cpp(1804): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1813): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1816): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1828): warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
1>QuestInfo.cpp(1831): warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
1>QuestInfo.cpp(1834): warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
1>QuestInfo.cpp(1837): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1839): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1842): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1844): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1847): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1849): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1852): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1855): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1858): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1861): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1864): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1867): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1883): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>QuestInfo.cpp(1903): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1923): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1933): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1944): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1947): warning C4244: '=' : conversion from 'float' to 'WORD', possible loss of data
1>QuestInfo.cpp(1950): warning C4244: '=' : conversion from 'float' to 'WORD', possible loss of data
1>QuestInfo.cpp(1953): warning C4244: '=' : conversion from 'float' to 'WORD', possible loss of data
1>QuestInfo.cpp(1956): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1969): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1972): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1975): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1978): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1981): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1987): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1990): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1993): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1996): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1999): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(2002): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(2531): warning C4244: '+=' : conversion from '__int64' to 'DWORD', possible loss of data
1>QuestInfo.cpp(2640): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>QuestInfo.cpp(2687): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>QuestInfo.cpp(2885): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> QueueTimer.cpp
1> Raklion.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Raklion.cpp(27): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>Raklion.cpp(71): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>Raklion.cpp(99): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(116): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(119): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(122): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(158): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(161): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(191): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(214): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(217): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(220): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(223): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(226): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(229): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(277): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>Raklion.cpp(518): warning C4018: '<=' : signed/unsigned mismatch
1>Raklion.cpp(536): warning C4018: '<' : signed/unsigned mismatch
1>Raklion.cpp(584): warning C4018: '<' : signed/unsigned mismatch
1> RaklionBattleOfSelupan.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionBattleOfSelupan.cpp(230): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>RaklionBattleOfSelupan.cpp(400): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1> RaklionBattleUser.cpp
1> RaklionBattleUserMng.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionBattleUserMng.cpp(64): warning C4018: '<' : signed/unsigned mismatch
1>RaklionBattleUserMng.cpp(80): warning C4018: '<' : signed/unsigned mismatch
1>RaklionBattleUserMng.cpp(100): warning C4018: '<' : signed/unsigned mismatch
1> RaklionObjInfo.cpp
1> RaklionSelupan.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionSelupan.cpp(310): warning C4244: 'return' : conversion from 'float' to 'DWORD', possible loss of data
1> RaklionUtil.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionUtil.cpp(98): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionUtil.cpp(104): warning C4018: '<' : signed/unsigned mismatch
1>RaklionUtil.cpp(123): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionUtil.cpp(162): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionUtil.cpp(203): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionUtil.cpp(233): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionUtil.cpp(261): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Reconnect.cpp
1> ResetSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ResetSystem.cpp(61): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(88): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(89): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(90): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(91): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(92): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(93): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(94): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(95): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(96): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(97): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(99): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(100): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(101): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(159): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(186): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(187): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(188): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(189): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(190): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(191): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(192): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(193): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(194): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(195): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(197): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(198): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(199): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(431): warning C4018: '>=' : signed/unsigned mismatch
1>ResetSystem.cpp(713): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ResetSystem.cpp(817): warning C4018: '<' : signed/unsigned mismatch
1>ResetSystem.cpp(882): warning C4018: '<' : signed/unsigned mismatch
1>ResetSystem.cpp(946): warning C4018: '<' : signed/unsigned mismatch
1>ResetSystem.cpp(959): warning C4018: '<' : signed/unsigned mismatch
1> RingAttackEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RingAttackEvent.cpp(289): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> SProtocol.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>SProtocol.cpp(117): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>SProtocol.cpp(278): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>SProtocol.cpp(299): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>SProtocol.cpp(902): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>SProtocol.cpp(992): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1> SetItemMacro.cpp
1> Shop.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Shop.cpp(280): warning C4018: '<' : signed/unsigned mismatch
1>Shop.cpp(293): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>Shop.cpp(307): warning C4018: '<' : signed/unsigned mismatch
1>Shop.cpp(312): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>Shop.cpp(325): warning C4018: '<' : signed/unsigned mismatch
1> ShopBoard.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Generating Code...
1> Compiling...
1> ShopPointEx.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ShopPointEx.cpp(64): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>ShopPointEx.cpp(81): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(98): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(101): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
1>ShopPointEx.cpp(113): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(116): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(119): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(122): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(135): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
1>ShopPointEx.cpp(138): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(141): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(144): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(147): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(161): warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
1>ShopPointEx.cpp(163): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(209): warning C4018: '<' : signed/unsigned mismatch
1>ShopPointEx.cpp(211): warning C4018: '>=' : signed/unsigned mismatch
1> SimpleModulus.cpp
1> SkillAdditionInfo.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> SkillDelay.cpp
1> SkillHitBox.cpp
1> SnakeBegins.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>SnakeBegins.cpp(35): warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
1> SocketItemOption.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>SocketItemOption.cpp(312): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>SocketItemOption.cpp(558): warning C4244: '=' : conversion from 'float' to 'WORD', possible loss of data
1>SocketItemOption.cpp(560): warning C4244: '=' : conversion from 'float' to 'WORD', possible loss of data
1>SocketItemOption.cpp(777): warning C4018: '<' : signed/unsigned mismatch
1>SocketItemOption.cpp(1544): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>SocketItemOption.cpp(1548): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>SocketItemOption.cpp(1551): warning C4244: 'argument' : conversion from 'float' to 'WORD', possible loss of data
1>SocketItemOption.cpp(1552): warning C4244: 'argument' : conversion from 'float' to 'WORD', possible loss of data
1>SocketItemOption.cpp(1555): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>SocketItemOption.cpp(1558): warning C4244: 'argument' : conversion from 'float' to 'short', possible loss of data
1>SocketItemOption.cpp(1559): warning C4244: 'argument' : conversion from 'float' to 'short', possible loss of data
1>SocketItemOption.cpp(1562): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>SocketItemOption.cpp(1569): warning C4244: 'argument' : conversion from 'float' to 'short', possible loss of data
1>SocketItemOption.cpp(1570): warning C4244: 'argument' : conversion from 'float' to 'short', possible loss of data
1> SoulSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> StatGem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>StatGem.cpp(138): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> StatMng.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> SummonSpot.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TDurMagicKeyChecker.cpp
1> TMonsterAI.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TMonsterAIAgro.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TMonsterAIAutomata.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterAIAutomata.cpp(64): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> TMonsterAIElement.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterAIElement.cpp(76): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> TMonsterAIGroup.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterAIGroup.cpp(47): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> TMonsterAIGroupMember.cpp
1> TMonsterAIMovePath.cpp
1>TMonsterAIMovePath.cpp(45): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> TMonsterAIUnit.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterAIUnit.cpp(68): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> Generating Code...
1> Compiling...
1> TMonsterAIUtil.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterAIUtil.cpp(452): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TMonsterSkillElement.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterSkillElement.cpp(66): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> TMonsterSkillElementInfo.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TMonsterSkillManager.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterSkillManager.cpp(49): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>TMonsterSkillManager.cpp(302): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1> TMonsterSkillUnit.cpp
1>TMonsterSkillUnit.cpp(63): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> TNotice.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TNotice.cpp(52): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TNotice.cpp(190): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TNotice.cpp(234): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TRandomPoolMgr.cpp
1> TServerInfoDisplayer.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TUnion.cpp
1>TUnion.cpp(187): warning C4018: '<' : signed/unsigned mismatch
1> TUnionInfo.cpp
1> TemporaryUserManager.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> UserDieItemDrop.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>UserDieItemDrop.cpp(140): warning C4018: '<' : signed/unsigned mismatch
1>UserDieItemDrop.cpp(154): warning C4018: '>=' : signed/unsigned mismatch
1>UserDieItemDrop.cpp(218): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1> ViewportGuild.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Weapon.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> WhisperCash.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> WzQueue.cpp
1> WzUdp.cpp
1> XMasAttackEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>XMasAttackEvent.cpp(107): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> ZTLogger.cpp
1>c:\users\svcz\desktop\gameserver\source\ZTLogger.h(41): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> ZTLuaBackup.cpp
1>c:\users\svcz\desktop\gameserver\source\ZTLogger.h(41): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\ZTLuaBackup.h(34): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\ZTLuaBackup.h(67): warning C4018: '<' : signed/unsigned mismatch
1> Generating Code...
1> Compiling...
1> gObjMonster.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(76): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(91): warning C4018: '<' : signed/unsigned mismatch
1> CHECK ME!!!
1> giocp.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> protocol.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(76): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(91): warning C4018: '<' : signed/unsigned mismatch
1>protocol.cpp(1573): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(1590): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>protocol.cpp(1613): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(1686): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(2132): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(2269): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(2599): warning C4018: '<' : signed/unsigned mismatch
1>protocol.cpp(2780): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(3469): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(3629): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>protocol.cpp(3659): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>protocol.cpp(3937): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>protocol.cpp(4335): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(5533): warning C4018: '<' : signed/unsigned mismatch
1>protocol.cpp(5542): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>protocol.cpp(5544): warning C4244: 'argument' : conversion from 'DWORD' to 'short', possible loss of data
1>protocol.cpp(5563): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>protocol.cpp(5587): warning C4018: '<' : signed/unsigned mismatch
1>protocol.cpp(5873): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>protocol.cpp(9318): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(9930): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(9931): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(13824): warning C4244: 'argument' : conversion from 'short' to 'unsigned char', possible loss of data
1>protocol.cpp(13829): warning C4244: 'argument' : conversion from 'short' to 'unsigned char', possible loss of data
1>protocol.cpp(15240): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(15291): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(16651): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1>protocol.cpp(16946): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(20061): warning C4018: '<' : signed/unsigned mismatch
1> user.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(76): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(91): warning C4018: '<' : signed/unsigned mismatch
1>user.cpp(424): warning C4244: '-=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(939): warning C4018: '<' : signed/unsigned mismatch
1>user.cpp(2381): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1>user.cpp(2382): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1>user.cpp(3523): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>user.cpp(4053): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>user.cpp(4054): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>user.cpp(4055): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>user.cpp(4056): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>user.cpp(4057): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>user.cpp(5981): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>user.cpp(5992): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>user.cpp(6086): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>user.cpp(9181): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(10054): warning C4244: 'argument' : conversion from 'short' to 'unsigned char', possible loss of data
1>user.cpp(10060): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>user.cpp(10248): warning C4101: 'x' : unreferenced local variable
1>user.cpp(10362): warning C4101: 'x' : unreferenced local variable
1>user.cpp(10471): warning C4101: 'x' : unreferenced local variable
1>user.cpp(10579): warning C4101: 'x' : unreferenced local variable
1>user.cpp(10749): warning C4101: 'x' : unreferenced local variable
1>user.cpp(11014): warning C4101: 'x' : unreferenced local variable
1>user.cpp(11112): warning C4101: 'x' : unreferenced local variable
1>user.cpp(11210): warning C4101: 'x' : unreferenced local variable
1>user.cpp(12597): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>user.cpp(12601): warning C4244: 'argument' : conversion from 'short' to 'unsigned char', possible loss of data
1>user.cpp(13571): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>user.cpp(13872): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>user.cpp(13875): warning C4244: 'argument' : conversion from 'short' to 'unsigned char', possible loss of data
1>user.cpp(14728): warning C4101: 'x' : unreferenced local variable
1>user.cpp(17117): warning C4482: nonstandard extension used: enum 'CDarkSpirit::ePetItem_Mode' used in qualified name
1>user.cpp(17497): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(17498): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(18022): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(18101): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(18205): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(19633): warning C4482: nonstandard extension used: enum 'CDarkSpirit::ePetItem_Mode' used in qualified name
1>user.cpp(20618): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>user.cpp(21026): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1>user.cpp(21295): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(25933): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>user.cpp(26124): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> wsGameServer.cpp
1> wsJoinServerCli.cpp
1> wsShopServerCli.cpp
1> zzzmathlib.cpp
1> Generating Code...
1> All outputs are up-to-date.
1>ResourceCompile:
1> All outputs are up-to-date.
1>ManifestResourceCompile:
1> All outputs are up-to-date.
1>Link:
1> cryptlib.lib(cryptlib.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
1>cryptlib.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
1>cryptlib.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
1>C:\Users\sVCz\Desktop\GameServer\Release\zGameServer.exe : fatal error LNK1120: 2 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:57.89
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I already added in CommandLine /Zc:auto-
also changed it to Release this happens. help !!!
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
PiECLOUD
Repost.
can someone help me?
Code:
1>------ Build started: Project: zGameServer, Configuration: Release Win32 ------
1>Build started 25/06/2015 08:34:39.
1>InitializeBuildStatus:
1> Touching "Release\zGameServer.unsuccessfulbuild".
1>ClCompile:
1> All outputs are up-to-date.
1> ChaosBox.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ChaosBox.cpp(4968): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>ChaosBox.cpp(5482): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>ChaosBox.cpp(5587): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>ChaosBox.cpp(5613): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1> ChaosCastle.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ChaosCastle.cpp(153): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>ChaosCastle.cpp(2031): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ChaosCastle.cpp(2042): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> ChaosMachineManager.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ChaosMachineManager.cpp(51): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>ChaosMachineManager.cpp(56): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>ChaosMachineManager.cpp(75): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>ChaosMachineManager.cpp(148): warning C4018: '>' : signed/unsigned mismatch
1>ChaosMachineManager.cpp(352): warning C4244: '+=' : conversion from 'float' to 'BYTE', possible loss of data
1>ChaosMachineManager.cpp(413): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ChaosMachineManager.cpp(431): warning C4018: '<' : signed/unsigned mismatch
1>ChaosMachineManager.cpp(438): warning C4018: '<' : signed/unsigned mismatch
1>ChaosMachineManager.cpp(450): warning C4018: '<' : signed/unsigned mismatch
1>ChaosMachineManager.cpp(468): warning C4018: '<' : signed/unsigned mismatch
1>ChaosMachineManager.cpp(515): warning C4018: '<' : signed/unsigned mismatch
1> CheatGuard.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CheatGuard.cpp(56): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>CheatGuard.cpp(63): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>CheatGuard.cpp(68): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>CheatGuard.cpp(205): warning C4800: 'WORD' : forcing value to bool 'true' or 'false' (performance warning)
1>CheatGuard.cpp(227): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CheatGuard.cpp(247): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> ClassCalc.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ClassCalc.cpp(75): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
1>ClassCalc.cpp(89): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(325) : see declaration of 'sscanf'
1>ClassCalc.cpp(271): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ClassCalc.cpp(272): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> ClosePlayer.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ClosePlayer.cpp(32): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>ClosePlayer.cpp(49): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1> ComboAttack.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> CommandManager.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CommandManager.cpp(76): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>CommandManager.cpp(86): warning C4018: '<' : signed/unsigned mismatch
1>CommandManager.cpp(97): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>CommandManager.cpp(98): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>CommandManager.cpp(626): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>CommandManager.cpp(630): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>CommandManager.cpp(635): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>CommandManager.cpp(908): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>CommandManager.cpp(1226): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>CommandManager.cpp(1233): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>CommandManager.cpp(1246): warning C4018: '<' : signed/unsigned mismatch
1>CommandManager.cpp(1260): warning C4018: '<' : signed/unsigned mismatch
1> ConMember.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ConMember.cpp(57): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> Crywolf.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Crywolf.cpp(67): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> CrywolfAltar.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> CrywolfDarkElf.cpp
1> CrywolfMonster.cpp
1> CrywolfStateTimeInfo.cpp
1> CrywolfStatue.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> CrywolfSync.cpp
1> CrywolfTanker.cpp
1> CrywolfUtil.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CrywolfUtil.cpp(40): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CrywolfUtil.cpp(72): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CrywolfUtil.cpp(122): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CrywolfUtil.cpp(168): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>CrywolfUtil.cpp(173): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>CrywolfUtil.cpp(279): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>CrywolfUtil.cpp(289): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> CustomManager.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(76): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(91): warning C4018: '<' : signed/unsigned mismatch
1> DBSockMng.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Generating Code...
1> Compiling...
1> DSProtocol.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>DSProtocol.cpp(693): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DSProtocol.cpp(1695): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DSProtocol.cpp(3357): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DSProtocol.cpp(3359): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DSProtocol.cpp(4379): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1> DarkSpirit.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>DarkSpirit.cpp(649): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>DarkSpirit.cpp(865): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>DarkSpirit.cpp(1410): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>DarkSpirit.cpp(1527): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>DarkSpirit.cpp(1532): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>DarkSpirit.cpp(1560): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> DbSave.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> DevilSquare.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>DevilSquare.cpp(188): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>DevilSquare.cpp(590): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>DevilSquare.cpp(683): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1> DevilSquareGround.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> DirPath.cpp
1>DirPath.cpp(24): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DirPath.cpp(29): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DirPath.cpp(30): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1> DoubleGoerEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>DoubleGoerEvent.cpp(127): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>DoubleGoerEvent.cpp(206): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>DoubleGoerEvent.cpp(209): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>DoubleGoerEvent.cpp(212): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>DoubleGoerEvent.cpp(215): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>DoubleGoerEvent.cpp(222): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>DoubleGoerEvent.cpp(236): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> DragonEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>DragonEvent.cpp(53): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>DragonEvent.cpp(58): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>DragonEvent.cpp(62): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>DragonEvent.cpp(66): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>DragonEvent.cpp(71): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>DragonEvent.cpp(72): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1> DummyTarget.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> EDSProtocol.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>EDSProtocol.cpp(210): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>EDSProtocol.cpp(793): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>EDSProtocol.cpp(967): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>EDSProtocol.cpp(1031): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>EDSProtocol.cpp(1032): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>EDSProtocol.cpp(1050): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1> EledoradoEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>EledoradoEvent.cpp(83): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>EledoradoEvent.cpp(395): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>EledoradoEvent.cpp(396): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>EledoradoEvent.cpp(397): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1> ElementalSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ElementalSystem.cpp(72): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>ElementalSystem.cpp(267): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>ElementalSystem.cpp(294): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(312): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(315): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(322): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>ElementalSystem.cpp(334): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>ElementalSystem.cpp(339): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>ElementalSystem.cpp(342): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>ElementalSystem.cpp(345): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>ElementalSystem.cpp(680): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(681): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(682): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(683): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(684): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(685): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(1025): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(1026): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(1027): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(1028): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(1029): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ElementalSystem.cpp(1030): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> Event.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> EventItemBag.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>EventItemBag.cpp(78): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>EventItemBag.cpp(398): warning C4018: '<' : signed/unsigned mismatch
1>EventItemBag.cpp(440): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>EventItemBag.cpp(452): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>EventItemBag.cpp(461): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>EventItemBag.cpp(469): warning C4018: '<' : signed/unsigned mismatch
1>EventItemBag.cpp(548): warning C4018: '<' : signed/unsigned mismatch
1>EventItemBag.cpp(585): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>EventItemBag.cpp(619): warning C4018: '<' : signed/unsigned mismatch
1> EventManagement.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>EventManagement.cpp(271): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> ExPoint.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> ExtraClassBalance.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ExtraClassBalance.cpp(65): warning C4018: '<' : signed/unsigned mismatch
1> Gambling.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Gambling.cpp(61): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> GameEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>GameEvent.cpp(113): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>GameEvent.cpp(184): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> GameMain.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>GameMain.cpp(494): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>c:\users\svcz\desktop\gameserver\source\ZTLogger.h(41): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>c:\users\svcz\desktop\gameserver\source\ZTLuaBackup.h(34): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\ZTLuaBackup.h(67): warning C4018: '<' : signed/unsigned mismatch
1>GameMain.cpp(1237): warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
1>GameMain.cpp(1238): warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
1>GameMain.cpp(1247): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>GameMain.cpp(1249): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>GameMain.cpp(1252): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>GameMain.cpp(1370): warning C4800: 'UINT' : forcing value to bool 'true' or 'false' (performance warning)
1>GameMain.cpp(2569): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>GameMain.cpp(2571): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1>GameMain.cpp(2574): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
1> Generating Code...
1> Compiling...
1> GameServer.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>GameServer.cpp(100): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> Gate.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Guardian.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> GuardianStatue.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> GuildClass.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>GuildClass.cpp(40): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(41): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(335): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(403): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(778): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>GuildClass.cpp(779): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>GuildClass.cpp(780): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>GuildClass.cpp(781): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>GuildClass.cpp(782): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>GuildClass.cpp(930): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>GuildClass.cpp(1156): warning C4018: '<' : signed/unsigned mismatch
1>GuildClass.cpp(1317): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(1324): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(1381): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(1563): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>GuildClass.cpp(1581): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1> GuildMatch.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> HardcoreMode.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>HardcoreMode.cpp(56): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>HardcoreMode.cpp(59): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>HardcoreMode.cpp(60): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>HardcoreMode.cpp(61): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>HardcoreMode.cpp(62): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>HardcoreMode.cpp(64): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>HardcoreMode.cpp(65): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>HardcoreMode.cpp(129): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> IllusionTempleEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>IllusionTempleEvent.cpp(70): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> IllusionTempleProcess.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>IllusionTempleProcess.cpp(104): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>IllusionTempleProcess.cpp(327): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>IllusionTempleProcess.cpp(328): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>IllusionTempleProcess.cpp(441): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>IllusionTempleProcess.cpp(479): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>IllusionTempleProcess.cpp(963): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>IllusionTempleProcess.cpp(2530): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>IllusionTempleProcess.cpp(2540): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> ImperialGuardian.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ImperialGuardian.cpp(183): warning C4018: '<=' : signed/unsigned mismatch
1>ImperialGuardian.cpp(278): warning C4018: '<=' : signed/unsigned mismatch
1>ImperialGuardian.cpp(338): warning C4018: '<=' : signed/unsigned mismatch
1>ImperialGuardian.cpp(2245): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ImperialGuardian.cpp(2255): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> ImperialGuardianRewardExp.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ImperialGuardianRewardExp.cpp(43): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>ImperialGuardianRewardExp.cpp(79): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ImperialGuardianRewardExp.cpp(95): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ImperialGuardianRewardExp.cpp(98): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ImperialGuardianRewardExp.cpp(101): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ImperialGuardianRewardExp.cpp(104): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ImperialGuardianRewardExp.cpp(107): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ImperialGuardianRewardExp.cpp(118): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ImperialGuardianRewardExp.cpp(130): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ImperialGuardianRewardExp.cpp(142): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> IpCache.cpp
1> ItemAddOption.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ItemAddOption.cpp(34): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> ItemDropRate.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ItemDropRate.cpp(88): warning C4018: '<' : signed/unsigned mismatch
1> ItemExcellentOption.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ItemExcellentOption.cpp(47): warning C4018: '<' : signed/unsigned mismatch
1>ItemExcellentOption.cpp(53): warning C4018: '<' : signed/unsigned mismatch
1> ItemPrice.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ItemPrice.cpp(73): warning C4018: '<' : signed/unsigned mismatch
1>ItemPrice.cpp(107): warning C4018: '<' : signed/unsigned mismatch
1>ItemPrice.cpp(171): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1>ItemPrice.cpp(213): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1> ItemSystemFor380.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ItemSystemFor380.cpp(56): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> ItemUpgradeJewels.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ItemUpgradeJewels.cpp(91): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(266): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(310): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(322): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(404): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(449): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(495): warning C4018: '<' : signed/unsigned mismatch
1>ItemUpgradeJewels.cpp(509): warning C4018: '<' : signed/unsigned mismatch
1> ItemWingsOption.cpp
1> JewelMixSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Generating Code...
1> Compiling...
1> JewelOfHarmonySystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>JewelOfHarmonySystem.cpp(65): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>JewelOfHarmonySystem.cpp(100): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>JewelOfHarmonySystem.cpp(129): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> Add the LAcking Effects CJewelOfHarmonySystem::_CalcItemEffectValue
1> KalimaGate.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Kanturu.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Kanturu.cpp(63): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>Kanturu.cpp(727): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1> KanturuBattleOfMaya.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuBattleOfMaya.cpp(98): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> KanturuBattleOfNightmare.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuBattleOfNightmare.cpp(68): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> KanturuBattleStanby.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuBattleStanby.cpp(67): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> KanturuBattleUserMng.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> KanturuEntranceNPC.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> KanturuMaya.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> KanturuMonsterMng.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuMonsterMng.cpp(93): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> KanturuNightmare.cpp
1> KanturuStateInfo.cpp
1> KanturuTowerOfRefinement.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuTowerOfRefinement.cpp(71): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> KanturuUtil.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuUtil.cpp(179): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuUtil.cpp(227): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuUtil.cpp(270): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuUtil.cpp(316): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>KanturuUtil.cpp(350): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> LargeRand.cpp
1> LifeStone.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> LogProc.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogProc.cpp(100): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>LogProc.cpp(116): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>LogProc.cpp(136): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>LogProc.cpp(165): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>LogProc.cpp(245): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogProc.cpp(271): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogProc.cpp(274): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>LogProc.cpp(293): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogProc.cpp(358): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>LogProc.cpp(361): warning C4996: 'asctime': This function or variable may be unsafe. Consider using asctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.h(153) : see declaration of 'asctime'
1>LogProc.cpp(367): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogProc.cpp(370): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>LogProc.cpp(428): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>LogProc.cpp(429): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>LogProc.cpp(452): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>LogProc.cpp(467): warning C4996: 'asctime': This function or variable may be unsafe. Consider using asctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.h(153) : see declaration of 'asctime'
1>LogProc.cpp(574): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> LogToFile.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogToFile.cpp(62): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LogToFile.cpp(72): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> LuaFun.cpp
1> LuckyItem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>LuckyItem.cpp(72): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(74): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(79): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(81): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(83): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(85): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(97): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>LuckyItem.cpp(124): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(137): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(139): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(144): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(199): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(204): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(207): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(224): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(229): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(246): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(251): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(268): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(273): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(275): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>LuckyItem.cpp(277): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1> Generating Code...
1> Compiling...
1> MUHelper.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MagicDamage.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MagicDamage.cpp(37): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>MagicDamage.cpp(197): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MagicDamage.cpp(224): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> MagicInf.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MagicInf.cpp(289): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MagicInf.cpp(303): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MagicInf.cpp(345): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MagicInf.cpp(359): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1> MapClass.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MapClass.cpp(642): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MapClass.cpp(708): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>MapClass.cpp(1242): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>MapClass.cpp(1258): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>MapClass.cpp(1266): warning C4018: '<' : signed/unsigned mismatch
1> MapItem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MapRateInfo.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MapRateInfo.cpp(52): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>MapRateInfo.cpp(53): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>MapRateInfo.cpp(54): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>MapRateInfo.cpp(61): warning C4018: '<' : signed/unsigned mismatch
1>MapRateInfo.cpp(75): warning C4018: '<' : signed/unsigned mismatch
1>MapRateInfo.cpp(89): warning C4018: '<' : signed/unsigned mismatch
1> MapServerManager.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MapServerManager.cpp(791): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1> MasterLevelSkillTreeSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MasterLevelSkillTreeSystem.cpp(197): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>MasterLevelSkillTreeSystem.cpp(232): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(235): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(238): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(243): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(246): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(249): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(1444): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(1447): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(1929): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(1932): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(1938): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(1949): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2078): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2081): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2088): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2089): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2101): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2102): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2220): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2223): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2231): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2232): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2233): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2235): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2248): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2249): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2250): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2252): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2283): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2287): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2292): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2292): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2317): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2321): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2328): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2328): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2533): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2536): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2538): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2583): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2586): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2592): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2650): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2654): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2657): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2660): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2687): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2690): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2692): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2695): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2721): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2724): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2726): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2729): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2797): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2801): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2804): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2805): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2809): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2890): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2894): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2897): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2898): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2902): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2983): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2984): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2988): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2992): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(2996): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3003): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3015): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3079): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3080): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3084): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3088): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3092): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3100): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3114): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3665): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3666): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3668): warning C4244: 'return' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3682): warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3735): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(3964): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(4021): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(4093): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(4095): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(4166): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(4221): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(4235): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5617): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>MasterLevelSkillTreeSystem.cpp(5618): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MasterLevelSkillTreeSystem.cpp(5619): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>MasterLevelSkillTreeSystem.cpp(5887): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5892): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5978): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5981): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5983): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5987): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5992): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5995): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(5997): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6001): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6015): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6021): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6035): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6041): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6099): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6117): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6117): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6131): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6131): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6406): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6480): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6492): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6578): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6679): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(6987): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7215): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7216): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7226): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7227): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7232): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7268): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>MasterLevelSkillTreeSystem.cpp(7421): warning C4101: 'iPos' : unreferenced local variable
1>MasterLevelSkillTreeSystem.cpp(7422): warning C4101: 'iRank' : unreferenced local variable
1> MasterSkillSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MasterSkillSystem.cpp(140): warning C4244: '*=' : conversion from 'double' to '__int64', possible loss of data
1>MasterSkillSystem.cpp(154): warning C4018: '<' : signed/unsigned mismatch
1>MasterSkillSystem.cpp(177): warning C4244: '+=' : conversion from 'float' to '__int64', possible loss of data
1>MasterSkillSystem.cpp(269): warning C4018: '<' : signed/unsigned mismatch
1>MasterSkillSystem.cpp(288): warning C4018: '<' : signed/unsigned mismatch
1>MasterSkillSystem.cpp(316): warning C4018: '<' : signed/unsigned mismatch
1> Mercenary.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Message.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Message.cpp(52): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>Message.cpp(63): warning C4018: '<' : signed/unsigned mismatch
1>Message.cpp(71): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> Minimap.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Minimap.cpp(87): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>Minimap.cpp(101): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>Minimap.cpp(226): warning C4018: '<' : signed/unsigned mismatch
1>Minimap.cpp(272): warning C4018: '<' : signed/unsigned mismatch
1>Minimap.cpp(331): warning C4018: '<' : signed/unsigned mismatch
1> MiningSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MiningSystem.cpp(276): warning C4244: 'argument' : conversion from 'float' to 'unsigned char', possible loss of data
1>MiningSystem.cpp(353): warning C4018: '<=' : signed/unsigned mismatch
1>MiningSystem.cpp(492): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1> MonsterAttr.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MonsterAttr.cpp(28): warning C4018: '<' : signed/unsigned mismatch
1> MonsterHerd.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MonsterItemMng.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MonsterItemMng.cpp(50): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1> MonsterItemMngEx.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MonsterItemMngEx.cpp(65): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>MonsterItemMngEx.cpp(275): warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
1>MonsterItemMngEx.cpp(280): warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
1>MonsterItemMngEx.cpp(384): warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
1>MonsterItemMngEx.cpp(433): warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation
1>MonsterItemMngEx.cpp(611): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(612): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(613): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(614): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(615): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(616): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(617): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterItemMngEx.cpp(873): warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
1>MonsterItemMngEx.cpp(922): warning C4805: '==' : unsafe mix of type 'int' and type 'bool' in operation
1>MonsterItemMngEx.cpp(1027): warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
1>MonsterItemMngEx.cpp(1032): warning C4805: '==' : unsafe mix of type 'BOOL' and type 'bool' in operation
1> MonsterMoneyDrop.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MonsterMoneyDrop.cpp(50): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>MonsterMoneyDrop.cpp(75): warning C4018: '<' : signed/unsigned mismatch
1>MonsterMoneyDrop.cpp(174): warning C4018: '>' : signed/unsigned mismatch
1> MonsterSetBase.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MonsterSpawner.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(76): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(91): warning C4018: '<' : signed/unsigned mismatch
1>MonsterSpawner.cpp(53): warning C4018: '<' : signed/unsigned mismatch
1>MonsterSpawner.cpp(99): warning C4018: '<' : signed/unsigned mismatch
1>MonsterSpawner.cpp(145): warning C4018: '<' : signed/unsigned mismatch
1>MonsterSpawner.cpp(161): warning C4018: '<' : signed/unsigned mismatch
1>MonsterSpawner.cpp(173): warning C4018: '<' : signed/unsigned mismatch
1> Generating Code...
1> Compiling...
1> MonsterStatCalc.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MonsterStatCalc.cpp(24): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>MonsterStatCalc.cpp(44): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(60): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(63): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(147): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>MonsterStatCalc.cpp(148): warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
1>MonsterStatCalc.cpp(153): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(154): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(155): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(156): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(157): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>MonsterStatCalc.cpp(158): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1> MoveCheck.cpp
1> MoveCommand.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MoveCommand.cpp(75): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>MoveCommand.cpp(76): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>MoveCommand.cpp(172): warning C4018: '<' : signed/unsigned mismatch
1> MuLua.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MuRummy.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>MuRummy.cpp(775): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>MuRummy.cpp(776): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>MuRummy.cpp(777): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>MuRummy.cpp(778): warning C4293: '>>' : shift count negative or too big, undefined behavior
1>MuRummy.cpp(1721): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MuRummy.cpp(1727): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>MuRummy.cpp(1728): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MuRummy.cpp(1733): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MuRummy.cpp(1715): warning C4101: 'stMuRummyCardInfo' : unreferenced local variable
1>MuRummy.cpp(1789): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MuRummy.cpp(1795): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>MuRummy.cpp(1796): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MuRummy.cpp(1801): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>MuRummy.cpp(1783): warning C4101: 'stMuRummyCardInfo' : unreferenced local variable
1> MuTimer.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(76): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(91): warning C4018: '<' : signed/unsigned mismatch
1> MultiAttackHackCheck.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MultiWareHouseSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> MuunSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> NSerialCheck.cpp
1> NewPVP.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>NewPVP.cpp(993): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>NewPVP.cpp(994): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>NewPVP.cpp(995): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>NewPVP.cpp(996): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>NewPVP.cpp(1197): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Notice.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Notice.cpp(67): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>Notice.cpp(77): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>Notice.cpp(92): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>Notice.cpp(125): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>Notice.cpp(137): warning C4018: '<' : signed/unsigned mismatch
1>Notice.cpp(153): warning C4018: '<' : signed/unsigned mismatch
1> NpcTalk.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> ObjAttack.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ObjAttack.cpp(444): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(459): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(713): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ObjAttack.cpp(1325): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1329): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1371): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1375): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1380): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1384): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1438): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1442): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1445): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1449): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1456): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1460): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1463): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1467): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1522): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1526): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1529): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1533): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1540): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1544): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1547): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1551): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1630): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1633): warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1636): warning C4244: '*=' : conversion from 'double' to 'int', possible loss of data
1>ObjAttack.cpp(1654): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1666): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1678): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1692): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1696): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1732): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1738): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1741): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1744): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1747): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1756): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1766): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1776): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1786): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1796): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1816): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1830): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1855): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1869): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1880): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(1920): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1939): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1943): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1948): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1952): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(1999): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2004): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2028): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2033): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2051): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(2056): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2075): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2088): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2101): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2116): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2120): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2134): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2140): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(2152): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(2167): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(2205): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2209): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2212): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2216): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2223): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2227): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2230): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2234): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2289): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2293): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2296): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2300): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2307): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2311): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2314): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2318): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2357): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2364): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2369): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(2382): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2387): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(2426): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2430): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2441): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2547): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2608): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2616): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2641): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2648): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2655): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2662): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2669): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2778): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2934): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2936): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2942): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(2949): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3157): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3187): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3241): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3379): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(3395): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjAttack.cpp(3480): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3481): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3741): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3758): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3774): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3916): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjAttack.cpp(3920): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3921): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3931): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3939): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3945): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(3953): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4008): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4009): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4052): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4053): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4086): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4087): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4130): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4283): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4284): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4289): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4290): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4295): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4300): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4301): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4367): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4368): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4373): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4374): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjAttack.cpp(4525): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> ObjBaseAttack.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ObjBaseAttack.cpp(401): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjBaseAttack.cpp(504): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjBaseAttack.cpp(599): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjBaseAttack.cpp(920): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjBaseAttack.cpp(997): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> ObjCalCharacter.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ObjCalCharacter.cpp(135): warning C4244: '+=' : conversion from 'float' to 'WORD', possible loss of data
1>ObjCalCharacter.cpp(136): warning C4244: '+=' : conversion from 'float' to 'WORD', possible loss of data
1>ObjCalCharacter.cpp(137): warning C4244: '+=' : conversion from 'float' to 'WORD', possible loss of data
1>ObjCalCharacter.cpp(138): warning C4244: '+=' : conversion from 'float' to 'WORD', possible loss of data
1>ObjCalCharacter.cpp(139): warning C4244: '+=' : conversion from 'float' to 'WORD', possible loss of data
1>ObjCalCharacter.cpp(169): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ObjCalCharacter.cpp(174): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ObjCalCharacter.cpp(178): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>ObjCalCharacter.cpp(270): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(271): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(273): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(274): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(341): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(351): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(356): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(379): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(380): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(381): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(382): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(546): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(547): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(548): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(549): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(550): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(551): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(552): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(553): warning C4244: '+=' : conversion from 'double' to 'int', possible loss of data
1>ObjCalCharacter.cpp(777): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(780): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(781): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(782): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(877): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(880): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1058): warning C4244: '+=' : conversion from 'float' to 'char', possible loss of data
1>ObjCalCharacter.cpp(1059): warning C4244: '+=' : conversion from 'float' to 'char', possible loss of data
1>ObjCalCharacter.cpp(1060): warning C4244: '+=' : conversion from 'float' to 'char', possible loss of data
1>ObjCalCharacter.cpp(1068): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1069): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1073): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1076): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1077): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1078): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1082): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1094): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1095): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1096): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1097): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1098): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1099): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1859): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1860): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1869): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1870): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1879): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1880): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1889): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1890): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1899): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1908): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1917): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1918): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1927): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1928): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1937): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(1938): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(2010): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(2011): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(2101): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(2102): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjCalCharacter.cpp(2119): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> ObjUseSkill.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ObjUseSkill.cpp(427): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>ObjUseSkill.cpp(1146): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1149): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1225): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1228): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1277): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1338): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1603): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1685): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1690): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(1691): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(3146): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(3150): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(3153): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(3157): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(4288): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(4807): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(4810): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(4812): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(4815): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5160): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5164): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5167): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5171): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5273): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5277): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5280): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(5857): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>ObjUseSkill.cpp(5926): warning C4244: 'initializing' : conversion from 'int' to 'float', possible loss of data
1>ObjUseSkill.cpp(6415): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6418): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6420): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6424): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6496): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
1>ObjUseSkill.cpp(6499): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6501): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6505): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6511): warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
1>ObjUseSkill.cpp(6514): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6516): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ObjUseSkill.cpp(6520): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1> OfflineTrade.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>OfflineTrade.cpp(94): warning C4018: '<' : signed/unsigned mismatch
1>OfflineTrade.cpp(126): warning C4018: '>' : signed/unsigned mismatch
1> PCBangPointSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> PCBangUserSystem.cpp
1> Generating Code...
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1284): warning C4700: uninitialized local variable 'pCMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1498): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1203): warning C4700: uninitialized local variable 'pCMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1404): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1613): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1688): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1756): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(825): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(925): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1025): warning C4700: uninitialized local variable 'pCMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1084): warning C4700: uninitialized local variable 'pCMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(1138): warning C4700: uninitialized local variable 'pCMuRummyInfo' used
1>c:\users\svcz\desktop\gameserver\source\murummy.cpp(759): warning C4700: uninitialized local variable 'pMuRummyInfo' used
1> Compiling...
1> PacketCheckSum.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> PartyClass.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>PartyClass.cpp(349): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(350): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(351): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(352): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(353): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(597): warning C4018: '<' : signed/unsigned mismatch
1>PartyClass.cpp(605): warning C4018: '<' : signed/unsigned mismatch
1>PartyClass.cpp(648): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(656): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(661): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1>PartyClass.cpp(821): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>PartyClass.cpp(1130): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1> PaymentEx.cpp
1> PvPBalance.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>PvPBalance.cpp(61): warning C4018: '<' : signed/unsigned mismatch
1>PvPBalance.cpp(73): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1>PvPBalance.cpp(73): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1>PvPBalance.cpp(109): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1>PvPBalance.cpp(109): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1>PvPBalance.cpp(145): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1>PvPBalance.cpp(145): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1> QuestInfo.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>QuestInfo.cpp(71): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>QuestInfo.cpp(1018): warning C4244: 'argument' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1114): warning C4244: 'argument' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1779): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>QuestInfo.cpp(1804): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1813): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1816): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1828): warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
1>QuestInfo.cpp(1831): warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
1>QuestInfo.cpp(1834): warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
1>QuestInfo.cpp(1837): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1839): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1842): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1844): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1847): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1849): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1852): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1855): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1858): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1861): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1864): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1867): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1883): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>QuestInfo.cpp(1903): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1923): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1933): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1944): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1947): warning C4244: '=' : conversion from 'float' to 'WORD', possible loss of data
1>QuestInfo.cpp(1950): warning C4244: '=' : conversion from 'float' to 'WORD', possible loss of data
1>QuestInfo.cpp(1953): warning C4244: '=' : conversion from 'float' to 'WORD', possible loss of data
1>QuestInfo.cpp(1956): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1969): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1972): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1975): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1978): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1981): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>QuestInfo.cpp(1987): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1990): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1993): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1996): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(1999): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(2002): warning C4244: '=' : conversion from 'float' to 'BYTE', possible loss of data
1>QuestInfo.cpp(2531): warning C4244: '+=' : conversion from '__int64' to 'DWORD', possible loss of data
1>QuestInfo.cpp(2640): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>QuestInfo.cpp(2687): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>QuestInfo.cpp(2885): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> QueueTimer.cpp
1> Raklion.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Raklion.cpp(27): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>Raklion.cpp(71): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>Raklion.cpp(99): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(116): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(119): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(122): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(158): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(161): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(191): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(214): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(217): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(220): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(223): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(226): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(229): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>Raklion.cpp(277): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>Raklion.cpp(518): warning C4018: '<=' : signed/unsigned mismatch
1>Raklion.cpp(536): warning C4018: '<' : signed/unsigned mismatch
1>Raklion.cpp(584): warning C4018: '<' : signed/unsigned mismatch
1> RaklionBattleOfSelupan.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionBattleOfSelupan.cpp(230): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
1>RaklionBattleOfSelupan.cpp(400): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1> RaklionBattleUser.cpp
1> RaklionBattleUserMng.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionBattleUserMng.cpp(64): warning C4018: '<' : signed/unsigned mismatch
1>RaklionBattleUserMng.cpp(80): warning C4018: '<' : signed/unsigned mismatch
1>RaklionBattleUserMng.cpp(100): warning C4018: '<' : signed/unsigned mismatch
1> RaklionObjInfo.cpp
1> RaklionSelupan.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionSelupan.cpp(310): warning C4244: 'return' : conversion from 'float' to 'DWORD', possible loss of data
1> RaklionUtil.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionUtil.cpp(98): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionUtil.cpp(104): warning C4018: '<' : signed/unsigned mismatch
1>RaklionUtil.cpp(123): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionUtil.cpp(162): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionUtil.cpp(203): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionUtil.cpp(233): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RaklionUtil.cpp(261): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Reconnect.cpp
1> ResetSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ResetSystem.cpp(61): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(88): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(89): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(90): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(91): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(92): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(93): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(94): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(95): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(96): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(97): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(99): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(100): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(101): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(159): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(186): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(187): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(188): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(189): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(190): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(191): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(192): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(193): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(194): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(195): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(197): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(198): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(199): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>ResetSystem.cpp(431): warning C4018: '>=' : signed/unsigned mismatch
1>ResetSystem.cpp(713): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ResetSystem.cpp(817): warning C4018: '<' : signed/unsigned mismatch
1>ResetSystem.cpp(882): warning C4018: '<' : signed/unsigned mismatch
1>ResetSystem.cpp(946): warning C4018: '<' : signed/unsigned mismatch
1>ResetSystem.cpp(959): warning C4018: '<' : signed/unsigned mismatch
1> RingAttackEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>RingAttackEvent.cpp(289): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> SProtocol.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>SProtocol.cpp(117): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>SProtocol.cpp(278): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>SProtocol.cpp(299): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>SProtocol.cpp(902): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>SProtocol.cpp(992): warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(110) : see declaration of 'strcat'
1> SetItemMacro.cpp
1> Shop.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>Shop.cpp(280): warning C4018: '<' : signed/unsigned mismatch
1>Shop.cpp(293): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>Shop.cpp(307): warning C4018: '<' : signed/unsigned mismatch
1>Shop.cpp(312): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>Shop.cpp(325): warning C4018: '<' : signed/unsigned mismatch
1> ShopBoard.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Generating Code...
1> Compiling...
1> ShopPointEx.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>ShopPointEx.cpp(64): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>ShopPointEx.cpp(81): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(98): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(101): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
1>ShopPointEx.cpp(113): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(116): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(119): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(122): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(135): warning C4244: '=' : conversion from 'float' to 'DWORD', possible loss of data
1>ShopPointEx.cpp(138): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(141): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(144): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(147): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(161): warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
1>ShopPointEx.cpp(163): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>ShopPointEx.cpp(209): warning C4018: '<' : signed/unsigned mismatch
1>ShopPointEx.cpp(211): warning C4018: '>=' : signed/unsigned mismatch
1> SimpleModulus.cpp
1> SkillAdditionInfo.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> SkillDelay.cpp
1> SkillHitBox.cpp
1> SnakeBegins.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>SnakeBegins.cpp(35): warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
1> SocketItemOption.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>SocketItemOption.cpp(312): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>SocketItemOption.cpp(558): warning C4244: '=' : conversion from 'float' to 'WORD', possible loss of data
1>SocketItemOption.cpp(560): warning C4244: '=' : conversion from 'float' to 'WORD', possible loss of data
1>SocketItemOption.cpp(777): warning C4018: '<' : signed/unsigned mismatch
1>SocketItemOption.cpp(1544): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>SocketItemOption.cpp(1548): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>SocketItemOption.cpp(1551): warning C4244: 'argument' : conversion from 'float' to 'WORD', possible loss of data
1>SocketItemOption.cpp(1552): warning C4244: 'argument' : conversion from 'float' to 'WORD', possible loss of data
1>SocketItemOption.cpp(1555): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>SocketItemOption.cpp(1558): warning C4244: 'argument' : conversion from 'float' to 'short', possible loss of data
1>SocketItemOption.cpp(1559): warning C4244: 'argument' : conversion from 'float' to 'short', possible loss of data
1>SocketItemOption.cpp(1562): warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
1>SocketItemOption.cpp(1569): warning C4244: 'argument' : conversion from 'float' to 'short', possible loss of data
1>SocketItemOption.cpp(1570): warning C4244: 'argument' : conversion from 'float' to 'short', possible loss of data
1> SoulSystem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> StatGem.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>StatGem.cpp(138): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> StatMng.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> SummonSpot.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TDurMagicKeyChecker.cpp
1> TMonsterAI.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TMonsterAIAgro.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TMonsterAIAutomata.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterAIAutomata.cpp(64): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> TMonsterAIElement.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterAIElement.cpp(76): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> TMonsterAIGroup.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterAIGroup.cpp(47): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> TMonsterAIGroupMember.cpp
1> TMonsterAIMovePath.cpp
1>TMonsterAIMovePath.cpp(45): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> TMonsterAIUnit.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterAIUnit.cpp(68): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> Generating Code...
1> Compiling...
1> TMonsterAIUtil.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterAIUtil.cpp(452): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TMonsterSkillElement.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterSkillElement.cpp(66): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> TMonsterSkillElementInfo.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TMonsterSkillManager.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TMonsterSkillManager.cpp(49): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>TMonsterSkillManager.cpp(302): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1> TMonsterSkillUnit.cpp
1>TMonsterSkillUnit.cpp(63): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> TNotice.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TNotice.cpp(52): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TNotice.cpp(190): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>TNotice.cpp(234): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TRandomPoolMgr.cpp
1> TServerInfoDisplayer.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> TUnion.cpp
1>TUnion.cpp(187): warning C4018: '<' : signed/unsigned mismatch
1> TUnionInfo.cpp
1> TemporaryUserManager.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> UserDieItemDrop.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>UserDieItemDrop.cpp(140): warning C4018: '<' : signed/unsigned mismatch
1>UserDieItemDrop.cpp(154): warning C4018: '>=' : signed/unsigned mismatch
1>UserDieItemDrop.cpp(218): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1> ViewportGuild.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> Weapon.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> WhisperCash.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> WzQueue.cpp
1> WzUdp.cpp
1> XMasAttackEvent.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>XMasAttackEvent.cpp(107): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> ZTLogger.cpp
1>c:\users\svcz\desktop\gameserver\source\ZTLogger.h(41): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1> ZTLuaBackup.cpp
1>c:\users\svcz\desktop\gameserver\source\ZTLogger.h(41): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\ZTLuaBackup.h(34): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\ZTLuaBackup.h(67): warning C4018: '<' : signed/unsigned mismatch
1> Generating Code...
1> Compiling...
1> gObjMonster.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(76): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(91): warning C4018: '<' : signed/unsigned mismatch
1> CHECK ME!!!
1> giocp.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1> protocol.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(76): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(91): warning C4018: '<' : signed/unsigned mismatch
1>protocol.cpp(1573): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(1590): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>protocol.cpp(1613): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(1686): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(2132): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(2269): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(2599): warning C4018: '<' : signed/unsigned mismatch
1>protocol.cpp(2780): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(3469): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(3629): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>protocol.cpp(3659): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>protocol.cpp(3937): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>protocol.cpp(4335): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(5533): warning C4018: '<' : signed/unsigned mismatch
1>protocol.cpp(5542): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>protocol.cpp(5544): warning C4244: 'argument' : conversion from 'DWORD' to 'short', possible loss of data
1>protocol.cpp(5563): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>protocol.cpp(5587): warning C4018: '<' : signed/unsigned mismatch
1>protocol.cpp(5873): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>protocol.cpp(9318): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(9930): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(9931): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(13824): warning C4244: 'argument' : conversion from 'short' to 'unsigned char', possible loss of data
1>protocol.cpp(13829): warning C4244: 'argument' : conversion from 'short' to 'unsigned char', possible loss of data
1>protocol.cpp(15240): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(15291): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(16651): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1>protocol.cpp(16946): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy'
1>protocol.cpp(20061): warning C4018: '<' : signed/unsigned mismatch
1> user.cpp
1>c:\users\svcz\desktop\gameserver\source\ItemSystemFor380.h(97): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(76): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\svcz\desktop\gameserver\source\MonsterSpawner.h(91): warning C4018: '<' : signed/unsigned mismatch
1>user.cpp(424): warning C4244: '-=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(939): warning C4018: '<' : signed/unsigned mismatch
1>user.cpp(2381): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1>user.cpp(2382): warning C4244: '=' : conversion from 'short' to 'BYTE', possible loss of data
1>user.cpp(3523): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>user.cpp(4053): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>user.cpp(4054): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>user.cpp(4055): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>user.cpp(4056): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>user.cpp(4057): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
1>user.cpp(5981): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>user.cpp(5992): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
1>user.cpp(6086): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen'
1>user.cpp(9181): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(10054): warning C4244: 'argument' : conversion from 'short' to 'unsigned char', possible loss of data
1>user.cpp(10060): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>user.cpp(10248): warning C4101: 'x' : unreferenced local variable
1>user.cpp(10362): warning C4101: 'x' : unreferenced local variable
1>user.cpp(10471): warning C4101: 'x' : unreferenced local variable
1>user.cpp(10579): warning C4101: 'x' : unreferenced local variable
1>user.cpp(10749): warning C4101: 'x' : unreferenced local variable
1>user.cpp(11014): warning C4101: 'x' : unreferenced local variable
1>user.cpp(11112): warning C4101: 'x' : unreferenced local variable
1>user.cpp(11210): warning C4101: 'x' : unreferenced local variable
1>user.cpp(12597): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>user.cpp(12601): warning C4244: 'argument' : conversion from 'short' to 'unsigned char', possible loss of data
1>user.cpp(13571): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>user.cpp(13872): warning C4244: 'argument' : conversion from 'short' to 'BYTE', possible loss of data
1>user.cpp(13875): warning C4244: 'argument' : conversion from 'short' to 'unsigned char', possible loss of data
1>user.cpp(14728): warning C4101: 'x' : unreferenced local variable
1>user.cpp(17117): warning C4482: nonstandard extension used: enum 'CDarkSpirit::ePetItem_Mode' used in qualified name
1>user.cpp(17497): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(17498): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(18022): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(18101): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(18205): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(19633): warning C4482: nonstandard extension used: enum 'CDarkSpirit::ePetItem_Mode' used in qualified name
1>user.cpp(20618): warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
1>user.cpp(21026): warning C4244: 'argument' : conversion from 'WORD' to 'BYTE', possible loss of data
1>user.cpp(21295): warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
1>user.cpp(25933): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
1>user.cpp(26124): warning C4244: '+=' : conversion from 'float' to 'int', possible loss of data
1> wsGameServer.cpp
1> wsJoinServerCli.cpp
1> wsShopServerCli.cpp
1> zzzmathlib.cpp
1> Generating Code...
1> All outputs are up-to-date.
1>ResourceCompile:
1> All outputs are up-to-date.
1>ManifestResourceCompile:
1> All outputs are up-to-date.
1>Link:
1> cryptlib.lib(cryptlib.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
1>cryptlib.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
1>cryptlib.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
1>C:\Users\sVCz\Desktop\GameServer\Release\zGameServer.exe : fatal error LNK1120: 2 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:57.89
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I already added in CommandLine /Zc:auto-
also changed it to Release this happens. help !!!
turn off all warning
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Ths is fake project source !!!!
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
BladeKnight109
turn off all warning
how? I don't how to turn it off? can you tell me where?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
BladeKnight109
@ALL:
Fix SD:
Add it in function Attack (ObjAttack.cpp)
Code:
gObjLifeCheck(lpTargetObj, lpObj, AttackDamage, 0, MSBFlag, MsgDamage, skill, iTotalShieldDamage);
GCReFillSend(lpTargetObj->m_Index,(WORD)lpTargetObj->Life, 0xFF, 0, lpTargetObj->iShield);
if ( iTotalShieldDamage > 0 )
{
LogAddTD("[PvP System] Victim:[%s][%s], Attacker:[%s][%s] - SD[%d] HP[%f] -> SD[%d] HP[%f]",
lpTargetObj->AccountID, lpTargetObj->Name, lpObj->AccountID, lpObj->Name,
lpTargetObj->iShield + iTotalShieldDamage, lpTargetObj->Life + AttackDamage,
lpTargetObj->iShield, lpTargetObj->Life);
}
Work with me.
Quest System & Gens Quest: I have edit many file, database and i don't remember all. sorry, i can't share fix now. maybe tomorrow.
i'm not develop SS8, just test for fun ^_^
Thanks for sharing your solution, :). I'm doing this for fun too, and to see if I can group together with people to make this completely bugless, so every little fix submitted helps. Right now, if you want a challenge, I'm trying to get the game to have custom NPCs with new IDs, but it doesn't seem to work. It gives the NPC a different model, doesn't display its name and keeps it as a monster despite the ID being as OBJ_NPC. Think you might like to help figure it out? ;)
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
PiECLOUD
how? I don't how to turn it off? can you tell me where?
https://forum.ragezone.com/cache.php...%2FFwOfXPC.png
- - - Updated - - -
Quote:
Originally Posted by
fallenfate
Thanks for sharing your solution, :). I'm doing this for fun too, and to see if I can group together with people to make this completely bugless, so every little fix submitted helps. Right now, if you want a challenge, I'm trying to get the game to have custom NPCs with new IDs, but it doesn't seem to work. It gives the NPC a different model, doesn't display its name and keeps it as a monster despite the ID being as OBJ_NPC. Think you might like to help figure it out? ;)
I'm busy, I'm preparing for upcoming exams. I would be less online
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
BladeKnight109
Link:
1> cryptlib.lib(cryptlib.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
1>cryptlib.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
1>cryptlib.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
-
re: [Release] zTeam Season 8 Episode 2 (Source)
great personal work, I will be testing the server along with a galley to go on discovering the bugs that still exist, all bugs that are found somewhere will be posting the same, it is very nice to know that there developers who are fixing the mistakes.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
BladeKnight109
http://i62.tinypic.com/21ot1lt.png
awh.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
skllskll
tell me how do it
extra libraries
I'm sorry for the late. Download and install this microsoft library pack:
https://www.microsoft.com/en-us/down....aspx?id=40770
Next, you need to disable SAFESEH, open your project with VS2013 go to > Project > Properties > Linker > Advanced > Image Has Safe Exceptions... (Last Line) > Change to No (/SAFESEH:NO)
Properties > General > Platform toolset > Change to 120 (VS2013)
Probably now your VS2013 will be able to compile the src. Btw, you need to compile crypto .lib and replace in crypto folder as in any other VS versions.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
This is the problem with zteam with ancient item with JOH, if you want to show the yellow option of ancient item excellent option will not show and vice versa.https://forum.ragezone.com/cache.php...%2FaHHxLVz.jpg
https://forum.ragezone.com/cache.php...%2FGnMXHNl.jpg
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
Prototypex
This is the problem with zteam with ancient item with JOH, if you want to show the yellow option of ancient item excellent option will not show and vice versa.
zteam S6EP3 ancient+Joh works. only in EX versions I think, doesn't work.
or we will just have to wait for someone to fix it.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
PiECLOUD
Link:
1> cryptlib.lib(cryptlib.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
1>cryptlib.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
1>cryptlib.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
rebuild cryptlib and copy it to folder cryptlib\
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
FrodoTeabaggins
I'm sorry for the late. Download and install this microsoft library pack:
https://www.microsoft.com/en-us/down....aspx?id=40770
Next, you need to disable SAFESEH, open your project with VS2013 go to > Project > Properties > Linker > Advanced > Image Has Safe Exceptions... (Last Line) > Change to No (/SAFESEH:NO)
Properties > General > Platform toolset > Change to 120 (VS2013)
Probably now your VS2013 will be able to compile the src. Btw, you need to compile crypto .lib and replace in crypto folder as in any other VS versions.
错误 1 error LNK2019: 无法解析的外部符号 "public: int __thiscall ItemExcellentOption::getOptionValue(unsigned short,unsigned char)" (?getOptionValue@ItemExcellentOption@@QAEHGE@Z),该符号在函数 "public: int __thiscall CItem::IsExtLifeAdd(void)" (?IsExtLifeAdd@CItem@@QAEHXZ) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\zzzitem.obj GameServer
错误 2 error LNK2001: 无法解析的外部符号 "class ItemExcellentOption g_ItemExcellentOption" (?g_ItemExcellentOption@@3VItemExcellentOption@@A) C:\Users\Mirk\Desktop\GameServer\Source\zzzitem.obj GameServer
错误 3 error LNK2001: 无法解析的外部符号 "class ItemExcellentOption g_ItemExcellentOption" (?g_ItemExcellentOption@@3VItemExcellentOption@@A) C:\Users\Mirk\Desktop\GameServer\Source\CustomManager.obj GameServer
错误 4 error LNK2001: 无法解析的外部符号 "class CNewPVP g_NewPVP" (?g_NewPVP@@3VCNewPVP@@A) C:\Users\Mirk\Desktop\GameServer\Source\user.obj GameServer
错误 5 error LNK2001: 无法解析的外部符号 "class CNewPVP g_NewPVP" (?g_NewPVP@@3VCNewPVP@@A) C:\Users\Mirk\Desktop\GameServer\Source\NpcTalk.obj GameServer
错误 6 error LNK2001: 无法解析的外部符号 "class CNewPVP g_NewPVP" (?g_NewPVP@@3VCNewPVP@@A) C:\Users\Mirk\Desktop\GameServer\Source\ObjAttack.obj GameServer
错误 7 error LNK2001: 无法解析的外部符号 "class CNewPVP g_NewPVP" (?g_NewPVP@@3VCNewPVP@@A) C:\Users\Mirk\Desktop\GameServer\Source\ObjUseSkill.obj GameServer
错误 8 error LNK2001: 无法解析的外部符号 "class CNewPVP g_NewPVP" (?g_NewPVP@@3VCNewPVP@@A) C:\Users\Mirk\Desktop\GameServer\Source\protocol.obj GameServer
错误 9 error LNK2001: 无法解析的外部符号 "class CNewPVP g_NewPVP" (?g_NewPVP@@3VCNewPVP@@A) C:\Users\Mirk\Desktop\GameServer\Source\BuffEffectSlot.obj GameServer
错误 10 error LNK2001: 无法解析的外部符号 "class CNewPVP g_NewPVP" (?g_NewPVP@@3VCNewPVP@@A) C:\Users\Mirk\Desktop\GameServer\Source\GameMain.obj GameServer
错误 11 error LNK2001: 无法解析的外部符号 "class CNewPVP g_NewPVP" (?g_NewPVP@@3VCNewPVP@@A) C:\Users\Mirk\Desktop\GameServer\Source\gObjMonster.obj GameServer
错误 12 error LNK2001: 无法解析的外部符号 "class CNewPVP g_NewPVP" (?g_NewPVP@@3VCNewPVP@@A) C:\Users\Mirk\Desktop\GameServer\Source\MuTimer.obj GameServer
错误 13 error LNK2019: 无法解析的外部符号 "public: void __thiscall ItemExcellentOption::Load(void)" (?Load@ItemExcellentOption@@QAEXXZ),该符号在函数 "public: void __thiscall CustomManager::Load(void)" (?Load@CustomManager@@QAEXXZ) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\CustomManager.obj GameServer
错误 14 error LNK2019: 无法解析的外部符号 "public: void __thiscall PvPBalance::Load(void)" (?Load@PvPBalance@@QAEXXZ),该符号在函数 "public: void __thiscall CustomManager::Load(void)" (?Load@CustomManager@@QAEXXZ) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\CustomManager.obj GameServer
错误 15 error LNK2001: 无法解析的外部符号 "public: __thiscall MonsterSpawnerMng::MonsterSpawnerMng(void)" (??0MonsterSpawnerMng@@QAE@XZ) C:\Users\Mirk\Desktop\GameServer\Source\user.obj GameServer
错误 16 error LNK2001: 无法解析的外部符号 "public: __thiscall MonsterSpawnerMng::MonsterSpawnerMng(void)" (??0MonsterSpawnerMng@@QAE@XZ) C:\Users\Mirk\Desktop\GameServer\Source\CustomManager.obj GameServer
错误 17 error LNK2001: 无法解析的外部符号 "public: __thiscall MonsterSpawnerMng::MonsterSpawnerMng(void)" (??0MonsterSpawnerMng@@QAE@XZ) C:\Users\Mirk\Desktop\GameServer\Source\gObjMonster.obj GameServer
错误 18 error LNK2001: 无法解析的外部符号 "public: __thiscall MonsterSpawnerMng::MonsterSpawnerMng(void)" (??0MonsterSpawnerMng@@QAE@XZ) C:\Users\Mirk\Desktop\GameServer\Source\MuTimer.obj GameServer
错误 19 error LNK2001: 无法解析的外部符号 "public: __thiscall MonsterSpawnerMng::MonsterSpawnerMng(void)" (??0MonsterSpawnerMng@@QAE@XZ) C:\Users\Mirk\Desktop\GameServer\Source\protocol.obj GameServer
错误 20 error LNK2019: 无法解析的外部符号 "public: void __thiscall MonsterSpawnerMng::Load(void)" (?Load@MonsterSpawnerMng@@QAEXXZ),该符号在函数 "public: void __thiscall CustomManager::Load(void)" (?Load@CustomManager@@QAEXXZ) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\CustomManager.obj GameServer
错误 21 error LNK2001: 无法解析的外部符号 "class PvPBalance g_PvPBalance" (?g_PvPBalance@@3VPvPBalance@@A) C:\Users\Mirk\Desktop\GameServer\Source\CustomManager.obj GameServer
错误 22 error LNK2001: 无法解析的外部符号 "class PvPBalance g_PvPBalance" (?g_PvPBalance@@3VPvPBalance@@A) C:\Users\Mirk\Desktop\GameServer\Source\ObjAttack.obj GameServer
错误 23 error LNK2001: 无法解析的外部符号 "class PvPBalance g_PvPBalance" (?g_PvPBalance@@3VPvPBalance@@A) C:\Users\Mirk\Desktop\GameServer\Source\ObjBaseAttack.obj GameServer
错误 24 error LNK2001: 无法解析的外部符号 "private: static class MonsterSpawnerMng * MonsterSpawnerMng::m_Instance" (?m_Instance@MonsterSpawnerMng@@0PAV1@A) C:\Users\Mirk\Desktop\GameServer\Source\user.obj GameServer
错误 25 error LNK2001: 无法解析的外部符号 "private: static class MonsterSpawnerMng * MonsterSpawnerMng::m_Instance" (?m_Instance@MonsterSpawnerMng@@0PAV1@A) C:\Users\Mirk\Desktop\GameServer\Source\CustomManager.obj GameServer
错误 26 error LNK2001: 无法解析的外部符号 "private: static class MonsterSpawnerMng * MonsterSpawnerMng::m_Instance" (?m_Instance@MonsterSpawnerMng@@0PAV1@A) C:\Users\Mirk\Desktop\GameServer\Source\gObjMonster.obj GameServer
错误 27 error LNK2001: 无法解析的外部符号 "private: static class MonsterSpawnerMng * MonsterSpawnerMng::m_Instance" (?m_Instance@MonsterSpawnerMng@@0PAV1@A) C:\Users\Mirk\Desktop\GameServer\Source\MuTimer.obj GameServer
错误 28 error LNK2001: 无法解析的外部符号 "private: static class MonsterSpawnerMng * MonsterSpawnerMng::m_Instance" (?m_Instance@MonsterSpawnerMng@@0PAV1@A) C:\Users\Mirk\Desktop\GameServer\Source\protocol.obj GameServer
错误 29 error LNK2019: 无法解析的外部符号 "public: void __thiscall CNewPVP::LoadData(void)" (?LoadData@CNewPVP@@QAEXXZ),该符号在函数 "void __cdecl ReadCommonServerInfo(void)" (?ReadCommonServerInfo@@YAXXZ) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\GameMain.obj GameServer
错误 30 error LNK2001: 无法解析的外部符号 "class ZTLogger LuaLog" (?LuaLog@@3VZTLogger@@A) C:\Users\Mirk\Desktop\GameServer\Source\GameMain.obj GameServer
错误 31 error LNK2001: 无法解析的外部符号 "class ZTLuaBackup g_LuaBackup" (?g_LuaBackup@@3VZTLuaBackup@@A) C:\Users\Mirk\Desktop\GameServer\Source\GameMain.obj GameServer
错误 32 error LNK2019: 无法解析的外部符号 "public: int __thiscall CNewPVP::IsObserver(struct OBJECTSTRUCT &)" (?IsObserver@CNewPVP@@QAEHAAUOBJECTSTRUCT@@@Z),该符号在函数 "int __cdecl gObjMonsterSearchEnemy(struct OBJECTSTRUCT *,unsigned char)" (?gObjMonsterSearchEnemy@@YAHPAUOBJECTSTRUCT@@E@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\gObjMonster.obj GameServer
错误 33 error LNK2001: 无法解析的外部符号 "public: int __thiscall CNewPVP::IsObserver(struct OBJECTSTRUCT &)" (?IsObserver@CNewPVP@@QAEHAAUOBJECTSTRUCT@@@Z) C:\Users\Mirk\Desktop\GameServer\Source\protocol.obj GameServer
错误 34 error LNK2001: 无法解析的外部符号 "public: int __thiscall CNewPVP::IsObserver(struct OBJECTSTRUCT &)" (?IsObserver@CNewPVP@@QAEHAAUOBJECTSTRUCT@@@Z) C:\Users\Mirk\Desktop\GameServer\Source\user.obj GameServer
错误 35 error LNK2019: 无法解析的外部符号 "public: bool __thiscall MonsterSpawnerMng::isEventMonster(short)" (?isEventMonster@MonsterSpawnerMng@@QAE_NF@Z),该符号在函数 "int __cdecl gObjMonsterRegen(struct OBJECTSTRUCT *)" (?gObjMonsterRegen@@YAHPAUOBJECTSTRUCT@@@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\gObjMonster.obj GameServer
错误 36 error LNK2001: 无法解析的外部符号 "public: bool __thiscall MonsterSpawnerMng::isEventMonster(short)" (?isEventMonster@MonsterSpawnerMng@@QAE_NF@Z) C:\Users\Mirk\Desktop\GameServer\Source\user.obj GameServer
错误 37 error LNK2019: 无法解析的外部符号 "public: void __thiscall CNewPVP::Run(void)" (?Run@CNewPVP@@QAEXXZ),该符号在函数 "void __stdcall TimerProcQueue(void *,int)" (?TimerProcQueue@@YGXPAXH@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\MuTimer.obj GameServer
错误 38 error LNK2019: 无法解析的外部符号 "public: void __thiscall MonsterSpawnerMng::procRun(void)" (?procRun@MonsterSpawnerMng@@QAEXXZ),该符号在函数 "void __stdcall TimerProcQueue(void *,int)" (?TimerProcQueue@@YGXPAXH@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\MuTimer.obj GameServer
错误 39 error LNK2019: 无法解析的外部符号 "public: int __thiscall CNewPVP::SendChannelList(struct OBJECTSTRUCT &,struct OBJECTSTRUCT &)" (?SendChannelList@CNewPVP@@QAEHAAUOBJECTSTRUCT@@0@Z),该符号在函数 "int __cdecl NpcTitus(struct OBJECTSTRUCT *,struct OBJECTSTRUCT *)" (?NpcTitus@@YAHPAUOBJECTSTRUCT@@0@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\NpcTalk.obj GameServer
错误 40 error LNK2019: 无法解析的外部符号 "public: int __thiscall CNewPVP::IsSafeState(struct OBJECTSTRUCT &)" (?IsSafeState@CNewPVP@@QAEHAAUOBJECTSTRUCT@@@Z),该符号在函数 "public: int __thiscall CObjAttack::Attack(struct OBJECTSTRUCT *,struct OBJECTSTRUCT *,class CMagicInf *,int,unsigned char,int,int,unsigned char,unsigned char)" (?Attack@CObjAttack@@QAEHPAUOBJECTSTRUCT@@0PAVCMagicInf@@HEHHEE@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\ObjAttack.obj GameServer
错误 41 error LNK2019: 无法解析的外部符号 "public: void __thiscall PvPBalance::modifyDamage(short,short,int &)" (?modifyDamage@PvPBalance@@QAEXFFAAH@Z),该符号在函数 "public: int __thiscall CObjAttack::Attack(struct OBJECTSTRUCT *,struct OBJECTSTRUCT *,class CMagicInf *,int,unsigned char,int,int,unsigned char,unsigned char)" (?Attack@CObjAttack@@QAEHPAUOBJECTSTRUCT@@0PAVCMagicInf@@HEHHEE@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\ObjAttack.obj GameServer
错误 42 error LNK2019: 无法解析的外部符号 "public: void __thiscall PvPBalance::modifyAttackRate(short,short,float &)" (?modifyAttackRate@PvPBalance@@QAEXFFAAM@Z),该符号在函数 "public: int __thiscall CObjBaseAttack::MissCheckPvP(struct OBJECTSTRUCT *,struct OBJECTSTRUCT *,int,int,int,int &,unsigned char)" (?MissCheckPvP@CObjBaseAttack@@QAEHPAUOBJECTSTRUCT@@0HHHAAHE@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\ObjBaseAttack.obj GameServer
错误 43 error LNK2019: 无法解析的外部符号 "public: void __thiscall PvPBalance::modifyDefenseRate(short,short,float &)" (?modifyDefenseRate@PvPBalance@@QAEXFFAAM@Z),该符号在函数 "public: int __thiscall CObjBaseAttack::MissCheckPvP(struct OBJECTSTRUCT *,struct OBJECTSTRUCT *,int,int,int,int &,unsigned char)" (?MissCheckPvP@CObjBaseAttack@@QAEHPAUOBJECTSTRUCT@@0HHHAAHE@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\ObjBaseAttack.obj GameServer
错误 44 error LNK2019: 无法解析的外部符号 "public: void __thiscall CNewPVP::Reset(struct OBJECTSTRUCT &)" (?Reset@CNewPVP@@QAEXAAUOBJECTSTRUCT@@@Z),该符号在函数 "void __cdecl CGUseItemRecv(struct PMSG_USEITEM *,int)" (?CGUseItemRecv@@YAXPAUPMSG_USEITEM@@H@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\protocol.obj GameServer
错误 45 error LNK2001: 无法解析的外部符号 "public: void __thiscall CNewPVP::Reset(struct OBJECTSTRUCT &)" (?Reset@CNewPVP@@QAEXAAUOBJECTSTRUCT@@@Z) C:\Users\Mirk\Desktop\GameServer\Source\user.obj GameServer
错误 46 error LNK2019: 无法解析的外部符号 "int __cdecl OnCGInviteDuel(struct _tagPMSG_REQ_DUEL_INVITE *,int)" (?OnCGInviteDuel@@YAHPAU_tagPMSG_REQ_DUEL_INVITE@@H@Z),该符号在函数 "void __cdecl ProtocolCore(unsigned char,unsigned char *,int,int,int,int)" (?ProtocolCore@@YAXEPAEHHHH@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\protocol.obj GameServer
错误 47 error LNK2019: 无法解析的外部符号 "int __cdecl OnCGAnswerDuel(struct _tagPMSG_ANS_DUEL_ANSWER *,int)" (?OnCGAnswerDuel@@YAHPAU_tagPMSG_ANS_DUEL_ANSWER@@H@Z),该符号在函数 "void __cdecl ProtocolCore(unsigned char,unsigned char *,int,int,int,int)" (?ProtocolCore@@YAXEPAEHHHH@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\protocol.obj GameServer
错误 48 error LNK2019: 无法解析的外部符号 "int __cdecl OnCGLeaveDuel(struct _tagPMSG_REQ_DUEL_EXIT *,int)" (?OnCGLeaveDuel@@YAHPAU_tagPMSG_REQ_DUEL_EXIT@@H@Z),该符号在函数 "void __cdecl ProtocolCore(unsigned char,unsigned char *,int,int,int,int)" (?ProtocolCore@@YAXEPAEHHHH@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\protocol.obj GameServer
错误 49 error LNK2019: 无法解析的外部符号 "int __cdecl OnDuelChannelJoin(struct _tagPMSG_REQ_DUEL_JOINCNANNEL *,int)" (?OnDuelChannelJoin@@YAHPAU_tagPMSG_REQ_DUEL_JOINCNANNEL@@H@Z),该符号在函数 "void __cdecl ProtocolCore(unsigned char,unsigned char *,int,int,int,int)" (?ProtocolCore@@YAXEPAEHHHH@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\protocol.obj GameServer
错误 50 error LNK2019: 无法解析的外部符号 "int __cdecl OnDuelChannelLeave(struct _tagPMSG_REQ_DUEL_LEAVECNANNEL *,int)" (?OnDuelChannelLeave@@YAHPAU_tagPMSG_REQ_DUEL_LEAVECNANNEL@@H@Z),该符号在函数 "void __cdecl ProtocolCore(unsigned char,unsigned char *,int,int,int,int)" (?ProtocolCore@@YAXEPAEHHHH@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\protocol.obj GameServer
错误 51 error LNK2019: 无法解析的外部符号 "public: bool __thiscall MonsterSpawnerMng::procCreate(short,int)" (?procCreate@MonsterSpawnerMng@@QAE_NFH@Z),该符号在函数 "int __cdecl CGItemDropRequest(struct PMSG_ITEMTHROW *,int,int)" (?CGItemDropRequest@@YAHPAUPMSG_ITEMTHROW@@HH@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\protocol.obj GameServer
错误 52 error LNK2019: 无法解析的外部符号 "public: bool __thiscall MonsterSpawnerMng::isKeyItem(int)" (?isKeyItem@MonsterSpawnerMng@@QAE_NH@Z),该符号在函数 "int __cdecl CGItemDropRequest(struct PMSG_ITEMTHROW *,int,int)" (?CGItemDropRequest@@YAHPAUPMSG_ITEMTHROW@@HH@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\protocol.obj GameServer
错误 53 error LNK2019: 无法解析的外部符号 "public: void __thiscall CNewPVP::SetScore(struct OBJECTSTRUCT &)" (?SetScore@CNewPVP@@QAEXAAUOBJECTSTRUCT@@@Z),该符号在函数 "void __cdecl gObjUserDie(struct OBJECTSTRUCT *,struct OBJECTSTRUCT *)" (?gObjUserDie@@YAXPAUOBJECTSTRUCT@@0@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\user.obj GameServer
错误 54 error LNK2019: 无法解析的外部符号 "public: void __thiscall CNewPVP::CheckScore(struct OBJECTSTRUCT &,struct OBJECTSTRUCT &)" (?CheckScore@CNewPVP@@QAEXAAUOBJECTSTRUCT@@0@Z),该符号在函数 "void __cdecl gObjLifeCheck(struct OBJECTSTRUCT *,struct OBJECTSTRUCT *,int,int,int,int,unsigned short,int)" (?gObjLifeCheck@@YAXPAUOBJECTSTRUCT@@0HHHHGH@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\user.obj GameServer
错误 55 error LNK2019: 无法解析的外部符号 "public: bool __thiscall MonsterSpawnerMng::isPrivate(short,short)" (?isPrivate@MonsterSpawnerMng@@QAE_NFF@Z),该符号在函数 "void __cdecl gObjAttack(struct OBJECTSTRUCT *,struct OBJECTSTRUCT *,class CMagicInf *,int,unsigned char,int,int,unsigned char,unsigned char)" (?gObjAttack@@YAXPAUOBJECTSTRUCT@@0PAVCMagicInf@@HEHHEE@Z) 中被引用 C:\Users\Mirk\Desktop\GameServer\Source\user.obj GameServer
错误 56 error LNK1120: 32 个无法解析的外部命令 C:\Users\Mirk\Desktop\GameServer\Source\Debug\GameServer.exe GameServer
help me!
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
BladeKnight109
rebuild cryptlib and copy it to folder cryptlib\
where is the cryptlib? I can't find it.
and how do you rebuild it?
am sorry, too many question to ask.
'amstill learning..
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
1>------ Build started: Project: GameServer, Configuration: Release Win32 ------
1>Build started 6/25/2015 12:13:59 PM.
1>InitializeBuildStatus:
1> Creating ".\Release\GameServer.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>ClCompile:
1> StdAfx.cpp
1> _WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)
1> protocol.cpp
1> DSProtocol.cpp
1> SProtocol.cpp
1> EDSProtocol.cpp
1> StatGem.cpp
1> DummyTarget.cpp
1> ExPoint.cpp
1> SummonSpot.cpp
1> SoulSystem.cpp
1> ClassCalc.cpp
1> CustomManager.cpp
1> ItemDropRate.cpp
1> ItemPrice.cpp
1> Notice.cpp
1> UserDieItemDrop.cpp
1> ExtraClassBalance.cpp
1> MapRateInfo.cpp
1> CommandManager.cpp
1> BuffSkillEffect.cpp
1> ChaosMachineManager.cpp
1> Generating Code...
1> Compiling...
1> Achievements.cpp
1> ShopPointEx.cpp
1> ResetSystem.cpp
1> MultiWareHouseSystem.cpp
1> Reconnect.cpp
1> PaymentEx.cpp
1> ItemUpgradeJewels.cpp
1> OfflineTrade.cpp
1> HardcoreMode.cpp
1> MonsterMoneyDrop.cpp
1> BloodCastle.cpp
1> BattleGround.cpp
1> BattleSoccer.cpp
1> BattleSoccerManager.cpp
1> CannonTower.cpp
1> CastleCrown.cpp
1> CastleCrownSwitch.cpp
1> CastleSiege.cpp
1> CastleSiegeSync.cpp
1> Guardian.cpp
1> Generating Code...
1> Compiling...
1> GuardianStatue.cpp
1> LifeStone.cpp
1> Mercenary.cpp
1> Weapon.cpp
1> Crywolf.cpp
1> CrywolfAltar.cpp
1> CrywolfDarkElf.cpp
1> CrywolfMonster.cpp
1> CrywolfStateTimeInfo.cpp
1> CrywolfStatue.cpp
1> CrywolfSync.cpp
1> CrywolfTanker.cpp
1> CrywolfUtil.cpp
1> DoubleGoerEvent.cpp
1> ImperialGuardian.cpp
1> ImperialGuardianRewardExp.cpp
1> Kanturu.cpp
1> KanturuBattleOfMaya.cpp
1> KanturuBattleOfNightmare.cpp
1> KanturuBattleStanby.cpp
1> Generating Code...
1> Compiling...
1> KanturuBattleUserMng.cpp
1> KanturuEntranceNPC.cpp
1> KanturuMaya.cpp
1> KanturuMonsterMng.cpp
1> KanturuNightmare.cpp
1> KanturuStateInfo.cpp
1> KanturuTowerOfRefinement.cpp
1> KanturuUtil.cpp
1> Raklion.cpp
1> RaklionBattleOfSelupan.cpp
1> RaklionBattleUser.cpp
1> RaklionBattleUserMng.cpp
1> RaklionObjInfo.cpp
1> RaklionSelupan.cpp
1> RaklionUtil.cpp
1> IllusionTempleEvent.cpp
1> IllusionTempleProcess.cpp
1> ChaosCastle.cpp
1> DevilSquare.cpp
1> DevilSquareGround.cpp
1> Generating Code...
1> Compiling...
1> EledoradoEvent.cpp
1> EventManagement.cpp
1> RingAttackEvent.cpp
1> DragonEvent.cpp
1> XMasAttackEvent.cpp
1> SnakeBegins.cpp
1> LuckyItem.cpp
1> AttackEvent.cpp
1> CastleDeepEvent.cpp
1> KalimaGate.cpp
1> BuffEffect.cpp
1> BuffEffectSlot.cpp
1> BuffScriptLoader.cpp
1> TMonsterAI.cpp
1> TMonsterAIAgro.cpp
1> TMonsterAIAutomata.cpp
1> TMonsterAIElement.cpp
1> TMonsterAIGroup.cpp
1> TMonsterAIGroupMember.cpp
1> TMonsterAIMovePath.cpp
1> Generating Code...
1> Compiling...
1> TMonsterAIUnit.cpp
1> TMonsterAIUtil.cpp
1> TMonsterSkillElement.cpp
1> TMonsterSkillElementInfo.cpp
1> TMonsterSkillManager.cpp
1> TMonsterSkillUnit.cpp
1> MonsterStatCalc.cpp
1> MonsterHerd.cpp
1> MonsterAttr.cpp
1> MonsterItemMng.cpp
1> MonsterItemMngEx.cpp
1> MonsterSetBase.cpp
1> gObjMonster.cpp
1> CHECK ME!!!
1> NpcTalk.cpp
1> Shop.cpp
1> EventItemBag.cpp
1> ItemAddOption.cpp
1> ItemSystemFor380.cpp
1> JewelOfHarmonySystem.cpp
1> Add the LAcking Effects CJewelOfHarmonySystem::_CalcItemEffectValue
1> SetItemMacro.cpp
1> Generating Code...
1> Compiling...
1> SetItemOption.cpp
1> SocketItemOption.cpp
1> zzzitem.cpp
1> DuelManager.cpp
1>c1xx : fatal error C1083: Cannot open source file: 'DuelManager.cpp': No such file or directory
1> GuildMatch.cpp
1> GuildClass.cpp
1> TUnion.cpp
1> TUnionInfo.cpp
1> PartyClass.cpp
1> DarkSpirit.cpp
1> ShopBoard.cpp
1> ChaosBox.cpp
1> MasterLevelSkillTreeSystem.cpp
1> MasterSkillSystem.cpp
1> JewelMixSystem.cpp
1> Gate.cpp
1> MapClass.cpp
1> MapItem.cpp
1> MapServerManager.cpp
1> Minimap.cpp
1> Generating Code...
1> Compiling...
1> MoveCheck.cpp
1> MoveCommand.cpp
1> Message.cpp
1> CashItemPeriodSystem.cpp
1> CashLotterySystem.cpp
1> CashShop.cpp
1> PCBangPointSystem.cpp
1> PCBangUserSystem.cpp
1> wsGameServer.cpp
1> wsJoinServerCli.cpp
1> wsShopServerCli.cpp
1> WzUdp.cpp
1> MiningSystem.cpp
1> CallStackTrace.cpp
1> DirPath.cpp
1> LargeRand.cpp
1> LuaFun.cpp
1> MuTimer.cpp
1> QueueTimer.cpp
1> TRandomPoolMgr.cpp
1> Generating Code...
1> Compiling...
1> TSync.cpp
1> winutil.cpp
1> WzMemScript.cpp
1> WzQueue.cpp
1> WZScriptEncode.cpp
1> zzzmathlib.cpp
1> WhisperCash.cpp
1> giocp.cpp
1> License.cpp
1>c1xx : fatal error C1083: Cannot open source file: 'License.cpp': No such file or directory
1> ScriptEncode.cpp
1>c1xx : fatal error C1083: Cannot open source file: 'ScriptEncode.cpp': No such file or directory
1> CheatGuard.cpp
1> AcheronEvent.cpp
1> ArcaBattle.cpp
1> MuRummy.cpp
1> classdef.cpp
1> CLoginCount.cpp
1> ClosePlayer.cpp
1> ComboAttack.cpp
1> ConMember.cpp
1> CWhatsUpDummyServer.cpp
1> Generating Code...
1> Compiling...
1> DbSave.cpp
1> DBSockMng.cpp
1> ElementalSystem.cpp
1> Event.cpp
1> Gambling.cpp
1> GameEvent.cpp
1> GameMain.cpp
1> GameServer.cpp
1> IpCache.cpp
1> LogProc.cpp
1> LogToFile.cpp
1> MagicDamage.cpp
1> MagicInf.cpp
1> MultiAttackHackCheck.cpp
1> MuLua.cpp
1> MyWinsockBase.cpp
1> NSerialCheck.cpp
1> ObjAttack.cpp
1> ObjBaseAttack.cpp
1> ObjCalCharacter.cpp
1> Generating Code...
1> Compiling...
1> ObjUseSkill.cpp
1> PacketCheckSum.cpp
1> QuestInfo.cpp
1> SkillAdditionInfo.cpp
1> SkillDelay.cpp
1> SkillHitBox.cpp
1> StatMng.cpp
1> TDurMagicKeyChecker.cpp
1> TemporaryUserManager.cpp
1> TNotice.cpp
1> TServerInfoDisplayer.cpp
1> user.cpp
1> ViewportGuild.cpp
1> pugixml.cpp
1> Generating Code...
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:53.51
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
i got 3 errors :3
http://i60.tinypic.com/27ymlar.png
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
FrodoTeabaggins
This fix is outdated, a newer version of the server files/src/DB was posted after the post of this fix... About the share, i'm using the same files and source of the topic with some few changes, of course.
Worked one or 2 times with me, but for some reason it's not working anymore.
im using latest files and still get random crashes on GS when i log in
am i missing smthg?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Why GameServer have diffrent sizes when i compile its like 10 mb, some freidns gave me old gameserver its like 4 mb. i mean is shared source is diffrent than relaesed ver GS?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
7GNJumper
Why GameServer have diffrent sizes when i compile its like 10 mb, some freidns gave me old gameserver its like 4 mb. i mean is shared source is diffrent than relaesed ver GS?
change a mode relanse and compile.... GS 4mb
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
skllskll
错误 1 error LNK2019:
help me!
Change to Release and compile
Quote:
Originally Posted by
PiECLOUD
where is the cryptlib? I can't find it.
and how do you rebuild it?
am sorry, too many question to ask.
'amstill learning..
https://forum.ragezone.com/cache.php...%2F2wf5wd1.png
open the solution file inside of the crypto folder, compile and paste the .lib compiled to crypto folder. (\SOURCE\GameServer\crypto\Win32\Output\Release)
Quote:
Originally Posted by
ftewegw1
im using latest files and still get random crashes on GS when i log in
am i missing smthg?
Only when you log-in? Try to use the crack.cpp fix posted. Idk maybe that's the problem
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
FrodoTeabaggins
okay. wait..
-
re: [Release] zTeam Season 8 Episode 2 (Source)
https://forum.ragezone.com/cache.php...%2F2wcpooz.png
Open this project with Visual Studio, compile (Release), go to the folder (\crypto\Win32\Output) there's your compiled crypto.lib (Ctrl C + Ctrl V to \crypto folder and replace it. Done.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
FrodoTeabaggins
Can you Share how to convert it to 2013 ? Ty
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
The Interview
Can you Share how to convert it to 2013 ? Ty
Converted (2013): https://www.mediafire.com/?t41ipbc9ccc7hlg
Scan: https://www.virustotal.com/en/file/c...is/1435258250/
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
FrodoTeabaggins
You know how to fix this error
Command line error D8016: '/ZI' and '/O2' command-line options are incompatible
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
FrodoTeabaggins
You're wrong.. 'g_ExcDropPerc = GetPrivateProfileInt("GameServerInfo", "ExcDropPerc", 2000, gDirPath.GetNewPath(FILE_SERVER_COMMON));'
----
@MrQU3ST10N
Check MonsterItemDropRate.txt --> Normal Item Rate, maybe it's blocking exc drop.
should I change the Normalrate value all to 1?
I already tried deleting all the setting. and save it.
Still no Excellent drops even 1 Excellent nothing.. :/
Quote:
Originally Posted by
The Interview
You know how to fix this error
Command line error D8016: '/ZI' and '/O2' command-line options are incompatible
https://forum.ragezone.com/cache.php...%2F8Kb6DN5.png
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
MrQU3ST10N
should I change the Normalrate value all to 1?
I already tried deleting all the setting. and save it.
Still no Excellent drops even 1 Excellent nothing.. :/
(ExcDropPerc 0 = 0% Deactivated | 1 = 1% | 2000 = 100%)
(normalrate 1.0000000 = 100%) <~~ such a painful system to calculate specific values xD
~ Idk if exc drop rate is working 100%, i haven't tested it yet but when i was testing the 3rd Quest i got some exc drops so it looks working (I'm talking about exc drop, not about the drop rates)
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
FrodoTeabaggins
(ExcDropPerc 0 = 0% Deactivated | 1 = 1% | 2000 = 100%)
(normalrate 1.0000000 = 100%) <~~ such a painful system to calculate specific values xD
~ Idk if exc drop rate is working 100%, i haven't tested it yet but when i was testing the 3rd Quest i got some exc drops so it looks working (I'm talking about exc drop, not about the drop rates)
ExcDropPerc set to 2000
NormalRates set to 1.0000000
still no luck. No Excellent Drop..
where did you find this code in Visual studio?
Quote:
Originally Posted by
FrodoTeabaggins
'g_ExcDropPerc = GetPrivateProfileInt("GameServerInfo", "ExcDropPerc", 2000, gDirPath.GetNewPath(FILE_SERVER_COMMON));'
what filter?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
MrQU3ST10N
where did you find this code in Visual studio?
what filter?
GameMain.cpp ~ Line 2509
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
MrQU3ST10N
Its Disabled Already. But still getting those error.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
FrodoTeabaggins
GameMain.cpp ~ Line 2509
well I found something.
https://forum.ragezone.com/cache.php...%2FDJU7lOX.png
I changed ExcDropPerc to MonsterExcellentItemRollRate.
still no excellent drop. wtf !! XD
-
re: [Release] zTeam Season 8 Episode 2 (Source)
https://forum.ragezone.com/cache.php...%2F2qwd2dt.png
-- EDIT --
I just found the lines from your screenshot, it's such a mess, two functions designated to define exc drop, i'll try to fix this mess and test the exc drop.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
FrodoTeabaggins
Nope. we're the same. If you search for MonsterExcellentItemRollRate you'll find what I posted a while ago.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
zteam S6EP3 ancient+Joh works. only in EX versions I think, doesn't work.
or we will just have to wait for someone to fix it.
Or get our files, we have all issues fixed (ancient +JoH too) on our Season 8 Episode 3 - Season 9 Episode 2 in 2-3 weeks :) then shortly after Season 10 R2!
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
IGCNWizzy
Or get our files, we have all issues fixed (ancient +JoH too) on our Season 8 Episode 3 - Season 9 Episode 2 in 2-3 weeks :) then shortly after Season 10 R2!
Nice. But with all due respect...go spam your team's work on your team's thread. This is ss8.2 sources thread.
-
[zTeam] Season 8 Episode 2 (Source)
Quote:
Originally Posted by
IGCNWizzy
Or get our files, we have all issues fixed (ancient +JoH too) on our Season 8 Episode 3 - Season 9 Episode 2 in 2-3 weeks :) then shortly after Season 10 R2!
Thank you Mr. Wizzy but no. XD. I don't like having a server. I only play single player. (which is forever alone).
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
ianvalls90
Nice. But with all due respect...go spam your team's work on your team's thread. This is ss8.2 sources thread.
Agreed, this is a download/development topic, we are here to create a bugless free server and help our community to learn more about Mu Online and improve their knowledge about programmation.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
All of our systems are coded by ourselves, you are at least funny thinking that we take it from z team, the sources are useless for us. I now regret I made a reply in this topic, now I have to deal with replies of brain-less people.
Entire RageZone respects only people who are giving things for free, start respect people who can handle successful project, not like zteam, cheated all their Customers :)
~Peace
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Here i can't kill more than 3x with PK, why ?
bug?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Someone mad? ...because there is a serious share for community? Get a life! this is what exactly emulators made of... dig, conquer, learn, make and share Thanks for share realy appreciated.
and pls don't spam noob coders section here, ppl trying to learn and share smthing not sell or buy duhh!
-
re: [Release] zTeam Season 8 Episode 2 (Source)
@ashlay What VS version you using ?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
The Interview
@
ashlay What VS version you using ?
Can be use all version 2008 to 2013...
there is some guide in this section go take look couple page back.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Im uninstalling 2013 Ultimate because of this error.
Command line error D8016: '/ZI' and '/O2' command-line
And im installing 2010 Ultimate
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
The Interview
Im uninstalling 2013 Ultimate because of this error.
Command line error D8016: '/ZI' and '/O2' command-line
And im installing 2010 Ultimate
Yea! if your not using IDE for others projects, go ahead install 2008-10, Im using 2013 and i feel good with it.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
add this in monsterdiegiveitem function:
if( g_MonsterExcellentItemRollRate > 0 )
{
if( (rand() % 10000) < g_MonsterExcellentItemRollRate )
{
option1rand=100;
option2rand=1;
option3rand=rand()%100;
optionc=rand()%3;
NOption = NewOptionRand(lpObj->Level);
level = 0;
}
}
and replace itemexcdrop with MonsterExcellentItemRollRate in commonserver
also uncomment this : g_MonsterExcellentItemRollRate += g_MonsterExcellentItemRollRate * IncDrop / 100;
it should be for seal of wealth etc that increases drop rate
obviously MonsterExcellentItemRollRate in commonserver is 1-10000 and not 1-2000 anymore
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
IGCNWizzy
All of our systems are coded by ourselves, you are at least funny thinking that we take it from z team, the sources are useless for us. I now regret I made a reply in this topic, now I have to deal with replies of brain-less people.
Entire RageZone respects only people who are giving things for free, start respect people who can handle successful project, not like zteam, cheated all their Customers :)
~Peace
Hello Wizzy , as you get involved in this thread why not give us a hand to stop running things.
regards
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Source Vs 2013 all ready?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
#if (ENABLETEST_NEWPVP == 1)
#include "NewPVP.h"
#endif
错误 23 error LNK2001: 无法解析的外部符号 "class CNewPVP g_NewPVP" (?g_NewPVP@@3VCNewPVP@@A) C:\Users\Mirk\Desktop\GameServer\Source\user.obj GameServer
why?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
1>------ Build started: Project: zGameServer, Configuration: Release Win32 ------
1> StdAfx.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\atlcore.h(633): error C2159: more than one storage class specified
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\atlcore.h(633): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\atlcore.h(633): error C2440: 'initializing' : cannot convert from 'BOOL (__stdcall *)(DWORD)' to 'volatile int'
1> There is no context in which this conversion is possible
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\atlcore.h(633): error C2440: 'initializing' : cannot convert from 'BOOL (__stdcall *)(DWORD)' to 'int'
1> There is no context in which this conversion is possible
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\atlcore.h(633): error C2446: '==' : no conversion from 'BOOL (__stdcall *)(DWORD)' to 'int'
1> There is no context in which this conversion is possible
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\atlcore.h(633): error C2040: '==' : 'int' differs in levels of indirection from 'BOOL (__stdcall *)(DWORD)'
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\atlcore.h(633): error C2440: '=' : cannot convert from 'BOOL (__stdcall *)(DWORD)' to 'int'
1> There is no context in which this conversion is possible
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\atlcore.h(633): error C2440: '=' : cannot convert from 'BOOL (__stdcall *)(DWORD)' to 'volatile int'
1> There is no context in which this conversion is possible
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\atlcore.h(633): error C2446: '!=' : no conversion from 'BOOL (__stdcall *)(DWORD)' to 'int'
1> There is no context in which this conversion is possible
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\atlmfc\include\atlcore.h(633): error C2040: '!=' : 'int' differs in levels of indirection from 'BOOL (__stdcall *)(DWORD)'
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtr1common(421): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtr1common(421) : see reference to class template instantiation 'std::_Has_result_type<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtr1common(421): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xtr1common(421): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(203): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(203): warning C4042: 'std::plus<void>::operator ()' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(203): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(218): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(218): warning C4042: 'std::minus<void>::operator ()' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(218): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(233): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(233): warning C4042: 'std::multiplies<void>::operator ()' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(233): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(248): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(248): warning C4042: 'std::equal_to<void>::operator ()' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(248): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(263): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(263): warning C4042: 'std::less<void>::operator ()' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xstddef(263): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\type_traits(686): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\type_traits(696) : see reference to class template instantiation 'std::_Is_assignable<_To,_From>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\type_traits(686): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\type_traits(686): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\type_traits(692): error C2159: more than one storage class specified
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\type_traits(692): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\type_traits(692): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xrefwrap(458): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xrefwrap(458) : see reference to class template instantiation 'std::_Has_result_and_arg_type<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xrefwrap(458): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xrefwrap(458): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xrefwrap(463): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xrefwrap(463) : see reference to class template instantiation 'std::_Has_result_and_2arg_type<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xrefwrap(463): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xrefwrap(463): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(263): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(263) : see reference to class template instantiation 'std::_Get_unchecked_type<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(263): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(263): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(268): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(268) : see reference to class template instantiation 'std::_Is_checked_helper<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(268): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(268): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(943): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(943): warning C4042: 'operator -' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(943): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1135): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1135): warning C4042: 'operator -' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1135): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1191): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1191): warning C4042: 'begin' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1191): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1197): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1197): warning C4042: 'begin' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1197): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1203): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1203): warning C4042: 'end' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1203): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1209): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1209): warning C4042: 'end' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1209): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1230): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1230): warning C4042: 'cbegin' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1230): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1236): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1236): warning C4042: 'cend' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1236): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1243): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1243): warning C4042: 'rbegin' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1243): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1249): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1249): warning C4042: 'rbegin' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1249): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1255): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1255): warning C4042: 'rend' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1255): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1261): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1261): warning C4042: 'rend' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1261): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1294): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1294): warning C4042: 'crbegin' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1294): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1300): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1300): warning C4042: 'crend' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1300): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1975): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1975): warning C4042: 'operator -' : has bad storage class
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(1975): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(3436): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(3444) : see reference to class template instantiation 'std::_Has_allocator_type<_Ty,_Alloc>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(3436): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(3436): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(3440): error C2159: more than one storage class specified
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(3440): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xutility(3440): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(181): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(181) : see reference to class template instantiation 'std::_Get_element_type<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(181): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(181): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(187): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(187) : see reference to class template instantiation 'std::_Get_ptr_difference_type<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(187): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(187): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(194): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(194) : see reference to class template instantiation 'std::_Get_rebind_type<_Ty,_Other>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(194): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(194): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(242): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(242) : see reference to class template instantiation 'std::_Get_pointer_type<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(242): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(242): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(249): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(249) : see reference to class template instantiation 'std::_Get_const_pointer_type<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(249): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(249): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(256): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(256) : see reference to class template instantiation 'std::_Get_void_pointer_type<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(256): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(256): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(263): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(263) : see reference to class template instantiation 'std::_Get_const_void_pointer_type<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(263): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(263): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(270): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(270) : see reference to class template instantiation 'std::_Get_difference_type<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(270): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(270): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(277): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(277) : see reference to class template instantiation 'std::_Get_size_type<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(277): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(277): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(283): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(283) : see reference to class template instantiation 'std::_Get_propagate_on_container_copy<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(283): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(283): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(289): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(289) : see reference to class template instantiation 'std::_Get_propagate_on_container_move<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(289): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(289): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(295): error C2159: more than one storage class specified
1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(295) : see reference to class template instantiation 'std::_Get_propagate_on_container_swap<_Ty>' being compiled
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(295): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(295): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(305): error C2159: more than one storage class specified
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(311): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(311): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(316): error C2159: more than one storage class specified
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(322): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(322): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(333): error C2159: more than one storage class specified
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(339): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(339): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(344): error C2159: more than one storage class specified
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(350): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(350): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(359): error C2159: more than one storage class specified
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(363): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(363): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(367): error C2159: more than one storage class specified
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(371): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(371): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(378): error C2159: more than one storage class specified
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(382): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(382): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(385): error C2159: more than one storage class specified
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(389): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(389): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(398): error C2159: more than one storage class specified
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(402): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(402): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(405): error C2159: more than one storage class specified
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(409): error C3557: a function cannot have both a return type and a late-specified return type
1>C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\xmemory0(409): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
someone help me how to fix this?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
Nujd
::long-ass bunch of errors::
someone help me how to fix this?
Do you need to use VS2012? VS2008 is recommended for zGameServer and zMultiServer, and VS2010 for the client. All compiles fine using those.
Also, I recommend when posting a tonne of errors like this, that people use the spoiler tags to keep page length shorter for people skimming to reply to other posts.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
fallenfate
Do you need to use VS2012? VS2008 is recommended for zGameServer and zMultiServer, and VS2010 for the client. All compiles fine using those.
Also, I recommend when posting a tonne of errors like this, that people use the spoiler tags to keep page length shorter for people skimming to reply to other posts.
http://i60.tinypic.com/fciogw.png
im using vs2013
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
Nujd
im using vs2013
Okay, well people have had issues compiling with 2013, not sure if any fixes were provided but skim back through the last 10 pages of this thread or so, I believe it was something about requiring extra libraries, but I don't know which so you'll have to check that in the posts. Otherwise I highly recommend using the VSs I recommend above.
EDIT: @Nujd, here is the post with a fix - https://forum.ragezone.com/f197/ztea...0/#post8447610
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
The Interview
Its Disabled Already. But still getting those error.
add command line /Zc-auto-
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
fallenfate
Okay, well people have had issues compiling with 2013, not sure if any fixes were provided but skim back through the last 10 pages of this thread or so, I believe it was something about requiring extra libraries, but I don't know which so you'll have to check that in the posts. Otherwise I highly recommend using the VSs I recommend above.
EDIT: @
Nujd, here is the post with a fix -
https://forum.ragezone.com/f197/ztea...0/#post8447610
i finished download it and get error too
-
re: [Release] zTeam Season 8 Episode 2 (Source)
So can enyone share the latest working filles?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
Stefan Sis
So can enyone share the latest working filles?
These do work, unless you mean bug-less. It'll be a while before everyone manages to iron them out, I think, as this was a recent source release. If you just want to play and don't care about bugs, use my compiled server and client:
https://forum.ragezone.com/f197/ztea...ml#post8445224
-
re: [Release] zTeam Season 8 Episode 2 (Source)
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
jackbot
Hey,can you share it? i hope for sharing xD :)
-
re: [Release] zTeam Season 8 Episode 2 (Source)
@jackbot
can you tell us how did you do it?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
what did you fix in that?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
1> cryptlib.lib(cryptlib.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
1>cryptlib.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
1>cryptlib.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
1>C:\Users\NUJD\Desktop\GameServer2\Release\zGameServer.exe : fatal error LNK1120: 2 unresolved externals
i finish compile crypto. then i got this error
someone help me fix this?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
clerigz
you don't have SecureEngineSDK.. ?
check if you have it or not. XD
-
re: [Release] zTeam Season 8 Episode 2 (Source)
and how to add /gg in global msg???
- - - Updated - - -
Quote:
Originally Posted by
MrQU3ST10N
you don't have SecureEngineSDK.. ?
check if you have it or not. XD
where i can find it? and i have 2 errors in that screen shots
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
clerigz
and how to add /gg in global msg???
- - - Updated - - -
where i can find it? and i have 2 errors in that screen shots
it must be somewhere in the Filters.
there's no /gg command. for global message type !Messagehere with the exclamation.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
and i want to add it in the game server the /gg not the default one ! and how to add that? i see in the season 6 zteam source code release the game master online
Quote:
After:
cManager.ManagerAdd(lpObj->Name, lpObj->m_Index); //Season 2.5 add-on
Add
char szTemp[128];
sprintf(szTemp, "GameMaster %s is now online!", lpObj->Name);
AllSendServerMsg(szTemp);
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
clerigz
and i want to add it in the game server the /gg not the default one ! and how to add that? i see in the season 6 zteam source code release the game master online
from what page?
- - - Updated - - -
nvm found it. page 215
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Can someone post the already source with fixes converted to visual studio 2013?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
Nyl Felipe
Can someone post the already source with fixes converted to visual studio 2013?
we'll have to wait.. XD
maybe someone out there , a kind person will share.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Someone have a clue why zMS/zGS not read Expanded Inventory data correctly?
I've checked everywhere and it point's to: ExInventory row in Character but when go online with character it shows me:
You must purchase Expanded Inventory first. (But I already have and In db is also saved)
So any suggestions will be appreciated.
- - - Updated - - -
Quote:
Originally Posted by
clerigz
and i want to add it in the game server the /gg not the default one ! and how to add that? i see in the season 6 zteam source code release the game master online
For this source:
Find (user.cpp):
if ( lpObj->Authority == 32 )
{
gObjAddBuffEffect(lpObj,BUFF_GM,0,0,0,0,-10);
Then add:
char szTemp[128];
sprintf(szTemp, "[GAMEMASTER] %s is now online!", lpObj->Name);
AllSendServerMsg(szTemp);
It's tested and working.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
clerigz
and how to add /gg in global msg???
- - - Updated - - -
where i can find it? and i have 2 errors in that screen shots
Quote:
PMSG_NOTICE pNotice;
TNotice::MakeNoticeMsgEx(&pNotice, 0, "[%s]: %s", lpObj->Name, &lpChat->chatmsg[1]);
SendAllUserAnyMsg2((BYTE *)&pNotice, pNotice.h.size);
//Log
LogAddTD(lMsg.Get(MSGGET(1, 215)), gObj[aIndex].AccountID, gObj[aIndex].Name, &lpChat->chatmsg[1]);
protocol.cpp case '!': //Global Announcement no need for /gg but either one works
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
Soumyxorp
protocol.cpp case '!': //Global Announcement no need for /gg but either one works
what about if you type a global message
Pop-up will be :
[GMtest] Hi
to identify the gm name.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
MrQU3ST10N
what about if you type a global message
Pop-up will be :
[GMtest] Hi
to identify the gm name.
yep that will make ! automatically have the gm name [gmname]: message
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
Soumyxorp
yep that will make ! automatically have the gm name [gmname]: message
Nope. Only the texts..
https://forum.ragezone.com/cache.php...%2FsQBYxrb.png
maybe there's something missing in the code?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
oh yea hold on,
add this too:
Quote:
void SendAllUserAnyMsg2(LPBYTE lpMsg,int size)
{
for(int i = OBJ_STARTUSERINDEX; i < OBJMAX; i++)
{
if( gObj[i].Connected == PLAYER_PLAYING &&
gObj[i].Type == OBJ_USER)
{
DataSend(i,lpMsg,size);
}
}
}
and comment these lines:
Quote:
BroadCastMessageInfo lpRequest = { 0 };
lpRequest.h.set((LPBYTE)&lpRequest, 0xCD, sizeof(lpRequest));
lpRequest.Type = 0;
CopyMemory(lpRequest.Text, lpChat->chatmsg, lpChat->h.size);
DataSend(aIndex, (LPBYTE)lpChat, lpChat->h.size);
wsJServerCli.DataSend((PCHAR)&lpRequest, sizeof(BroadCastMessageInfo));
so should be something like this:
http://i.imgur.com/3InA4ez.png
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
Soumyxorp
void SendAllUserAnyMsg2(LPBYTE lpMsg,int size)
{
for(int i = OBJ_STARTUSERINDEX; i < OBJMAX; i++)
{
if( gObj[i].Connected == PLAYER_PLAYING &&
gObj[i].Type == OBJ_USER)
{
DataSend(i,lpMsg,size);
}
}
}
where to put this?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
MrQU3ST10N
where to put this?
After the including stuff in the beginning of the file
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
Soumyxorp
After the including stuff in the beginning of the file
the same. No Name appeared.
- - - Updated - - -
is this right?
https://forum.ragezone.com/cache.php...%2F1kC0Qt3.png
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Nope. You gotta replace these:
Quote:
BroadCastMessageInfo lpRequest = { 0 };
lpRequest.h.set((LPBYTE)&lpRequest, 0xCD, sizeof(lpRequest));
lpRequest.Type = 0;
CopyMemory(lpRequest.Text, lpChat->chatmsg, lpChat->h.size);
DataSend(aIndex, (LPBYTE)lpChat, lpChat->h.size);
wsJServerCli.DataSend((PCHAR)&lpRequest, sizeof(BroadCastMessageInfo));
With my code:
Quote:
PMSG_NOTICE pNotice;
TNotice::MakeNoticeMsgEx(&pNotice, 0, "[%s]: %s", lpObj->Name, &lpChat->chatmsg[1]);
SendAllUserAnyMsg2((BYTE *)&pNotice, pNotice.h.size);
//Log
LogAddTD(lMsg.Get(MSGGET(1, 215)), gObj[aIndex].AccountID, gObj[aIndex].Name, &lpChat->chatmsg[1]);
-
re: [Release] zTeam Season 8 Episode 2 (Source)
someone could post the MuServer compiled please , if possible with some bugs corrected if it is not too much to ask hugs
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Guys do you have working Expanded Inventory but all four?
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
Soumyxorp
Nope. You gotta replace these:
With my code:
thanks mate. :ott1::ott1:
Quote:
Originally Posted by
Omaruu
Guys do you have working Expanded Inventory but all four?
4 expanded invent?
I only got 2 working.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
someone could post the MuServer compiled please , if possible with some bugs corrected if it is not too much to ask hugs
att xereca
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
MrQU3ST10N
thanks mate. :ott1::ott1:
4 expanded invent?
I only got 2 working.
how did you do it? like this?
Quote:
PMSG_NOTICE pNotice;
TNotice::MakeNoticeMsgEx(&pNotice, 0, "[%s]: %s", lpObj->Name, &lpChat->chatmsg[1]);
SendAllUserAnyMsg2((BYTE *)&pNotice, pNotice.h.size);
//Log
LogAddTD(lMsg.Get(MSGGET(1, 215)), gObj[aIndex].AccountID, gObj[aIndex].Name, &lpChat->chatmsg[1]);
void SendAllUserAnyMsg2(LPBYTE lpMsg,int size)
{
for(int i = OBJ_STARTUSERINDEX; i < OBJMAX; i++)
{
if( gObj[i].Connected == PLAYER_PLAYING &&
gObj[i].Type == OBJ_USER)
{
DataSend(i,lpMsg,size);
}
}
}
-
re: [Release] zTeam Season 8 Episode 2 (Source)
@-=DarkSim=-:
source program is full??? please share full source files.
-
re: [Release] zTeam Season 8 Episode 2 (Source)
Quote:
Originally Posted by
mingxin
@
-=DarkSim=-:
source program is full??? please share full source files.
If the source is not Full release. Maybe Darksim have reason for that. Or Darksim want us to Learn not to be a Lazy :) GLHF
-
re: [Release] zTeam Season 8 Episode 2 (Source)
GS could post compiled with SD bug fixed? or with some bug fixed !! thanks.