guild war score its counted if you win :)
http://i62.tinypic.com/2rh8hhi.jpg
Printable View
guild war score its counted if you win :)
http://i62.tinypic.com/2rh8hhi.jpg
can you share your GS?
'coz mine, it doesn't count.. :/
https://forum.ragezone.com/cache.php...%2FV5KT52h.jpg
I can not join gens, within the game
Why is that?
sure bro. anyway do you have editor item?
https://mega.co.nz/#!ldQ0XYJA!58qCRW...N-3U0SspnceeGA
thanks a lot :)
I use DbManager and MuMaker for Editing..
Here :
zDBManager
MU Maker
Problem is in MoveGate.xml
http://i.imgur.com/51h3Oif.jpg
I'm trying but there's an error.
https://forum.ragezone.com/cache.php...%2Fx3LnoJe.png
I tried Njud GS but it's thesame.
I think this might be the solution?
Edit :
I fixed it.
Here's how:
Tables->Guild->
Right Click on Guild -> Design
-> Click on G_Score Column
-> Go down you'll see Default Value set it to 0
after that run this code in query
Code:UPDATE Guild SET G_Score = 0 WHERE G_Score < 0;
How to fix these errors?
https://forum.ragezone.com/cache.php...%2FCapture.pngCode:2 IntelliSense: cannot open source file "afx.h"
1 error C1083: Cannot open include file: 'afx.h': No such file or directory
Command for FO items where index and items number in red color.
/makeitem 1 0 22 15 255 1 1 7 0 1 1 1 1 1 1 1
1 cryptlib.lib cryptlib.obj: find compile the MSIL. Netmodule or use / GL module; is used / ltcg restart link; / ltcg added to link the command line to improve the link performance
1>LINK: LNK4075: warning ignores "/INCREMENTAL" (due to "/LTCG")
1>cryptlib.lib (cryptlib.obj): LNK2001: error void public: std: __cdecl: static: _String_base:: _Xlen (void) (_Xlen@_String_base@std@@SAXXZ)
1>cryptlib.lib (cryptlib.obj): LNK2001: error void public: std: __cdecl: static: _String_base:: _Xran (void) (_Xran@_String_base@std@@SAXXZ)
And Settings\Administrator\ fatal desktop \ZTSeason8\GameServer\Debug\zGameServer.exe: error LNK1120: 1>C:\Documents 2 can not resolve external commands
1 common problem is..
You can't see the Yellow option
when you add a Harmony on ancient items.. :mellow:
main crash :c
help build source
1>lua5.1.lib(lapi.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
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>lua5.1.lib(lapi.obj) : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
I've detected a possible bug.. Player's can use Jewel Of Harmony in socket items. If you use your jewel will disappear and obviously the item won't get the harmony reinforcement.
I'm having problems to enable in-game commands. I can't use any commands (/Post, /move, gm commands, etc...) when i try to use i receive the msg: 'Your premium access code is wrong for this command'. Can someone pls tell me how i make to enable them? I haven't change anything in the config files.
Thx.
actually it is..
but it's like putting a "Jewel of Nothing" into socketed items..
You can still put it in your store and sell it.
Even if try to restore the item it won't work..
Unlike the ancient items.
Adding Harmony won't show the result.
You can't put it in your store.
You can't trade it.
and of course you can restore the item.
My Problem on Commands is, Syntax Error.
Anyone had luck making custom NPCs? I've tried making one with an ID of 999 to be safe, and used Potion Girl Amy code, and it creates an enemy bull that doesn't attack. I don't see where it would be defaulting to the bull, its strange, as far as I can see via searches for her name and ID I've matched her code everywhere...
main o found crash
Did you try the full client I posted? https://forum.ragezone.com/f197/ztea...2/#post8445552
Missing Scripts : CHaracterBasic.lua and SharedInformation.lua
If any 1 can help those files
Can anyone share me the code of Season 7-8 Items :) TY
T^T Main.exe has not been input Korean
Please tell me how to change
How to fix these errors?
Code:2 IntelliSense: cannot open source file "afx.h"
1 error C1083: Cannot open include file: 'afx.h': No such file or directory
https://forum.ragezone.com/cache.php...%2FCapture.png
first thank for some solutions found here .
My question is whether you can place Antihack to clean main?
someone have arena map? i cant enter in arena i stuck on entrance.
Custom NPC:
<npc id="253" map="0" dis="0" x="130" y="128" dir="3" shop="25" /><!-- Potion Girl Amy -->
shop="25" = shop number it reads from Shop folder, if you create file shop99, and change shop="99" it will read that data.
NPC ID you can use any npc id, but not monster ones.
Not exactly what I mean. What I want to do is have a new NPC with a shop, and I copy Amy's data in the source and recreate it as another ID, and it looks up the wrong statistics and character model.
For example:
NpcTalk.cpp
NpcTalk.hCode:case 253:
return NpcPosionGirl( lpNpc, lpObj );
case 999:
return NpcNewTest( lpNpc, lpObj ); // Custom copy.
(Further down...)
BOOL NpcPosionGirl(LPOBJ lpNpc, LPOBJ lpObj)
{
return FALSE;
}
BOOL NpcNewTest(LPOBJ lpNpc, LPOBJ lpObj) // Custom copy.
{
return FALSE;
}
I then copied Amy's data from Monster.xml and made the copy to be id="999", and added the spawn to MonsterSetBase.xml to appear in Lorencia. Instead of the copy of Amy spawning with a shop, a Bull Fighter spawned with no NPC setting (I could only attack it).Code:BOOL NpcPosionGirl(LPOBJ lpNpc, LPOBJ lpObj);
BOOL NpcNewTest(LPOBJ lpNpc, LPOBJ lpObj); // Custom copy.
I want to use the above process to have a new NPC, then copy another character model to use for it, and actually have it set as an NPC, which doesn't seem to work.
i see. but what i replied is easier without making new ID.
Can it look up a custom model or at least a custom name (is the local name inside the XML what is used)?
And do you know the method of making a new ID? I also tried copying Sir Lesnar (ID 584) and instead of a Bull Fighter it was made as a Golden Goblin, again without the NPC setting despite it being added in the source. I checked the client and couldn't see anything that would influence displaying the wrong model and NPC status...
Anyone care to help? How to fix these errors?
Code:2 IntelliSense: cannot open source file "afx.h"
1 error C1083: Cannot open include file: 'afx.h': No such file or directory
https://forum.ragezone.com/cache.php...%2FCapture.png
@ashlay Any idea about my custom NPC issue above? I know it isn't really critical given there's lots of bugs, but I have no idea why this doesn't work, it looks like another bug perhaps to add to the list...?
well that's just a settings that, if you want to add a harmony to Excellent , ancients , and socketed items.
setting to 0 will not allow you to add harmony to Excellent items , ancients items , and socketed items..
and the ratechange thing is for the adding rate of the harmony..
But I don't to want to disable the "adding" a harmony to ancient items.
I really want it. looks badass to me.
I hope someone gonna fix that? or this ain't really gonna works on EX versions?
this files can run VPS?
-Dark Lord with Pet raven won't raise his elbow when walking around.
-BattleSoccer Score doesn't count.
-ExcDropPerc in CommonServer.cfg doesn't work.
-Sometimes you can't see players near you.
-Sometimes Elf Summon don't work.
-
I hope someone's gonna add a working ExcItemDrop Setting in CommonServer.cfg
-
Killing Players is Limited? Maximum is 3 kill. After that, You can't kill anymore.
Can smone share good editor worjing with this files, including new wing etc. ZDBmanager wont work warehouse button is not enabled.
Please stopped working main help please
Hello, some fix for gens, the error is in the gameserver !!
The problem isn't on the GS, you only need to configure Gens table and files properly.
Screenshot by Lightshot
Screenshot by Lightshot
Screenshot by Lightshot
Btw, does anyone here have the ItemGlow.txt to share?:ott1:
Found another problem:
/cssetstart
disconnects you.
Not Disconnect!
https://www.youtube.com/watch?v=SElyO9jBTxs
replace ExcDropPerc = 2000
with ExcItemRollRate = 2000
You're wrong.. 'g_ExcDropPerc = GetPrivateProfileInt("GameServerInfo", "ExcDropPerc", 2000, gDirPath.GetNewPath(FILE_SERVER_COMMON));'
----
@MrQU3ST10N
Check MonsterItemDropRate.txt --> Normal Item Rate, maybe it's blocking exc drop.
----
Does anyone know a way to reduce Wings dmg reduction rate? 69% (Lv. 3 Wings +15) is a lot in my opinion (For hardcore server's it's not a good deal too).. Only in src or can be changed in files?
It doesn't work. No Excellent Items drop. Set it to 2000.
https://forum.ragezone.com/cache.php...%2FAs8r4E5.png
the main my client is a client crasheo need not closing the main windows 7 ultimate 32 bits
Lol the gameserver is not the problem. Because if u notice inside gs source, there are a lot of ss8.3 ex9 source like Muu system, custom pets,... Arca....
The problem here is the main... 1.04.42 is very limited. For example : Masterskill.bmd is packed inside main => no way can config rf skillmaster to the fullest...
So dont try to find server connect to this main... try to find ex803 ex9 ex10 main connect to this server xD
Customer need your friend MrQU3ST10N Might you have the link please give it to me
the main link you use or customer mu my main s8 closes
every moment you have some main link you can work me
- - - Updated - - -
main stopped workinghttps://forum.ragezone.com/cache.php...20712ade9o.png
Use this client RaGEZONE
that customer use and the main but not execute main stopped working
What is the Code of new armors ?
Anyone have Files Project that Converted to 2013 VS already.
some items editor full new sets, weapons in this version
i have problems in soket 5
anyone have any fix for 'Your premium access code is incorrect' error? I can't use any commands. With or without gm access.
You probably used the first fix posted by ashlay on your src... Try to replace this fix for the original code and your commands will work again. :sleep:
-------------
Btw, Is anyone having problems with elf summon skill? Sometimes it's not working with my test character, even if i relog or restart the GS.
elf summon not working.
This fix is outdated, a newer version of the server files/src/DB was posted after the post of this fix... About the share, i'm using the same files and source of the topic with some few changes, of course.
Worked one or 2 times with me, but for some reason it's not working anymore.
Added on Command Line /Zc:auto-
and I changed to "Released"
This is the result :
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 ==========
Help!
Can you share converted to 2013 already