-
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.