Advertisement
Guest User

Changelog

a guest
Jul 21st, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 190.97 KB | None | 0 0
  1. 1>------ Build started: Project: EterLocale, Configuration: Release Win32 ------
  2. 2>------ Build started: Project: scriptLib, Configuration: Release Win32 ------
  3. 1>Compiling...
  4. 3>------ Build started: Project: mileslib, Configuration: Release Win32 ------
  5. 4>------ Build started: Project: gamelib, Configuration: Release Win32 ------
  6. 2>Compiling...
  7. 3>Compiling...
  8. 1>StdAfx.cpp
  9. 4>Compiling...
  10. 3>Stdafx.cpp
  11. 2>StdAfx.cpp
  12. 4>StdAfx.cpp
  13. 1>Compiling...
  14. 1>Arabic.cpp
  15. 1>StringCodec_Vietnamese.cpp
  16. 1>StringCodec.cpp
  17. 3>Stdafx.cpp
  18. 3>Compiling...
  19. 3>SoundBase.cpp
  20. 1>Japanese.cpp
  21. 1>Generating Code...
  22. 1>Creating library...
  23. 1>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\EterLocale\Release\BuildLog.htm"
  24. 1>EterLocale - 0 error(s), 0 warning(s)
  25. 5>------ Build started: Project: eterlib, Configuration: Release Win32 ------
  26. 5>Compiling...
  27. 5>StdAfx.cpp
  28. 3>Type.cpp
  29. 2>StdAfx.cpp
  30. 2>Compiling...
  31. 2>PythonDebugModule.cpp
  32. 2>Resource.cpp
  33. 3>.\Type.cpp(48) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  34. 3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_snprintf'
  35. 3>.\Type.cpp(92) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  36. 3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
  37. 3>.\Type.cpp(97) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  38. 3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_snprintf'
  39. 3>SoundManagerStream.cpp
  40. 5>Compiling...
  41. 4>Compiling...
  42. 5>AttributeData.cpp
  43. 4>ActorInstance.cpp
  44. 5>TextFileLoader.cpp
  45. 3>SoundManager3D.cpp
  46. 2>PythonUtils.cpp
  47. 2>PythonMarshal.cpp
  48. 2>PythonLauncher.cpp
  49. 5>IME.cpp
  50. 3>SoundManager2D.cpp
  51. 5>TextBar.cpp
  52. 5>DibBar.cpp
  53. 4>FlyTrace.cpp
  54. 5>BlockTexture.cpp
  55. 5>TextTag.cpp
  56. 5>GrpTextInstance.cpp
  57. 2>Generating Code...
  58. 4>FlyTarget.cpp
  59. 4>FlyingObjectManager.cpp
  60. 5>GrpText.cpp
  61. 5>GrpFontTexture.cpp
  62. 5>NetStream.cpp
  63. 2>Creating library...
  64. 3>SoundManager.cpp
  65. 2>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\ScriptLib\Release\BuildLog.htm"
  66. 2>scriptLib - 0 error(s), 0 warning(s)
  67. 5>NetPacketHeaderMap.cpp
  68. 5>NetDevice.cpp
  69. 5>NetDatagramSender.cpp
  70. 5>NetDatagramReceiver.cpp
  71. 5>NetDatagram.cpp
  72. 5>NetAddress.cpp
  73. 5>GrpTexture.cpp
  74. 4>FlyingInstance.cpp
  75. 5>GrpSubImage.cpp
  76. 6>------ Build started: Project: eterPythonLib, Configuration: Release Win32 ------
  77. 6>Compiling...
  78. 6>StdAfx.cpp
  79. 5>GrpMarkInstance.cpp
  80. 5>Generating Code...
  81. 3>SoundInstanceStream.cpp
  82. 3>SoundInstance3D.cpp
  83. 4>FlyingData.cpp
  84. 3>SoundInstance2D.cpp
  85. 4>ItemManager.cpp
  86. 6>Compiling...
  87. 6>PythonGridSlotWindow.cpp
  88. 6>PythonGraphicThingModule.cpp
  89. 6>PythonGraphicTextModule.cpp
  90. 5>Compiling...
  91. 5>GrpImageTexture.cpp
  92. 6>PythonGraphicModule.cpp
  93. 3>SoundData.cpp
  94. 6>PythonGraphicImageModule.cpp
  95. 6>PythonGraphic.cpp
  96. 4>ItemData.cpp
  97. 6>.\PythonGraphic.cpp(294) : error C2664: 'CPythonGraphic::SaveJPEG' : cannot convert parameter 2 from 'char *' to 'LPBYTE'
  98. 6> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  99. 6>PythonWindowManagerModule.cpp
  100. 6>PythonWindowManager.cpp
  101. 4>GameUtil.cpp
  102. 4>GameType.cpp
  103. 6>PythonWindow.cpp
  104. 6>PythonSlotWindow.cpp
  105. 6>Generating Code...
  106. 5>GrpImageInstance.cpp
  107. 5>GrpImage.cpp
  108. 5>GrpExpandedImageInstance.cpp
  109. 4>GameEventManager.cpp
  110. 5>ResourceManager.cpp
  111. 3>.\SoundData.cpp(19) : 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.
  112. 3> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  113. 3>Generating Code...
  114. 4>TerrainQuadtree.cpp
  115. 4>TerrainPatch.cpp
  116. 4>TerrainDecal.cpp
  117. 5>Resource.cpp
  118. 3>Creating library...
  119. 3>Stdafx.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
  120. 3>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\MilesLib\Release\BuildLog.htm"
  121. 3>mileslib - 0 error(s), 5 warning(s)
  122. 6>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\EterPythonLib\Release\BuildLog.htm"
  123. 6>eterPythonLib - 1 error(s), 0 warning(s)
  124. 7>------ Build started: Project: eterImageLib, Configuration: Release Win32 ------
  125. 7>Compiling...
  126. 4>SnowParticle.cpp
  127. 7>StdAfx.cpp
  128. 4>SnowEnvironment.cpp
  129. 4>PropertyManager.cpp
  130. 7>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\eterimagelib\stdafx.h(33) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  131. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
  132. 7>Compiling...
  133. 7>DXTCImage.cpp
  134. 5>StateManager.cpp
  135. 5>JpegFile.cpp
  136. 5>GrpScreen.cpp
  137. 5>GrpMath.cpp
  138. 5>GrpDevice.cpp
  139. 7>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\eterimagelib\StdAfx.h(33) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  140. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
  141. 5>GrpDetector.cpp
  142. 5>GrpBase.cpp
  143. 7>.\DXTCImage.cpp(95) : 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.
  144. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  145. 7>.\DXTCImage.cpp(96) : warning C4996: 'strupr': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strupr. See online help for details.
  146. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(221) : see declaration of 'strupr'
  147. 7>.\DXTCImage.cpp(926) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  148. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_snprintf'
  149. 7>.\DXTCImage.cpp(932) : 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.
  150. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  151. 5>CullingManager.cpp
  152. 7>.\DXTCImage.cpp(937) : 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.
  153. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  154. 7>.\DXTCImage.cpp(942) : 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.
  155. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  156. 7>.\DXTCImage.cpp(947) : 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.
  157. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  158. 7>.\DXTCImage.cpp(952) : 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.
  159. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  160. 4>PropertyLoader.cpp
  161. 7>.\DXTCImage.cpp(957) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  162. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
  163. 7>TGAImage.cpp
  164. 5>Util.cpp
  165. 7>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\eterimagelib\StdAfx.h(33) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  166. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
  167. 7>.\TGAImage.cpp(311) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  168. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
  169. 8>------ Build started: Project: eterGrnLib, Configuration: Release Win32 ------
  170. 7>Image.cpp
  171. 8>Compiling...
  172. 8>StdAfx.cpp
  173. 7>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\eterimagelib\StdAfx.h(33) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  174. 7> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
  175. 7>Generating Code...
  176. 4>Property.cpp
  177. 7>Creating library...
  178. 7>StdAfx.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
  179. 7>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\EterImageLib\Release\BuildLog.htm"
  180. 7>eterImageLib - 0 error(s), 15 warning(s)
  181. 5>Thread.cpp
  182. 5>TargaResource.cpp
  183. 5>SkyBox.cpp
  184. 5>ScreenFilter.cpp
  185. 5>ReferenceObject.cpp
  186. 5>Generating Code...
  187. 9>------ Build started: Project: eterBase, Configuration: Release Win32 ------
  188. 9>Compiling...
  189. 9>Base.cpp
  190. 4>MonsterAreaInfo.cpp
  191. 4>Generating Code...
  192. 9>Utils.cpp
  193. 9>.\Utils.cpp(340) : warning C4127: conditional expression is constant
  194. 9>Timer.cpp
  195. 5>Compiling...
  196. 5>PathStack.cpp
  197. 5>parser.cpp
  198. 5>Mutex.cpp
  199. 5>MSWindow.cpp
  200. 5>MSApplication.cpp
  201. 5>lineintersect_utils.cpp
  202. 5>LensFlare.cpp
  203. 9>TempFile.cpp
  204. 8>Compiling...
  205. 8>LODController.cpp
  206. 5>Input.cpp
  207. 5>GrpVertexShader.cpp
  208. 5>GrpVertexBufferStatic.cpp
  209. 5>GrpVertexBufferDynamic.cpp
  210. 5>GrpVertexBuffer.cpp
  211. 5>GrpShadowTexture.cpp
  212. 5>GrpRatioInstance.cpp
  213. 5>GrpPixelShader.cpp
  214. 5>GrpObjectInstance.cpp
  215. 9>tea.cpp
  216. 5>GrpLightManager.cpp
  217. 5>GrpIndexBuffer.cpp
  218. 5>GrpDIB.cpp
  219. 5>GrpD3DXBuffer.cpp
  220. 5>Generating Code...
  221. 8>Util.cpp
  222. 9>Stl.cpp
  223. 5>Compiling...
  224. 5>GrpColorInstance.cpp
  225. 5>GrpColor.cpp
  226. 5>GrpCollisionObject.cpp
  227. 5>FileLoaderThread.cpp
  228. 8>ThingInstance.cpp
  229. 4>Compiling...
  230. 4>MapUtil.cpp
  231. 9>StdAfx.cpp
  232. 4>MapType.cpp
  233. 4>MapOutdoorWater.cpp
  234. 9>Random.cpp
  235. 5>EnvironmentMap.cpp
  236. 5>Decal.cpp
  237. 4>MapOutdoorUpdate.cpp
  238. 5>ColorTransitionHelper.cpp
  239. 5>CollisionData.cpp
  240. 8>Thing.cpp
  241. 5>Camera.cpp
  242. 5>AttributeInstance.cpp
  243. 5>Generating Code...
  244. 9>MappedFile.cpp
  245. 8>Motion.cpp
  246. 4>MapOutdoorRenderSTP.cpp
  247. 9>lzo.cpp
  248. 5>Creating library...
  249. 4>MapOutdoorRenderHTP.cpp
  250. 8>.\Motion.cpp(66) : warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
  251. 8> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(215) : see declaration of 'stricmp'
  252. 8>ModelInstanceUpdate.cpp
  253. 5>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\EterLib\Release\BuildLog.htm"
  254. 5>eterlib - 0 error(s), 0 warning(s)
  255. 4>MapOutdoorRender.cpp
  256. 9>FileLoader.cpp
  257. 10>------ Build started: Project: EffectLib, Configuration: Release Win32 ------
  258. 10>Compiling...
  259. 10>StdAfx.cpp
  260. 4>MapOutdoorQuadtree.cpp
  261. 4>MapOutdoorLoad.cpp
  262. 8>ModelInstanceRender.cpp
  263. 9>FileDir.cpp
  264. 9>FileBase.cpp
  265. 8>ModelInstanceMotion.cpp
  266. 4>MapOutdoorIndexBuffer.cpp
  267. 4>MapOutdoorCharacterShadow.cpp
  268. 9>error.cpp
  269. 4>MapOutdoor.cpp
  270. 8>ModelInstanceModel.cpp
  271. 9>Debug.cpp
  272. 4>.\MapOutdoor.cpp(1510) : warning C4309: '=' : truncation of constant value
  273. 4>MapManager.cpp
  274. 8>ModelInstanceCollisionDetection.cpp
  275. 9>CRC32.cpp
  276. 10>Compiling...
  277. 10>EffectData.cpp
  278. 10>Type.cpp
  279. 10>SimpleLightInstance.cpp
  280. 4>MapBase.cpp
  281. 9>CPostIt.cpp
  282. 10>SimpleLightData.cpp
  283. 4>AreaTerrain.cpp
  284. 10>ParticleSystemInstance.cpp
  285. 8>ModelInstance.cpp
  286. 10>ParticleSystemData.cpp
  287. 10>ParticleProperty.cpp
  288. 9>cipher.cpp
  289. 10>ParticleInstance.cpp
  290. 4>.\AreaTerrain.cpp(682) : warning C4309: '=' : truncation of constant value
  291. 4>.\AreaTerrain.cpp(722) : warning C4309: '=' : truncation of constant value
  292. 10>FrameController.cpp
  293. 10>EmitterProperty.cpp
  294. 10>EffectUpdateDecorator.cpp
  295. 4>AreaLoaderThread.cpp
  296. 10>EffectMeshInstance.cpp
  297. 8>Model.cpp
  298. 10>EffectMesh.cpp
  299. 4>Area.cpp
  300. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(129) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  301. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(130) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  302. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(131) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  303. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(132) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  304. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(134) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  305. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(192) : warning C4100: 'blocking' : unreferenced formal parameter
  306. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(192) : warning C4100: 'channel' : unreferenced formal parameter
  307. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(192) : warning C4100: 'target' : unreferenced formal parameter
  308. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(194) : warning C4100: 'blocking' : unreferenced formal parameter
  309. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(194) : warning C4100: 'channel' : unreferenced formal parameter
  310. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(194) : warning C4100: 'end' : unreferenced formal parameter
  311. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(194) : warning C4100: 'begin' : unreferenced formal parameter
  312. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(194) : warning C4100: 'target' : unreferenced formal parameter
  313. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(202) : warning C4100: 'parameters' : unreferenced formal parameter
  314. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(203) : warning C4100: 'blocking' : unreferenced formal parameter
  315. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(203) : warning C4100: 'messageEnd' : unreferenced formal parameter
  316. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(203) : warning C4100: 'length' : unreferenced formal parameter
  317. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(203) : warning C4100: 'begin' : unreferenced formal parameter
  318. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(76) : warning C4100: 'iterationCount' : unreferenced formal parameter
  319. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(76) : warning C4100: 'input' : unreferenced formal parameter
  320. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(76) : warning C4100: 'output' : unreferenced formal parameter
  321. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(76) : warning C4100: 'operation' : unreferenced formal parameter
  322. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(78) : warning C4100: 'length' : unreferenced formal parameter
  323. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(78) : warning C4100: 'iv' : unreferenced formal parameter
  324. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(78) : warning C4100: 'keystreamBuffer' : unreferenced formal parameter
  325. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(80) : warning C4100: 'iterationCount' : unreferenced formal parameter
  326. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(171) : warning C4100: 'iterationCount' : unreferenced formal parameter
  327. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(171) : warning C4100: 'dir' : unreferenced formal parameter
  328. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(171) : warning C4100: 'input' : unreferenced formal parameter
  329. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(171) : warning C4100: 'output' : unreferenced formal parameter
  330. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(173) : warning C4100: 'length' : unreferenced formal parameter
  331. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(173) : warning C4100: 'iv' : unreferenced formal parameter
  332. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(299) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  333. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(300) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  334. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(301) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  335. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(302) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  336. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\strciphr.h(303) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  337. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(80) : warning C4512: 'CryptoPP::CombinedNameValuePairs' : assignment operator could not be generated
  338. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(70) : see declaration of 'CryptoPP::CombinedNameValuePairs'
  339. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(329) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  340. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(330) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  341. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(331) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  342. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/modes.h(291) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  343. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/modes.h(292) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  344. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/modes.h(293) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  345. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/modes.h(325) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  346. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/modes.h(342) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  347. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/modes.h(343) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  348. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/modes.h(368) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  349. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/modes.h(385) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  350. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/modes.h(386) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  351. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/modes.h(403) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  352. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/modes.h(404) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  353. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\queue.h(93) : warning C4512: 'CryptoPP::ByteQueue::Walker' : assignment operator could not be generated
  354. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\queue.h(64) : see declaration of 'CryptoPP::ByteQueue::Walker'
  355. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\queue.h(122) : warning C4512: 'CryptoPP::LazyPutter' : assignment operator could not be generated
  356. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\queue.h(112) : see declaration of 'CryptoPP::LazyPutter'
  357. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\queue.h(130) : warning C4512: 'CryptoPP::LazyPutterModifiable' : assignment operator could not be generated
  358. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\queue.h(125) : see declaration of 'CryptoPP::LazyPutterModifiable'
  359. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(94) : warning C4100: 'parameters' : unreferenced formal parameter
  360. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(174) : warning C4100: 'lastSize' : unreferenced formal parameter
  361. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(174) : warning C4100: 'blockSize' : unreferenced formal parameter
  362. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(174) : warning C4100: 'firstSize' : unreferenced formal parameter
  363. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(176) : warning C4100: 'parameters' : unreferenced formal parameter
  364. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(181) : warning C4100: 'inString' : unreferenced formal parameter
  365. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(205) : warning C4100: 'length' : unreferenced formal parameter
  366. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(205) : warning C4100: 'inString' : unreferenced formal parameter
  367. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(251) : warning C4100: 'parameters' : unreferenced formal parameter
  368. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(536) : warning C4512: 'CryptoPP::OutputProxy' : assignment operator could not be generated
  369. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(501) : see declaration of 'CryptoPP::OutputProxy'
  370. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(614) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  371. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(700) : warning C4100: 'blocking' : unreferenced formal parameter
  372. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(700) : warning C4100: 'channel' : unreferenced formal parameter
  373. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(700) : warning C4100: 'end' : unreferenced formal parameter
  374. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(700) : warning C4100: 'begin' : unreferenced formal parameter
  375. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(700) : warning C4100: 'target' : unreferenced formal parameter
  376. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(717) : warning C4100: 'parameters' : unreferenced formal parameter
  377. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\iterhash.h(97) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  378. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\iterhash.h(98) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  379. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\iterhash.h(100) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  380. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\iterhash.h(101) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  381. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/osrng.h(143) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  382. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\modarith.h(13) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  383. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\modarith.h(14) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  384. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\modarith.h(15) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  385. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\modarith.h(101) : warning C4100: 'ignore_for_now' : unreferenced formal parameter
  386. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(71) : warning C4100: 'rng' : unreferenced formal parameter
  387. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(109) : warning C4100: 'name' : unreferenced formal parameter
  388. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(189) : warning C4100: 'digestLength' : unreferenced formal parameter
  389. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(189) : warning C4100: 'hashIdentifierLength' : unreferenced formal parameter
  390. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(191) : warning C4100: 'digestLength' : unreferenced formal parameter
  391. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(191) : warning C4100: 'hashIdentifierLength' : unreferenced formal parameter
  392. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(191) : warning C4100: 'representativeBitLength' : unreferenced formal parameter
  393. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(202) : warning C4100: 'semisignatureLength' : unreferenced formal parameter
  394. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(202) : warning C4100: 'semisignature' : unreferenced formal parameter
  395. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(202) : warning C4100: 'hash' : unreferenced formal parameter
  396. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(208) : warning C4100: 'semisignature' : unreferenced formal parameter
  397. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(207) : warning C4100: 'presignatureLength' : unreferenced formal parameter
  398. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(207) : warning C4100: 'presignature' : unreferenced formal parameter
  399. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(206) : warning C4100: 'recoverableMessageLength' : unreferenced formal parameter
  400. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(206) : warning C4100: 'recoverableMessage' : unreferenced formal parameter
  401. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(205) : warning C4100: 'hash' : unreferenced formal parameter
  402. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(226) : warning C4100: 'recoveredMessage' : unreferenced formal parameter
  403. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(225) : warning C4100: 'representativeBitLength' : unreferenced formal parameter
  404. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(225) : warning C4100: 'representative' : unreferenced formal parameter
  405. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(224) : warning C4100: 'messageEmpty' : unreferenced formal parameter
  406. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(224) : warning C4100: 'hashIdentifier' : unreferenced formal parameter
  407. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(224) : warning C4100: 'hash' : unreferenced formal parameter
  408. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(233) : warning C4100: 'recoveredMessage' : unreferenced formal parameter
  409. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(232) : warning C4100: 'semisignatureLength' : unreferenced formal parameter
  410. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(232) : warning C4100: 'semisignature' : unreferenced formal parameter
  411. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(231) : warning C4100: 'presignatureLength' : unreferenced formal parameter
  412. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(231) : warning C4100: 'presignature' : unreferenced formal parameter
  413. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(230) : warning C4100: 'hashIdentifier' : unreferenced formal parameter
  414. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(230) : warning C4100: 'hash' : unreferenced formal parameter
  415. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(937) : warning C4100: 'name' : unreferenced formal parameter
  416. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\modexppc.h(11) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  417. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\asn.h(156) : warning C4512: 'CryptoPP::BERGeneralDecoder' : assignment operator could not be generated
  418. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\asn.h(128) : see declaration of 'CryptoPP::BERGeneralDecoder'
  419. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\asn.h(154) : warning C4100: 'parameters' : unreferenced formal parameter
  420. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\asn.h(174) : warning C4512: 'CryptoPP::DERGeneralEncoder' : assignment operator could not be generated
  421. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\asn.h(159) : see declaration of 'CryptoPP::DERGeneralEncoder'
  422. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\asn.h(184) : warning C4512: 'CryptoPP::BERSequenceDecoder' : assignment operator could not be generated
  423. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\asn.h(177) : see declaration of 'CryptoPP::BERSequenceDecoder'
  424. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\asn.h(194) : warning C4512: 'CryptoPP::DERSequenceEncoder' : assignment operator could not be generated
  425. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\asn.h(187) : see declaration of 'CryptoPP::DERSequenceEncoder'
  426. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\asn.h(204) : warning C4512: 'CryptoPP::BERSetDecoder' : assignment operator could not be generated
  427. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\asn.h(197) : see declaration of 'CryptoPP::BERSetDecoder'
  428. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\asn.h(214) : warning C4512: 'CryptoPP::DERSetEncoder' : assignment operator could not be generated
  429. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\asn.h(207) : see declaration of 'CryptoPP::DERSetEncoder'
  430. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(20) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  431. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(53) : warning C4100: 'reversible' : unreferenced formal parameter
  432. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(55) : warning C4100: 'reversible' : unreferenced formal parameter
  433. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(116) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  434. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(180) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  435. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(414) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  436. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(415) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  437. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(416) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  438. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/dh.h(92) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
  439. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/dh2.h(54) : warning C4512: 'CryptoPP::DH2' : assignment operator could not be generated
  440. 9> c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/dh2.h(12) : see declaration of 'CryptoPP::DH2'
  441. 9>c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/tea.h(100) : warning C4100: 'length' : unreferenced formal parameter
  442. 9>.\cipher.cpp(134) : warning C4512: 'DH2KeyAgreement' : assignment operator could not be generated
  443. 9> .\cipher.cpp(121) : see declaration of 'DH2KeyAgreement'
  444. 9>.\cipher.cpp(380) : warning C4189: 'count' : local variable is initialized but not referenced
  445. 9>.\cipher.cpp(446) : warning C4193: #pragma warning(pop) : no matching '#pragma warning(push)'
  446. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(88) : warning C4100: 'blocking' : unreferenced formal parameter
  447. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(89) : while compiling class template member function 'size_t CryptoPP::InputRejecting<T>::Put2(const byte *,size_t,int,bool)'
  448. 9> with
  449. 9> [
  450. 9> T=CryptoPP::BufferedTransformation
  451. 9> ]
  452. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(153) : see reference to class template instantiation 'CryptoPP::InputRejecting<T>' being compiled
  453. 9> with
  454. 9> [
  455. 9> T=CryptoPP::BufferedTransformation
  456. 9> ]
  457. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(168) : see reference to class template instantiation 'CryptoPP::AutoSignaling<T>' being compiled
  458. 9> with
  459. 9> [
  460. 9> T=CryptoPP::InputRejecting<CryptoPP::BufferedTransformation>
  461. 9> ]
  462. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(88) : warning C4100: 'messageEnd' : unreferenced formal parameter
  463. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(88) : warning C4100: 'length' : unreferenced formal parameter
  464. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(88) : warning C4100: 'begin' : unreferenced formal parameter
  465. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(93) : warning C4100: 'blocking' : unreferenced formal parameter
  466. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(94) : while compiling class template member function 'size_t CryptoPP::InputRejecting<T>::ChannelPut2(const std::string &,const byte *,size_t,int,bool)'
  467. 9> with
  468. 9> [
  469. 9> T=CryptoPP::BufferedTransformation
  470. 9> ]
  471. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(93) : warning C4100: 'messageEnd' : unreferenced formal parameter
  472. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(93) : warning C4100: 'length' : unreferenced formal parameter
  473. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(93) : warning C4100: 'begin' : unreferenced formal parameter
  474. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(93) : warning C4100: 'channel' : unreferenced formal parameter
  475. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(52) : warning C4100: 'blocking' : unreferenced formal parameter
  476. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(52) : while compiling class template member function 'bool CryptoPP::Bufferless<T>::IsolatedFlush(bool,bool)'
  477. 9> with
  478. 9> [
  479. 9> T=CryptoPP::Sink
  480. 9> ]
  481. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(199) : see reference to class template instantiation 'CryptoPP::Bufferless<T>' being compiled
  482. 9> with
  483. 9> [
  484. 9> T=CryptoPP::Sink
  485. 9> ]
  486. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(52) : warning C4100: 'hardFlush' : unreferenced formal parameter
  487. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(322) : warning C4189: 'p' : local variable is initialized but not referenced
  488. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(321) : while compiling class template member function 'void CryptoPP::AlgorithmParametersTemplate<T>::MoveInto(void *) const'
  489. 9> with
  490. 9> [
  491. 9> T=bool
  492. 9> ]
  493. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(329) : see reference to class template instantiation 'CryptoPP::AlgorithmParametersTemplate<T>' being compiled
  494. 9> with
  495. 9> [
  496. 9> T=bool
  497. 9> ]
  498. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(322) : warning C4189: 'p' : local variable is initialized but not referenced
  499. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(321) : while compiling class template member function 'void CryptoPP::AlgorithmParametersTemplate<T>::MoveInto(void *) const'
  500. 9> with
  501. 9> [
  502. 9> T=int
  503. 9> ]
  504. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(330) : see reference to class template instantiation 'CryptoPP::AlgorithmParametersTemplate<T>' being compiled
  505. 9> with
  506. 9> [
  507. 9> T=int
  508. 9> ]
  509. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(322) : warning C4189: 'p' : local variable is initialized but not referenced
  510. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(321) : while compiling class template member function 'void CryptoPP::AlgorithmParametersTemplate<T>::MoveInto(void *) const'
  511. 9> with
  512. 9> [
  513. 9> T=CryptoPP::ConstByteArrayParameter
  514. 9> ]
  515. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(331) : see reference to class template instantiation 'CryptoPP::AlgorithmParametersTemplate<T>' being compiled
  516. 9> with
  517. 9> [
  518. 9> T=CryptoPP::ConstByteArrayParameter
  519. 9> ]
  520. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(52) : warning C4100: 'blocking' : unreferenced formal parameter
  521. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(52) : while compiling class template member function 'bool CryptoPP::Bufferless<T>::IsolatedFlush(bool,bool)'
  522. 9> with
  523. 9> [
  524. 9> T=CryptoPP::BufferedTransformation
  525. 9> ]
  526. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\queue.h(17) : see reference to class template instantiation 'CryptoPP::Bufferless<T>' being compiled
  527. 9> with
  528. 9> [
  529. 9> T=CryptoPP::BufferedTransformation
  530. 9> ]
  531. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(52) : warning C4100: 'hardFlush' : unreferenced formal parameter
  532. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(52) : warning C4100: 'blocking' : unreferenced formal parameter
  533. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(52) : while compiling class template member function 'bool CryptoPP::Bufferless<T>::IsolatedFlush(bool,bool)'
  534. 9> with
  535. 9> [
  536. 9> T=CryptoPP::Filter
  537. 9> ]
  538. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(86) : see reference to class template instantiation 'CryptoPP::Bufferless<T>' being compiled
  539. 9> with
  540. 9> [
  541. 9> T=CryptoPP::Filter
  542. 9> ]
  543. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(52) : warning C4100: 'hardFlush' : unreferenced formal parameter
  544. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(62) : warning C4100: 'blocking' : unreferenced formal parameter
  545. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(63) : while compiling class template member function 'bool CryptoPP::Unflushable<T>::IsolatedFlush(bool,bool)'
  546. 9> with
  547. 9> [
  548. 9> T=CryptoPP::Filter
  549. 9> ]
  550. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(388) : see reference to class template instantiation 'CryptoPP::Unflushable<T>' being compiled
  551. 9> with
  552. 9> [
  553. 9> T=CryptoPP::Filter
  554. 9> ]
  555. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(62) : warning C4100: 'hardFlush' : unreferenced formal parameter
  556. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(117) : warning C4100: 'parameters' : unreferenced formal parameter
  557. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(117) : while compiling class template member function 'void CryptoPP::CustomSignalPropagation<T>::IsolatedInitialize(const CryptoPP::NameValuePairs &)'
  558. 9> with
  559. 9> [
  560. 9> T=CryptoPP::Sink
  561. 9> ]
  562. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(442) : see reference to class template instantiation 'CryptoPP::CustomSignalPropagation<T>' being compiled
  563. 9> with
  564. 9> [
  565. 9> T=CryptoPP::Sink
  566. 9> ]
  567. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(106) : warning C4100: 'blocking' : unreferenced formal parameter
  568. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(106) : while compiling class template member function 'bool CryptoPP::CustomFlushPropagation<T>::IsolatedFlush(bool,bool)'
  569. 9> with
  570. 9> [
  571. 9> T=CryptoPP::Sink
  572. 9> ]
  573. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(112) : see reference to class template instantiation 'CryptoPP::CustomFlushPropagation<T>' being compiled
  574. 9> with
  575. 9> [
  576. 9> T=CryptoPP::Sink
  577. 9> ]
  578. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(106) : warning C4100: 'hardFlush' : unreferenced formal parameter
  579. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(597) : warning C4100: 'blocking' : unreferenced formal parameter
  580. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(598) : while compiling class template member function 'size_t CryptoPP::StringSinkTemplate<T>::Put2(const byte *,size_t,int,bool)'
  581. 9> with
  582. 9> [
  583. 9> T=std::string
  584. 9> ]
  585. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(614) : see reference to class template instantiation 'CryptoPP::StringSinkTemplate<T>' being compiled
  586. 9> with
  587. 9> [
  588. 9> T=std::string
  589. 9> ]
  590. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(597) : warning C4100: 'messageEnd' : unreferenced formal parameter
  591. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(88) : warning C4100: 'blocking' : unreferenced formal parameter
  592. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(89) : while compiling class template member function 'size_t CryptoPP::InputRejecting<T>::Put2(const byte *,size_t,int,bool)'
  593. 9> with
  594. 9> [
  595. 9> T=CryptoPP::Filter
  596. 9> ]
  597. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(728) : see reference to class template instantiation 'CryptoPP::InputRejecting<T>' being compiled
  598. 9> with
  599. 9> [
  600. 9> T=CryptoPP::Filter
  601. 9> ]
  602. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(88) : warning C4100: 'messageEnd' : unreferenced formal parameter
  603. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(88) : warning C4100: 'length' : unreferenced formal parameter
  604. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(88) : warning C4100: 'begin' : unreferenced formal parameter
  605. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(93) : warning C4100: 'blocking' : unreferenced formal parameter
  606. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(94) : while compiling class template member function 'size_t CryptoPP::InputRejecting<T>::ChannelPut2(const std::string &,const byte *,size_t,int,bool)'
  607. 9> with
  608. 9> [
  609. 9> T=CryptoPP::Filter
  610. 9> ]
  611. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(93) : warning C4100: 'messageEnd' : unreferenced formal parameter
  612. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(93) : warning C4100: 'length' : unreferenced formal parameter
  613. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(93) : warning C4100: 'begin' : unreferenced formal parameter
  614. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(93) : warning C4100: 'channel' : unreferenced formal parameter
  615. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(317) : warning C4100: 'signatureLength' : unreferenced formal parameter
  616. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(318) : while compiling class template member function 'size_t CryptoPP::TF_SignatureSchemeBase<INTERFACE,BASE>::MaxRecoverableLengthFromSignatureLength(size_t) const'
  617. 9> with
  618. 9> [
  619. 9> INTERFACE=CryptoPP::PK_Signer,
  620. 9> BASE=CryptoPP::TF_Base<CryptoPP::RandomizedTrapdoorFunctionInverse,CryptoPP::PK_SignatureMessageEncodingMethod>
  621. 9> ]
  622. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(336) : see reference to class template instantiation 'CryptoPP::TF_SignatureSchemeBase<INTERFACE,BASE>' being compiled
  623. 9> with
  624. 9> [
  625. 9> INTERFACE=CryptoPP::PK_Signer,
  626. 9> BASE=CryptoPP::TF_Base<CryptoPP::RandomizedTrapdoorFunctionInverse,CryptoPP::PK_SignatureMessageEncodingMethod>
  627. 9> ]
  628. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(317) : warning C4100: 'signatureLength' : unreferenced formal parameter
  629. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(318) : while compiling class template member function 'size_t CryptoPP::TF_SignatureSchemeBase<INTERFACE,BASE>::MaxRecoverableLengthFromSignatureLength(size_t) const'
  630. 9> with
  631. 9> [
  632. 9> INTERFACE=CryptoPP::PK_Verifier,
  633. 9> BASE=CryptoPP::TF_Base<CryptoPP::TrapdoorFunction,CryptoPP::PK_SignatureMessageEncodingMethod>
  634. 9> ]
  635. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(344) : see reference to class template instantiation 'CryptoPP::TF_SignatureSchemeBase<INTERFACE,BASE>' being compiled
  636. 9> with
  637. 9> [
  638. 9> INTERFACE=CryptoPP::PK_Verifier,
  639. 9> BASE=CryptoPP::TF_Base<CryptoPP::TrapdoorFunction,CryptoPP::PK_SignatureMessageEncodingMethod>
  640. 9> ]
  641. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(226) : warning C4512: 'CryptoPP::AssignFromHelperClass<T,BASE>' : assignment operator could not be generated
  642. 9> with
  643. 9> [
  644. 9> T=CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation>,
  645. 9> BASE=CryptoPP::DL_GroupParameters_IntegerBased
  646. 9> ]
  647. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(96) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE>' being compiled
  648. 9> with
  649. 9> [
  650. 9> T=CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation>,
  651. 9> BASE=CryptoPP::DL_GroupParameters_IntegerBased
  652. 9> ]
  653. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(96) : while compiling class template member function 'void CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP>::AssignFrom(const CryptoPP::NameValuePairs &)'
  654. 9> with
  655. 9> [
  656. 9> GROUP_PRECOMP=CryptoPP::ModExpPrecomputation
  657. 9> ]
  658. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(116) : see reference to class template instantiation 'CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP>' being compiled
  659. 9> with
  660. 9> [
  661. 9> GROUP_PRECOMP=CryptoPP::ModExpPrecomputation
  662. 9> ]
  663. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(905) : warning C4100: 's' : unreferenced formal parameter
  664. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(906) : while compiling class template member function 'CryptoPP::Integer CryptoPP::DL_ElgamalLikeSignatureAlgorithm<T>::RecoverPresignature(const CryptoPP::DL_GroupParameters<T> &,const CryptoPP::DL_PublicKey<T> &,const CryptoPP::Integer &,const CryptoPP::Integer &) const'
  665. 9> with
  666. 9> [
  667. 9> T=CryptoPP::Integer
  668. 9> ]
  669. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(153) : see reference to class template instantiation 'CryptoPP::DL_ElgamalLikeSignatureAlgorithm<T>' being compiled
  670. 9> with
  671. 9> [
  672. 9> T=CryptoPP::Integer
  673. 9> ]
  674. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(180) : see reference to class template instantiation 'CryptoPP::DL_Algorithm_GDSA<T>' being compiled
  675. 9> with
  676. 9> [
  677. 9> T=CryptoPP::Integer
  678. 9> ]
  679. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(905) : warning C4100: 'r' : unreferenced formal parameter
  680. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(905) : warning C4100: 'publicKey' : unreferenced formal parameter
  681. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(905) : warning C4100: 'params' : unreferenced formal parameter
  682. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(226) : warning C4512: 'CryptoPP::AssignFromHelperClass<T,BASE>' : assignment operator could not be generated
  683. 9> with
  684. 9> [
  685. 9> T=CryptoPP::DL_PublicKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
  686. 9> BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
  687. 9> ]
  688. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(859) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE>' being compiled
  689. 9> with
  690. 9> [
  691. 9> T=CryptoPP::DL_PublicKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
  692. 9> BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
  693. 9> ]
  694. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(858) : while compiling class template member function 'void CryptoPP::DL_PublicKeyImpl<GP>::AssignFrom(const CryptoPP::NameValuePairs &)'
  695. 9> with
  696. 9> [
  697. 9> GP=CryptoPP::DL_GroupParameters_DSA
  698. 9> ]
  699. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(212) : see reference to class template instantiation 'CryptoPP::DL_PublicKeyImpl<GP>' being compiled
  700. 9> with
  701. 9> [
  702. 9> GP=CryptoPP::DL_GroupParameters_DSA
  703. 9> ]
  704. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(414) : see reference to class template instantiation 'CryptoPP::DL_PublicKey_GFP<GP>' being compiled
  705. 9> with
  706. 9> [
  707. 9> GP=CryptoPP::DL_GroupParameters_DSA
  708. 9> ]
  709. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(226) : warning C4512: 'CryptoPP::AssignFromHelperClass<T,BASE>' : assignment operator could not be generated
  710. 9> with
  711. 9> [
  712. 9> T=CryptoPP::DL_PrivateKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
  713. 9> BASE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>
  714. 9> ]
  715. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(776) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE>' being compiled
  716. 9> with
  717. 9> [
  718. 9> T=CryptoPP::DL_PrivateKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
  719. 9> BASE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>
  720. 9> ]
  721. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(775) : while compiling class template member function 'void CryptoPP::DL_PrivateKeyImpl<GP>::AssignFrom(const CryptoPP::NameValuePairs &)'
  722. 9> with
  723. 9> [
  724. 9> GP=CryptoPP::DL_GroupParameters_DSA
  725. 9> ]
  726. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(231) : see reference to class template instantiation 'CryptoPP::DL_PrivateKeyImpl<GP>' being compiled
  727. 9> with
  728. 9> [
  729. 9> GP=CryptoPP::DL_GroupParameters_DSA
  730. 9> ]
  731. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(415) : see reference to class template instantiation 'CryptoPP::DL_PrivateKey_GFP<GP>' being compiled
  732. 9> with
  733. 9> [
  734. 9> GP=CryptoPP::DL_GroupParameters_DSA
  735. 9> ]
  736. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1392) : warning C4100: 'rng' : unreferenced formal parameter
  737. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1393) : while compiling class template member function 'void CryptoPP::DL_SimpleKeyAgreementDomainBase<T>::GeneratePublicKey(CryptoPP::RandomNumberGenerator &,const byte *,byte *) const'
  738. 9> with
  739. 9> [
  740. 9> T=CryptoPP::Integer
  741. 9> ]
  742. 9> c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/dh.h(14) : see reference to class template instantiation 'CryptoPP::DL_SimpleKeyAgreementDomainBase<T>' being compiled
  743. 9> with
  744. 9> [
  745. 9> T=CryptoPP::Integer
  746. 9> ]
  747. 9> c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/dh.h(92) : see reference to class template instantiation 'CryptoPP::DH_Domain<GROUP_PARAMETERS>' being compiled
  748. 9> with
  749. 9> [
  750. 9> GROUP_PARAMETERS=CryptoPP::DL_GroupParameters_GFP_DefaultSafePrime
  751. 9> ]
  752. 8>Mesh.cpp
  753. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(96) : warning C4127: conditional expression is constant
  754. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(90) : while compiling class template member function 'unsigned char *CryptoPP::AllocatorWithCleanup<T>::allocate(CryptoPP::AllocatorWithCleanup<T>::size_type,const void *)'
  755. 9> with
  756. 9> [
  757. 9> T=byte
  758. 9> ]
  759. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(129) : see reference to class template instantiation 'CryptoPP::AllocatorWithCleanup<T>' being compiled
  760. 9> with
  761. 9> [
  762. 9> T=byte
  763. 9> ]
  764. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(108) : warning C4127: conditional expression is constant
  765. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<T>::deallocate(void *,CryptoPP::AllocatorWithCleanup<T>::size_type)'
  766. 9> with
  767. 9> [
  768. 9> T=byte
  769. 9> ]
  770. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(96) : warning C4127: conditional expression is constant
  771. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(90) : while compiling class template member function 'unsigned int *CryptoPP::AllocatorWithCleanup<T,T_Align16>::allocate(CryptoPP::AllocatorWithCleanup<T,T_Align16>::size_type,const void *)'
  772. 9> with
  773. 9> [
  774. 9> T=CryptoPP::word,
  775. 9> T_Align16=true
  776. 9> ]
  777. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(134) : see reference to class template instantiation 'CryptoPP::AllocatorWithCleanup<T,T_Align16>' being compiled
  778. 9> with
  779. 9> [
  780. 9> T=CryptoPP::word,
  781. 9> T_Align16=true
  782. 9> ]
  783. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(108) : warning C4127: conditional expression is constant
  784. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<T,T_Align16>::deallocate(void *,CryptoPP::AllocatorWithCleanup<T,T_Align16>::size_type)'
  785. 9> with
  786. 9> [
  787. 9> T=CryptoPP::word,
  788. 9> T_Align16=true
  789. 9> ]
  790. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(96) : warning C4127: conditional expression is constant
  791. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(90) : while compiling class template member function 'unsigned char *CryptoPP::AllocatorWithCleanup<T,T_Align16>::allocate(CryptoPP::AllocatorWithCleanup<T,T_Align16>::size_type,const void *)'
  792. 9> with
  793. 9> [
  794. 9> T=byte,
  795. 9> T_Align16=true
  796. 9> ]
  797. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(241) : see reference to class template instantiation 'CryptoPP::AllocatorWithCleanup<T,T_Align16>' being compiled
  798. 9> with
  799. 9> [
  800. 9> T=byte,
  801. 9> T_Align16=true
  802. 9> ]
  803. 9> c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/modes.h(76) : see reference to class template instantiation 'CryptoPP::SecBlock<T,A>' being compiled
  804. 9> with
  805. 9> [
  806. 9> T=byte,
  807. 9> A=CryptoPP::AllocatorWithCleanup<byte,true>
  808. 9> ]
  809. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(108) : warning C4127: conditional expression is constant
  810. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<T,T_Align16>::deallocate(void *,CryptoPP::AllocatorWithCleanup<T,T_Align16>::size_type)'
  811. 9> with
  812. 9> [
  813. 9> T=byte,
  814. 9> T_Align16=true
  815. 9> ]
  816. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(972) : warning C4100: 'signatureLength' : unreferenced formal parameter
  817. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(973) : while compiling class template member function 'size_t CryptoPP::DL_SignatureSchemeBase<INTERFACE,KEY_INTERFACE>::MaxRecoverableLengthFromSignatureLength(size_t) const'
  818. 9> with
  819. 9> [
  820. 9> INTERFACE=CryptoPP::PK_Signer,
  821. 9> KEY_INTERFACE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>
  822. 9> ]
  823. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(995) : see reference to class template instantiation 'CryptoPP::DL_SignatureSchemeBase<INTERFACE,KEY_INTERFACE>' being compiled
  824. 9> with
  825. 9> [
  826. 9> INTERFACE=CryptoPP::PK_Signer,
  827. 9> KEY_INTERFACE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>
  828. 9> ]
  829. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(25) : see reference to class template instantiation 'CryptoPP::DL_SignerBase<T>' being compiled
  830. 9> with
  831. 9> [
  832. 9> T=CryptoPP::Integer
  833. 9> ]
  834. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1282) : see reference to class template instantiation 'CryptoPP::AlgorithmImpl<BASE,ALGORITHM_INFO>' being compiled
  835. 9> with
  836. 9> [
  837. 9> BASE=CryptoPP::DL_SignerBase<CryptoPP::Integer>,
  838. 9> ALGORITHM_INFO=CryptoPP::DSA
  839. 9> ]
  840. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1317) : see reference to class template instantiation 'CryptoPP::DL_ObjectImplBase<BASE,SCHEME_OPTIONS,KEY>' being compiled
  841. 9> with
  842. 9> [
  843. 9> BASE=CryptoPP::DL_SignerBase<CryptoPP::Integer>,
  844. 9> SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>,
  845. 9> KEY=CryptoPP::DL_PrivateKey_WithSignaturePairwiseConsistencyTest<CryptoPP::DL_PrivateKey_GFP<CryptoPP::DL_GroupParameters_DSA>,CryptoPP::DSA>
  846. 9> ]
  847. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1339) : see reference to class template instantiation 'CryptoPP::DL_ObjectImpl<BASE,SCHEME_OPTIONS,KEY>' being compiled
  848. 9> with
  849. 9> [
  850. 9> BASE=CryptoPP::DL_SignerBase<CryptoPP::Integer>,
  851. 9> SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>,
  852. 9> KEY=CryptoPP::DL_PrivateKey_WithSignaturePairwiseConsistencyTest<CryptoPP::DL_PrivateKey_GFP<CryptoPP::DL_GroupParameters_DSA>,CryptoPP::DSA>
  853. 9> ]
  854. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1489) : see reference to class template instantiation 'CryptoPP::DL_SignerImpl<SCHEME_OPTIONS>' being compiled
  855. 9> with
  856. 9> [
  857. 9> SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>
  858. 9> ]
  859. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(830) : see reference to class template instantiation 'CryptoPP::PK_FinalTemplate<BASE>' being compiled
  860. 9> with
  861. 9> [
  862. 9> BASE=CryptoPP::DL_SignerImpl<CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>>
  863. 9> ]
  864. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(825) : while compiling class template member function 'void CryptoPP::DL_PrivateKey_WithSignaturePairwiseConsistencyTest<BASE,SIGNATURE_SCHEME>::GenerateRandom(CryptoPP::RandomNumberGenerator &,const CryptoPP::NameValuePairs &)'
  865. 9> with
  866. 9> [
  867. 9> BASE=CryptoPP::DL_PrivateKey_GFP<CryptoPP::DL_GroupParameters_DSA>,
  868. 9> SIGNATURE_SCHEME=CryptoPP::DSA
  869. 9> ]
  870. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(416) : see reference to class template instantiation 'CryptoPP::DL_PrivateKey_WithSignaturePairwiseConsistencyTest<BASE,SIGNATURE_SCHEME>' being compiled
  871. 9> with
  872. 9> [
  873. 9> BASE=CryptoPP::DL_PrivateKey_GFP<CryptoPP::DL_GroupParameters_DSA>,
  874. 9> SIGNATURE_SCHEME=CryptoPP::DSA
  875. 9> ]
  876. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1086) : warning C4100: 'signatureLength' : unreferenced formal parameter
  877. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1087) : while compiling class template member function 'void CryptoPP::DL_VerifierBase<T>::InputSignature(CryptoPP::PK_MessageAccumulator &,const byte *,size_t) const'
  878. 9> with
  879. 9> [
  880. 9> T=CryptoPP::Integer
  881. 9> ]
  882. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(25) : see reference to class template instantiation 'CryptoPP::DL_VerifierBase<T>' being compiled
  883. 9> with
  884. 9> [
  885. 9> T=CryptoPP::Integer
  886. 9> ]
  887. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1282) : see reference to class template instantiation 'CryptoPP::AlgorithmImpl<BASE,ALGORITHM_INFO>' being compiled
  888. 9> with
  889. 9> [
  890. 9> BASE=CryptoPP::DL_VerifierBase<CryptoPP::Integer>,
  891. 9> ALGORITHM_INFO=CryptoPP::DSA
  892. 9> ]
  893. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1317) : see reference to class template instantiation 'CryptoPP::DL_ObjectImplBase<BASE,SCHEME_OPTIONS,KEY>' being compiled
  894. 9> with
  895. 9> [
  896. 9> BASE=CryptoPP::DL_VerifierBase<CryptoPP::Integer>,
  897. 9> SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>,
  898. 9> KEY=CryptoPP::DL_PublicKey_GFP<CryptoPP::DL_GroupParameters_DSA>
  899. 9> ]
  900. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1352) : see reference to class template instantiation 'CryptoPP::DL_ObjectImpl<BASE,SCHEME_OPTIONS,KEY>' being compiled
  901. 9> with
  902. 9> [
  903. 9> BASE=CryptoPP::DL_VerifierBase<CryptoPP::Integer>,
  904. 9> SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>,
  905. 9> KEY=CryptoPP::DL_PublicKey_GFP<CryptoPP::DL_GroupParameters_DSA>
  906. 9> ]
  907. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1489) : see reference to class template instantiation 'CryptoPP::DL_VerifierImpl<SCHEME_OPTIONS>' being compiled
  908. 9> with
  909. 9> [
  910. 9> SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>
  911. 9> ]
  912. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(831) : see reference to class template instantiation 'CryptoPP::PK_FinalTemplate<BASE>' being compiled
  913. 9> with
  914. 9> [
  915. 9> BASE=CryptoPP::DL_VerifierImpl<CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>>
  916. 9> ]
  917. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(972) : warning C4100: 'signatureLength' : unreferenced formal parameter
  918. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(973) : while compiling class template member function 'size_t CryptoPP::DL_SignatureSchemeBase<INTERFACE,KEY_INTERFACE>::MaxRecoverableLengthFromSignatureLength(size_t) const'
  919. 9> with
  920. 9> [
  921. 9> INTERFACE=CryptoPP::PK_Verifier,
  922. 9> KEY_INTERFACE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
  923. 9> ]
  924. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1084) : see reference to class template instantiation 'CryptoPP::DL_SignatureSchemeBase<INTERFACE,KEY_INTERFACE>' being compiled
  925. 9> with
  926. 9> [
  927. 9> INTERFACE=CryptoPP::PK_Verifier,
  928. 9> KEY_INTERFACE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
  929. 9> ]
  930. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(149) : warning C4100: 'n' : unreferenced formal parameter
  931. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(150) : while compiling class template member function 'void CryptoPP::NullAllocator<T>::deallocate(void *,CryptoPP::NullAllocator<T>::size_type)'
  932. 9> with
  933. 9> [
  934. 9> T=byte
  935. 9> ]
  936. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(232) : see reference to class template instantiation 'CryptoPP::NullAllocator<T>' being compiled
  937. 9> with
  938. 9> [
  939. 9> T=byte
  940. 9> ]
  941. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(241) : see reference to class template instantiation 'CryptoPP::FixedSizeAllocatorWithCleanup<T,S>' being compiled
  942. 9> with
  943. 9> [
  944. 9> T=byte,
  945. 9> S=32
  946. 9> ]
  947. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(423) : see reference to class template instantiation 'CryptoPP::SecBlock<T,A>' being compiled
  948. 9> with
  949. 9> [
  950. 9> T=byte,
  951. 9> A=CryptoPP::FixedSizeAllocatorWithCleanup<byte,32>
  952. 9> ]
  953. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\randpool.h(25) : see reference to class template instantiation 'CryptoPP::FixedSizeSecBlock<T,S>' being compiled
  954. 9> with
  955. 9> [
  956. 9> T=byte,
  957. 9> S=32
  958. 9> ]
  959. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(149) : warning C4100: 'p' : unreferenced formal parameter
  960. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1065) : warning C4100: 'ma' : unreferenced formal parameter
  961. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1066) : while compiling class template member function 'void CryptoPP::DL_SignerBase<T>::RestartMessageAccumulator(CryptoPP::RandomNumberGenerator &,CryptoPP::PK_MessageAccumulatorBase &) const'
  962. 9> with
  963. 9> [
  964. 9> T=CryptoPP::Integer
  965. 9> ]
  966. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(1065) : warning C4100: 'rng' : unreferenced formal parameter
  967. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(96) : warning C4127: conditional expression is constant
  968. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(90) : while compiling class template member function 'unsigned int *CryptoPP::AllocatorWithCleanup<T>::allocate(CryptoPP::AllocatorWithCleanup<T>::size_type,const void *)'
  969. 9> with
  970. 9> [
  971. 9> T=CryptoPP::word32
  972. 9> ]
  973. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(131) : see reference to class template instantiation 'CryptoPP::AllocatorWithCleanup<T>' being compiled
  974. 9> with
  975. 9> [
  976. 9> T=CryptoPP::word32
  977. 9> ]
  978. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(108) : warning C4127: conditional expression is constant
  979. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<T>::deallocate(void *,CryptoPP::AllocatorWithCleanup<T>::size_type)'
  980. 9> with
  981. 9> [
  982. 9> T=CryptoPP::word32
  983. 9> ]
  984. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(143) : warning C4100: 'n' : unreferenced formal parameter
  985. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(144) : while compiling class template member function 'unsigned int *CryptoPP::NullAllocator<T>::allocate(CryptoPP::NullAllocator<T>::size_type,const void *)'
  986. 9> with
  987. 9> [
  988. 9> T=CryptoPP::word32
  989. 9> ]
  990. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(232) : see reference to class template instantiation 'CryptoPP::NullAllocator<T>' being compiled
  991. 9> with
  992. 9> [
  993. 9> T=CryptoPP::word32
  994. 9> ]
  995. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(241) : see reference to class template instantiation 'CryptoPP::FixedSizeAllocatorWithCleanup<T,S,A,T_Align16>' being compiled
  996. 9> with
  997. 9> [
  998. 9> T=CryptoPP::word32,
  999. 9> S=60,
  1000. 9> A=CryptoPP::NullAllocator<CryptoPP::word32>,
  1001. 9> T_Align16=true
  1002. 9> ]
  1003. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(423) : see reference to class template instantiation 'CryptoPP::SecBlock<T,A>' being compiled
  1004. 9> with
  1005. 9> [
  1006. 9> T=CryptoPP::word32,
  1007. 9> A=CryptoPP::FixedSizeAllocatorWithCleanup<CryptoPP::word32,60,CryptoPP::NullAllocator<CryptoPP::word32>,true>
  1008. 9> ]
  1009. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(430) : see reference to class template instantiation 'CryptoPP::FixedSizeSecBlock<T,S,A>' being compiled
  1010. 9> with
  1011. 9> [
  1012. 9> T=CryptoPP::word32,
  1013. 9> S=60,
  1014. 9> A=CryptoPP::FixedSizeAllocatorWithCleanup<CryptoPP::word32,60,CryptoPP::NullAllocator<CryptoPP::word32>,true>
  1015. 9> ]
  1016. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\rijndael.h(37) : see reference to class template instantiation 'CryptoPP::FixedSizeAlignedSecBlock<T,S>' being compiled
  1017. 9> with
  1018. 9> [
  1019. 9> T=CryptoPP::word32,
  1020. 9> S=60
  1021. 9> ]
  1022. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(149) : warning C4100: 'n' : unreferenced formal parameter
  1023. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(150) : while compiling class template member function 'void CryptoPP::NullAllocator<T>::deallocate(void *,CryptoPP::NullAllocator<T>::size_type)'
  1024. 9> with
  1025. 9> [
  1026. 9> T=CryptoPP::word32
  1027. 9> ]
  1028. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(149) : warning C4100: 'p' : unreferenced formal parameter
  1029. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(143) : warning C4100: 'n' : unreferenced formal parameter
  1030. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(144) : while compiling class template member function 'unsigned __int64 *CryptoPP::NullAllocator<T>::allocate(CryptoPP::NullAllocator<T>::size_type,const void *)'
  1031. 9> with
  1032. 9> [
  1033. 9> T=CryptoPP::word64
  1034. 9> ]
  1035. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(232) : see reference to class template instantiation 'CryptoPP::NullAllocator<T>' being compiled
  1036. 9> with
  1037. 9> [
  1038. 9> T=CryptoPP::word64
  1039. 9> ]
  1040. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(241) : see reference to class template instantiation 'CryptoPP::FixedSizeAllocatorWithCleanup<T,S>' being compiled
  1041. 9> with
  1042. 9> [
  1043. 9> T=CryptoPP::word64,
  1044. 9> S=16
  1045. 9> ]
  1046. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(423) : see reference to class template instantiation 'CryptoPP::SecBlock<T,A>' being compiled
  1047. 9> with
  1048. 9> [
  1049. 9> T=CryptoPP::word64,
  1050. 9> A=CryptoPP::FixedSizeAllocatorWithCleanup<CryptoPP::word64,16>
  1051. 9> ]
  1052. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\iterhash.h(75) : see reference to class template instantiation 'CryptoPP::FixedSizeSecBlock<T,S>' being compiled
  1053. 9> with
  1054. 9> [
  1055. 9> T=CryptoPP::word64,
  1056. 9> S=16
  1057. 9> ]
  1058. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(25) : see reference to class template instantiation 'CryptoPP::IteratedHash<T_HashWordType,T_Endianness,T_BlockSize>' being compiled
  1059. 9> with
  1060. 9> [
  1061. 9> T_HashWordType=CryptoPP::word64,
  1062. 9> T_Endianness=CryptoPP::BigEndian,
  1063. 9> T_BlockSize=128
  1064. 9> ]
  1065. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\simple.h(17) : see reference to class template instantiation 'CryptoPP::AlgorithmImpl<BASE,ALGORITHM_INFO>' being compiled
  1066. 9> with
  1067. 9> [
  1068. 9> BASE=CryptoPP::IteratedHash<CryptoPP::word64,CryptoPP::BigEndian,128>,
  1069. 9> ALGORITHM_INFO=CryptoPP::SHA512
  1070. 9> ]
  1071. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\iterhash.h(82) : see reference to class template instantiation 'CryptoPP::ClonableImpl<DERIVED,BASE>' being compiled
  1072. 9> with
  1073. 9> [
  1074. 9> DERIVED=CryptoPP::SHA512,
  1075. 9> BASE=CryptoPP::AlgorithmImpl<CryptoPP::IteratedHash<CryptoPP::word64,CryptoPP::BigEndian,128>,CryptoPP::SHA512>
  1076. 9> ]
  1077. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\sha.h(45) : see reference to class template instantiation 'CryptoPP::IteratedHashWithStaticTransform<T_HashWordType,T_Endianness,T_BlockSize,T_StateSize,T_Transform,T_DigestSize,T_StateAligned>' being compiled
  1078. 9> with
  1079. 9> [
  1080. 9> T_HashWordType=CryptoPP::word64,
  1081. 9> T_Endianness=CryptoPP::BigEndian,
  1082. 9> T_BlockSize=128,
  1083. 9> T_StateSize=64,
  1084. 9> T_Transform=CryptoPP::SHA512,
  1085. 9> T_DigestSize=64,
  1086. 9> T_StateAligned=true
  1087. 9> ]
  1088. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(149) : warning C4100: 'n' : unreferenced formal parameter
  1089. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(150) : while compiling class template member function 'void CryptoPP::NullAllocator<T>::deallocate(void *,CryptoPP::NullAllocator<T>::size_type)'
  1090. 9> with
  1091. 9> [
  1092. 9> T=CryptoPP::word64
  1093. 9> ]
  1094. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(149) : warning C4100: 'p' : unreferenced formal parameter
  1095. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(155) : warning C4100: 'dummy' : unreferenced formal parameter
  1096. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(129) : see reference to function template instantiation 'CryptoPP::GetValueHelperClass<T,BASE> CryptoPP::GetValueHelper<CryptoPP::DL_GroupParameters_IntegerBased,CryptoPP::DL_GroupParameters_GFP>(const T *,const char *,const type_info &,void *,const CryptoPP::NameValuePairs *,BASE *)' being compiled
  1097. 9> with
  1098. 9> [
  1099. 9> T=CryptoPP::DL_GroupParameters_GFP,
  1100. 9> BASE=CryptoPP::DL_GroupParameters_IntegerBased
  1101. 9> ]
  1102. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(366) : warning C4127: conditional expression is constant
  1103. 9> c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\extern\include\cryptopp/skipjack.h(25) : see reference to function template instantiation 'unsigned int CryptoPP::GetAlignmentOf<CryptoPP::word16>(T *)' being compiled
  1104. 9> with
  1105. 9> [
  1106. 9> T=CryptoPP::word16
  1107. 9> ]
  1108. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(363) : warning C4100: 'dummy' : unreferenced formal parameter
  1109. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(366) : warning C4127: conditional expression is constant
  1110. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\iterhash.h(28) : see reference to function template instantiation 'unsigned int CryptoPP::GetAlignmentOf<T>(T *)' being compiled
  1111. 9> with
  1112. 9> [
  1113. 9> T=CryptoPP::word64
  1114. 9> ]
  1115. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\iterhash.h(28) : while compiling class template member function 'unsigned int CryptoPP::IteratedHashBase<T,BASE>::OptimalDataAlignment(void) const'
  1116. 9> with
  1117. 9> [
  1118. 9> T=CryptoPP::word64,
  1119. 9> BASE=CryptoPP::HashTransformation
  1120. 9> ]
  1121. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\iterhash.h(97) : see reference to class template instantiation 'CryptoPP::IteratedHashBase<T,BASE>' being compiled
  1122. 9> with
  1123. 9> [
  1124. 9> T=CryptoPP::word64,
  1125. 9> BASE=CryptoPP::HashTransformation
  1126. 9> ]
  1127. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(363) : warning C4100: 'dummy' : unreferenced formal parameter
  1128. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(366) : warning C4127: conditional expression is constant
  1129. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\iterhash.h(28) : see reference to function template instantiation 'unsigned int CryptoPP::GetAlignmentOf<T>(T *)' being compiled
  1130. 9> with
  1131. 9> [
  1132. 9> T=CryptoPP::word32
  1133. 9> ]
  1134. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\iterhash.h(28) : while compiling class template member function 'unsigned int CryptoPP::IteratedHashBase<T,BASE>::OptimalDataAlignment(void) const'
  1135. 9> with
  1136. 9> [
  1137. 9> T=CryptoPP::word32,
  1138. 9> BASE=CryptoPP::HashTransformation
  1139. 9> ]
  1140. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\iterhash.h(100) : see reference to class template instantiation 'CryptoPP::IteratedHashBase<T,BASE>' being compiled
  1141. 9> with
  1142. 9> [
  1143. 9> T=CryptoPP::word32,
  1144. 9> BASE=CryptoPP::HashTransformation
  1145. 9> ]
  1146. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(363) : warning C4100: 'dummy' : unreferenced formal parameter
  1147. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(155) : warning C4100: 'dummy' : unreferenced formal parameter
  1148. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(93) : see reference to function template instantiation 'CryptoPP::GetValueHelperClass<T,BASE> CryptoPP::GetValueHelper<CryptoPP::DL_GroupParameters_IntegerBased,CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP>>(const T *,const char *,const type_info &,void *,const CryptoPP::NameValuePairs *,BASE *)' being compiled
  1149. 9> with
  1150. 9> [
  1151. 9> T=CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation>,
  1152. 9> BASE=CryptoPP::DL_GroupParameters_IntegerBased,
  1153. 9> GROUP_PRECOMP=CryptoPP::ModExpPrecomputation
  1154. 9> ]
  1155. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(93) : while compiling class template member function 'bool CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP>::GetVoidValue(const char *,const type_info &,void *) const'
  1156. 9> with
  1157. 9> [
  1158. 9> GROUP_PRECOMP=CryptoPP::ModExpPrecomputation
  1159. 9> ]
  1160. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(229) : warning C4100: 'dummy' : unreferenced formal parameter
  1161. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(96) : see reference to function template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE> CryptoPP::AssignFromHelper<CryptoPP::DL_GroupParameters_IntegerBased,CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP>>(T *,const CryptoPP::NameValuePairs &,BASE *)' being compiled
  1162. 9> with
  1163. 9> [
  1164. 9> T=CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation>,
  1165. 9> BASE=CryptoPP::DL_GroupParameters_IntegerBased,
  1166. 9> GROUP_PRECOMP=CryptoPP::ModExpPrecomputation
  1167. 9> ]
  1168. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\gfpcrypt.h(96) : while compiling class template member function 'void CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP>::AssignFrom(const CryptoPP::NameValuePairs &)'
  1169. 9> with
  1170. 9> [
  1171. 9> GROUP_PRECOMP=CryptoPP::ModExpPrecomputation
  1172. 9> ]
  1173. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(155) : warning C4100: 'dummy' : unreferenced formal parameter
  1174. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(854) : see reference to function template instantiation 'CryptoPP::GetValueHelperClass<T,BASE> CryptoPP::GetValueHelper<CryptoPP::DL_PublicKey<CryptoPP::Integer>,CryptoPP::DL_PublicKeyImpl<GP>>(const T *,const char *,const type_info &,void *,const CryptoPP::NameValuePairs *,BASE *)' being compiled
  1175. 9> with
  1176. 9> [
  1177. 9> T=CryptoPP::DL_PublicKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
  1178. 9> BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>,
  1179. 9> GP=CryptoPP::DL_GroupParameters_DSA
  1180. 9> ]
  1181. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(853) : while compiling class template member function 'bool CryptoPP::DL_PublicKeyImpl<GP>::GetVoidValue(const char *,const type_info &,void *) const'
  1182. 9> with
  1183. 9> [
  1184. 9> GP=CryptoPP::DL_GroupParameters_DSA
  1185. 9> ]
  1186. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(229) : warning C4100: 'dummy' : unreferenced formal parameter
  1187. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(859) : see reference to function template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE> CryptoPP::AssignFromHelper<CryptoPP::DL_PublicKey<CryptoPP::Integer>,CryptoPP::DL_PublicKeyImpl<GP>>(T *,const CryptoPP::NameValuePairs &,BASE *)' being compiled
  1188. 9> with
  1189. 9> [
  1190. 9> T=CryptoPP::DL_PublicKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
  1191. 9> BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>,
  1192. 9> GP=CryptoPP::DL_GroupParameters_DSA
  1193. 9> ]
  1194. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(858) : while compiling class template member function 'void CryptoPP::DL_PublicKeyImpl<GP>::AssignFrom(const CryptoPP::NameValuePairs &)'
  1195. 9> with
  1196. 9> [
  1197. 9> GP=CryptoPP::DL_GroupParameters_DSA
  1198. 9> ]
  1199. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(155) : warning C4100: 'dummy' : unreferenced formal parameter
  1200. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(771) : see reference to function template instantiation 'CryptoPP::GetValueHelperClass<T,BASE> CryptoPP::GetValueHelper<CryptoPP::DL_PrivateKey<CryptoPP::Integer>,CryptoPP::DL_PrivateKeyImpl<GP>>(const T *,const char *,const type_info &,void *,const CryptoPP::NameValuePairs *,BASE *)' being compiled
  1201. 9> with
  1202. 9> [
  1203. 9> T=CryptoPP::DL_PrivateKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
  1204. 9> BASE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>,
  1205. 9> GP=CryptoPP::DL_GroupParameters_DSA
  1206. 9> ]
  1207. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(770) : while compiling class template member function 'bool CryptoPP::DL_PrivateKeyImpl<GP>::GetVoidValue(const char *,const type_info &,void *) const'
  1208. 9> with
  1209. 9> [
  1210. 9> GP=CryptoPP::DL_GroupParameters_DSA
  1211. 9> ]
  1212. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(229) : warning C4100: 'dummy' : unreferenced formal parameter
  1213. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(776) : see reference to function template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE> CryptoPP::AssignFromHelper<CryptoPP::DL_PrivateKey<CryptoPP::Integer>,CryptoPP::DL_PrivateKeyImpl<GP>>(T *,const CryptoPP::NameValuePairs &,BASE *)' being compiled
  1214. 9> with
  1215. 9> [
  1216. 9> T=CryptoPP::DL_PrivateKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
  1217. 9> BASE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>,
  1218. 9> GP=CryptoPP::DL_GroupParameters_DSA
  1219. 9> ]
  1220. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(775) : while compiling class template member function 'void CryptoPP::DL_PrivateKeyImpl<GP>::AssignFrom(const CryptoPP::NameValuePairs &)'
  1221. 9> with
  1222. 9> [
  1223. 9> GP=CryptoPP::DL_GroupParameters_DSA
  1224. 9> ]
  1225. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(537) : warning C4127: conditional expression is constant
  1226. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(105) : see reference to function template instantiation 'void CryptoPP::SecureWipeArray<T>(T *,size_t)' being compiled
  1227. 9> with
  1228. 9> [
  1229. 9> T=byte
  1230. 9> ]
  1231. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<T>::deallocate(void *,CryptoPP::AllocatorWithCleanup<T>::size_type)'
  1232. 9> with
  1233. 9> [
  1234. 9> T=byte
  1235. 9> ]
  1236. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(539) : warning C4127: conditional expression is constant
  1237. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(541) : warning C4127: conditional expression is constant
  1238. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(537) : warning C4127: conditional expression is constant
  1239. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(105) : see reference to function template instantiation 'void CryptoPP::SecureWipeArray<T>(T *,size_t)' being compiled
  1240. 9> with
  1241. 9> [
  1242. 9> T=CryptoPP::word32
  1243. 9> ]
  1244. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<T,T_Align16>::deallocate(void *,CryptoPP::AllocatorWithCleanup<T,T_Align16>::size_type)'
  1245. 9> with
  1246. 9> [
  1247. 9> T=CryptoPP::word,
  1248. 9> T_Align16=true
  1249. 9> ]
  1250. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(539) : warning C4127: conditional expression is constant
  1251. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(541) : warning C4127: conditional expression is constant
  1252. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(537) : warning C4127: conditional expression is constant
  1253. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(199) : see reference to function template instantiation 'void CryptoPP::SecureWipeArray<T>(T *,size_t)' being compiled
  1254. 9> with
  1255. 9> [
  1256. 9> T=CryptoPP::word64
  1257. 9> ]
  1258. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\secblock.h(193) : while compiling class template member function 'void CryptoPP::FixedSizeAllocatorWithCleanup<T,S>::deallocate(void *,CryptoPP::FixedSizeAllocatorWithCleanup<T,S>::size_type)'
  1259. 9> with
  1260. 9> [
  1261. 9> T=CryptoPP::word64,
  1262. 9> S=16
  1263. 9> ]
  1264. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(539) : warning C4127: conditional expression is constant
  1265. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(541) : warning C4127: conditional expression is constant
  1266. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(226) : warning C4512: 'CryptoPP::AssignFromHelperClass<T,BASE>' : assignment operator could not be generated
  1267. 9> with
  1268. 9> [
  1269. 9> T=CryptoPP::DL_PrivateKey<CryptoPP::Integer>,
  1270. 9> BASE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>
  1271. 9> ]
  1272. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(697) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE>' being compiled
  1273. 9> with
  1274. 9> [
  1275. 9> T=CryptoPP::DL_PrivateKey<CryptoPP::Integer>,
  1276. 9> BASE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>
  1277. 9> ]
  1278. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(695) : while compiling class template member function 'void CryptoPP::DL_PrivateKey<T>::AssignFrom(const CryptoPP::NameValuePairs &)'
  1279. 9> with
  1280. 9> [
  1281. 9> T=CryptoPP::Integer
  1282. 9> ]
  1283. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(750) : see reference to class template instantiation 'CryptoPP::DL_PrivateKey<T>' being compiled
  1284. 9> with
  1285. 9> [
  1286. 9> T=CryptoPP::Integer
  1287. 9> ]
  1288. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(226) : warning C4512: 'CryptoPP::AssignFromHelperClass<T,BASE>' : assignment operator could not be generated
  1289. 9> with
  1290. 9> [
  1291. 9> T=CryptoPP::DL_PublicKey<CryptoPP::Integer>,
  1292. 9> BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
  1293. 9> ]
  1294. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(714) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE>' being compiled
  1295. 9> with
  1296. 9> [
  1297. 9> T=CryptoPP::DL_PublicKey<CryptoPP::Integer>,
  1298. 9> BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
  1299. 9> ]
  1300. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(707) : while compiling class template member function 'void CryptoPP::DL_PublicKey<T>::AssignFrom(const CryptoPP::NameValuePairs &)'
  1301. 9> with
  1302. 9> [
  1303. 9> T=CryptoPP::Integer
  1304. 9> ]
  1305. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(86) : while compiling class template member function 'CryptoPP::GetValueHelperClass<T,BASE>::GetValueHelperClass(const T *,const char *,const type_info &,void *,const CryptoPP::NameValuePairs *)'
  1306. 9> with
  1307. 9> [
  1308. 9> T=CryptoPP::DL_PublicKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
  1309. 9> BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
  1310. 9> ]
  1311. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\pubkey.h(854) : see reference to class template instantiation 'CryptoPP::GetValueHelperClass<T,BASE>' being compiled
  1312. 9> with
  1313. 9> [
  1314. 9> T=CryptoPP::DL_PublicKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
  1315. 9> BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
  1316. 9> ]
  1317. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(322) : warning C4189: 'p' : local variable is initialized but not referenced
  1318. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(321) : while compiling class template member function 'void CryptoPP::AlgorithmParametersTemplate<T>::MoveInto(void *) const'
  1319. 9> with
  1320. 9> [
  1321. 9> T=CryptoPP::RandomNumberGenerator *
  1322. 9> ]
  1323. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(354) : see reference to class template instantiation 'CryptoPP::AlgorithmParametersTemplate<T>' being compiled
  1324. 9> with
  1325. 9> [
  1326. 9> T=CryptoPP::RandomNumberGenerator *
  1327. 9> ]
  1328. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\algparam.h(388) : see reference to function template instantiation 'CryptoPP::AlgorithmParameters &CryptoPP::AlgorithmParameters::operator ()<T>(const char *,const T &,bool)' being compiled
  1329. 9> with
  1330. 9> [
  1331. 9> T=CryptoPP::RandomNumberGenerator *
  1332. 9> ]
  1333. 9> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\filters.h(805) : see reference to function template instantiation 'CryptoPP::AlgorithmParameters CryptoPP::MakeParameters<CryptoPP::RandomNumberGenerator*>(const char *,const T &,bool)' being compiled
  1334. 9> with
  1335. 9> [
  1336. 9> T=CryptoPP::RandomNumberGenerator *
  1337. 9> ]
  1338. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\extern\include\cryptopp\misc.h(548) : warning C4505: 'CryptoPP::StringNarrow' : unreferenced local function has been removed
  1339. 9>SymTable.cpp
  1340. 10>EffectManager.cpp
  1341. 10>EffectInstance.cpp
  1342. 8>Material.cpp
  1343. 9>Symbol.cpp
  1344. 10>EffectElementBaseInstance.cpp
  1345. 10>EffectElementBase.cpp
  1346. 10>Generating Code...
  1347. 4>WeaponTrace.cpp
  1348. 4>RaceMotionData.cpp
  1349. 9>Generating Code...
  1350. 8>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\etergrnlib\../eterbase/Filename.h(236) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1351. 8> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
  1352. 8>.\Material.cpp(209) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1353. 8> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_snprintf'
  1354. 8>.\Material.cpp(230) : warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnicmp. See online help for details.
  1355. 8> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(217) : see declaration of 'strnicmp'
  1356. 8>Generating Code...
  1357. 4>RaceManager.cpp
  1358. 4>Generating Code...
  1359. 8>Creating library...
  1360. 8>StdAfx.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
  1361. 8>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\EterGrnLib\Release\BuildLog.htm"
  1362. 8>eterGrnLib - 0 error(s), 5 warning(s)
  1363. 11>------ Build started: Project: SphereLib, Configuration: Release Win32 ------
  1364. 11>Compiling...
  1365. 11>StdAfx.cpp
  1366. 9>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\eterbase\utils.cpp(627) : warning C4706: assignment within conditional expression
  1367. 9>Compiling...
  1368. 9>Poly.cpp
  1369. 11>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\eterbase\filename.h(236) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1370. 11> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
  1371. 9>Generating Code...
  1372. 9>Creating library...
  1373. 9>StdAfx.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
  1374. 9>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\EterBase\Release\BuildLog.htm"
  1375. 9>eterBase - 0 error(s), 227 warning(s)
  1376. 11>Compiling...
  1377. 11>frustum.cpp
  1378. 11>spherepack.cpp
  1379. 12>------ Build started: Project: SpeedTreeLib, Configuration: Release Win32 ------
  1380. 12>Compiling...
  1381. 11>sphere.cpp
  1382. 12>StdAfx.cpp
  1383. 11>Generating Code...
  1384. 11>Creating library...
  1385. 11>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\SphereLib\Release\BuildLog.htm"
  1386. 11>SphereLib - 0 error(s), 1 warning(s)
  1387. 13>------ Build started: Project: PRTerrainLib, Configuration: Release Win32 ------
  1388. 13>Compiling...
  1389. 13>StdAfx.cpp
  1390. 12>Compiling...
  1391. 12>BoundaryShapeManager.cpp
  1392. 13>Compiling...
  1393. 13>TextureSet.cpp
  1394. 13>Terrain.cpp
  1395. 10>Creating library...
  1396. 10>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\EffectLib\Release\BuildLog.htm"
  1397. 10>EffectLib - 0 error(s), 0 warning(s)
  1398. 14>------ Build started: Project: EterPack, Configuration: Release Win32 ------
  1399. 14>Compiling...
  1400. 14>md5.c
  1401. 14>Generating Code...
  1402. 14>Compiling...
  1403. 14>EterPackPolicy_CSHybridCrypt.cpp
  1404. 12>.\BoundaryShapeManager.cpp(55) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1405. 12> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
  1406. 13>Generating Code...
  1407. 12>SpeedTreeWrapper.cpp
  1408. 13>Creating library...
  1409. 13>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\PRTerrainLib\Release\BuildLog.htm"
  1410. 13>PRTerrainLib - 0 error(s), 0 warning(s)
  1411. 14>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\eterbase\filename.h(236) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1412. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
  1413. 15>------ Build started: Project: CWebBrowser, Configuration: Release Win32 ------
  1414. 15>Compiling...
  1415. 15>CWebBrowser.c
  1416. 12>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\speedtreelib\../eterBase/Filename.h(236) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1417. 12> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
  1418. 12>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\speedtreelib\VertexShaders.h(164) : 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.
  1419. 12> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
  1420. 12>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\speedtreelib\VertexShaders.h(171) : 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.
  1421. 12> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
  1422. 15>Creating library...
  1423. 12>SpeedTreeForestDirectX8.cpp
  1424. 15>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\CWebBrowser\Release\BuildLog.htm"
  1425. 15>CWebBrowser - 0 error(s), 0 warning(s)
  1426. 14>EterPackManager.cpp
  1427. 4>Compiling...
  1428. 4>RaceDataFile.cpp
  1429. 12>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\speedtreelib\VertexShaders.h(164) : 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.
  1430. 12> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
  1431. 12>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\speedtreelib\VertexShaders.h(171) : 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.
  1432. 12> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
  1433. 12>SpeedTreeForest.cpp
  1434. 14>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\eterbase\filename.h(236) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1435. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
  1436. 4>RaceData.cpp
  1437. 12>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\speedtreelib\../eterBase/Filename.h(236) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1438. 12> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
  1439. 4>PhysicsObject.cpp
  1440. 14>EterPackCursor.cpp
  1441. 4>DungeonBlock.cpp
  1442. 4>ActorInstanceWeaponTrace.cpp
  1443. 12>SpeedGrassWrapper.cpp
  1444. 14>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\eterbase\filename.h(236) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1445. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
  1446. 4>ActorInstanceSync.cpp
  1447. 14>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\eterpack\Inline.h(14) : 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.
  1448. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  1449. 14>.\EterPackCursor.cpp(19) : 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.
  1450. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  1451. 12>SpeedGrassRT.cpp
  1452. 14>Generating Code...
  1453. 4>ActorInstanceRotation.cpp
  1454. 4>ActorInstanceRender.cpp
  1455. 12>Generating Code...
  1456. 14>Compiling...
  1457. 14>EterPack.cpp
  1458. 4>ActorInstancePosition.cpp
  1459. 14>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\eterbase\filename.h(236) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1460. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
  1461. 12>Creating library...
  1462. 12>SpeedGrassWrapper.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
  1463. 12>SpeedGrassRT.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
  1464. 12>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\SpeedTreeLib\Release\BuildLog.htm"
  1465. 12>SpeedTreeLib - 0 error(s), 9 warning(s)
  1466. 14>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\eterpack\Inline.h(14) : 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.
  1467. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  1468. 4>ActorInstanceMotionEvent.cpp
  1469. 14>.\EterPack.cpp(87) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1470. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
  1471. 14>.\EterPack.cpp(101) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1472. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
  1473. 14>.\EterPack.cpp(124) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1474. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
  1475. 14>.\EterPack.cpp(142) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1476. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
  1477. 14>.\EterPack.cpp(156) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1478. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(358) : see declaration of '_vsnprintf'
  1479. 14>.\EterPack.cpp(179) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1480. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
  1481. 14>.\EterPack.cpp(252) : 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.
  1482. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  1483. 14>.\EterPack.cpp(254) : 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.
  1484. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  1485. 14>.\EterPack.cpp(255) : 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.
  1486. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(79) : see declaration of 'strcat'
  1487. 14>.\EterPack.cpp(370) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1488. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
  1489. 14>.\EterPack.cpp(1110) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1490. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
  1491. 14>.\EterPack.cpp(1121) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1492. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
  1493. 14>.\EterPack.cpp(1221) : 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.
  1494. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  1495. 14>.\EterPack.cpp(1234) : 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.
  1496. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(157) : see declaration of 'strncpy'
  1497. 14>.\EterPack.cpp(1255) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1498. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
  1499. 14>.\EterPack.cpp(1263) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1500. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : see declaration of 'fopen'
  1501. 4>ActorInstanceMotion.cpp
  1502. 14>StdAfx.cpp
  1503. 4>ActorInstanceFly.cpp
  1504. 14>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\eterbase\filename.h(236) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  1505. 14> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\string.h(74) : see declaration of 'strcpy'
  1506. 14>Generating Code...
  1507. 4>ActorInstanceEvent.cpp
  1508. 4>ActorInstanceData.cpp
  1509. 14>Creating library...
  1510. 14>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\EterPack\Release\BuildLog.htm"
  1511. 14>EterPack - 0 error(s), 24 warning(s)
  1512. 4>ActorInstanceCollisionDetection.cpp
  1513. 4>ActorInstanceBlend.cpp
  1514. 4>ActorInstanceBattle.cpp
  1515. 4>ActorInstanceAttach.cpp
  1516. 4>Generating Code...
  1517. 4>Creating library...
  1518. 4>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\GameLib\Release\BuildLog.htm"
  1519. 4>gamelib - 0 error(s), 3 warning(s)
  1520. 16>------ Build started: Project: UserInterface, Configuration: Release Win32 ------
  1521. 16>Compiling...
  1522. 16>StdAfx.cpp
  1523. 16>Compiling...
  1524. 16>AffectFlagContainer.cpp
  1525. 16>.\AffectFlagContainer.cpp(68) : error C2440: 'initializing' : cannot convert from 'CAffectFlagContainer::Element' to 'char &'
  1526. 16>UserInterface.cpp
  1527. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1528. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1529. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1530. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1531. 16>MovieMan.cpp
  1532. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1533. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1534. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1535. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1536. 16>GameType.cpp
  1537. 16>WiseLogicXTrap.cpp
  1538. 16>NProtectGameGuard.cpp
  1539. 16>Hackshield.cpp
  1540. 16>CheckLatestFiles.cpp
  1541. 16>ServerStateCheckerModule.cpp
  1542. 16>ServerStateChecker.cpp
  1543. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1544. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1545. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1546. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1547. 16>.\ServerStateChecker.cpp(60) : warning C4305: 'initializing' : truncation from '' to 'char'
  1548. 16>.\ServerStateChecker.cpp(60) : warning C4309: 'initializing' : truncation of constant value
  1549. 16>PythonNetworkStreamPhaseSelect.cpp
  1550. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1551. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1552. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1553. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1554. 16>PythonNetworkStreamPhaseOffline.cpp
  1555. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1556. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1557. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1558. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1559. 16>PythonNetworkStreamPhaseLogin.cpp
  1560. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1561. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1562. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1563. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1564. 16>.\PythonNetworkStreamPhaseLogin.cpp(321) : warning C4305: '=' : truncation from '' to 'char'
  1565. 16>.\PythonNetworkStreamPhaseLogin.cpp(321) : warning C4309: '=' : truncation of constant value
  1566. 16>.\PythonNetworkStreamPhaseLogin.cpp(356) : warning C4305: '=' : truncation from '' to 'char'
  1567. 16>.\PythonNetworkStreamPhaseLogin.cpp(356) : warning C4309: '=' : truncation of constant value
  1568. 16>PythonNetworkStreamPhaseLoading.cpp
  1569. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1570. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1571. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1572. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1573. 16>PythonNetworkStreamPhaseHandShake.cpp
  1574. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1575. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1576. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1577. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1578. 16>.\PythonNetworkStreamPhaseHandShake.cpp(140) : warning C4305: '=' : truncation from '' to 'char'
  1579. 16>.\PythonNetworkStreamPhaseHandShake.cpp(140) : warning C4309: '=' : truncation of constant value
  1580. 16>.\PythonNetworkStreamPhaseHandShake.cpp(232) : warning C4305: '=' : truncation from '' to 'char'
  1581. 16>.\PythonNetworkStreamPhaseHandShake.cpp(232) : warning C4309: '=' : truncation of constant value
  1582. 16>.\PythonNetworkStreamPhaseHandShake.cpp(320) : warning C4305: '=' : truncation from '' to 'char'
  1583. 16>.\PythonNetworkStreamPhaseHandShake.cpp(320) : warning C4309: '=' : truncation of constant value
  1584. 16>PythonNetworkStreamPhaseGameItem.cpp
  1585. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1586. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1587. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1588. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1589. 16>PythonNetworkStreamPhaseGameActor.cpp
  1590. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1591. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1592. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1593. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1594. 16>PythonNetworkStreamPhaseGame.cpp
  1595. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1596. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1597. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1598. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1599. 16>.\PythonNetworkStreamPhaseGame.cpp(4154) : warning C4305: '=' : truncation from '' to 'char'
  1600. 16>.\PythonNetworkStreamPhaseGame.cpp(4154) : warning C4309: '=' : truncation of constant value
  1601. 16>.\PythonNetworkStreamPhaseGame.cpp(4167) : warning C4305: '=' : truncation from '' to 'char'
  1602. 16>.\PythonNetworkStreamPhaseGame.cpp(4167) : warning C4309: '=' : truncation of constant value
  1603. 16>.\PythonNetworkStreamPhaseGame.cpp(4432) : warning C4305: '=' : truncation from '' to 'char'
  1604. 16>.\PythonNetworkStreamPhaseGame.cpp(4432) : warning C4309: '=' : truncation of constant value
  1605. 16>PythonNetworkStreamModule.cpp
  1606. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1607. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1608. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1609. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1610. 16>.\PythonNetworkStreamModule.cpp(678) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1611. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1612. 16>.\PythonNetworkStreamModule.cpp(706) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1613. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1614. 16>.\PythonNetworkStreamModule.cpp(712) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1615. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1616. 16>.\PythonNetworkStreamModule.cpp(736) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1617. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1618. 16>.\PythonNetworkStreamModule.cpp(765) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1619. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1620. 16>.\PythonNetworkStreamModule.cpp(821) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1621. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1622. 16>.\PythonNetworkStreamModule.cpp(825) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1623. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1624. 16>.\PythonNetworkStreamModule.cpp(871) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1625. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1626. 16>.\PythonNetworkStreamModule.cpp(953) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1627. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1628. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1629. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1630. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1631. 16>.\PythonNetworkStreamModule.cpp(1222) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1632. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1633. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1634. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1635. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1636. 16>.\PythonNetworkStreamModule.cpp(1254) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1637. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1638. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1639. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1640. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1641. 16>.\PythonNetworkStreamModule.cpp(1303) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1642. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1643. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1644. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1645. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1646. 16>PythonNetworkStreamEvent.cpp
  1647. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1648. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1649. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1650. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1651. 16>Generating Code...
  1652. 16>Compiling...
  1653. 16>PythonNetworkStreamCommand.cpp
  1654. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1655. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1656. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1657. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1658. 16>PythonNetworkStream.cpp
  1659. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1660. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1661. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1662. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1663. 16>.\PythonNetworkStream.cpp(649) : warning C4305: '=' : truncation from '' to 'char'
  1664. 16>.\PythonNetworkStream.cpp(649) : warning C4309: '=' : truncation of constant value
  1665. 16>PythonNetworkDatagramModule.cpp
  1666. 16>PythonNetworkDatagram.cpp
  1667. 16>PythonExceptionSender.cpp
  1668. 16>ProcessCRC.cpp
  1669. 16>.\ProcessCRC.cpp(6) : warning C4309: 'initializing' : truncation of constant value
  1670. 16>.\ProcessCRC.cpp(6) : warning C4309: 'initializing' : truncation of constant value
  1671. 16>NetworkActorManager.cpp
  1672. 16>.\NetworkActorManager.cpp(367) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
  1673. 16>.\NetworkActorManager.cpp(417) : warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
  1674. 16>InsultChecker.cpp
  1675. 16>AccountConnector.cpp
  1676. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1677. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1678. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1679. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1680. 16>.\AccountConnector.cpp(70) : warning C4305: '=' : truncation from '' to 'char'
  1681. 16>.\AccountConnector.cpp(70) : warning C4309: '=' : truncation of constant value
  1682. 16>.\AccountConnector.cpp(84) : warning C4305: '=' : truncation from '' to 'char'
  1683. 16>.\AccountConnector.cpp(84) : warning C4309: '=' : truncation of constant value
  1684. 16>.\AccountConnector.cpp(441) : warning C4305: '=' : truncation from '' to 'char'
  1685. 16>.\AccountConnector.cpp(441) : warning C4309: '=' : truncation of constant value
  1686. 16>.\AccountConnector.cpp(593) : warning C4305: '=' : truncation from '' to 'char'
  1687. 16>.\AccountConnector.cpp(593) : warning C4309: '=' : truncation of constant value
  1688. 16>Locale.cpp
  1689. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1690. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1691. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1692. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1693. 16>MarkManager.cpp
  1694. 16>.\MarkManager.cpp(26) : warning C4996: 'mkdir': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _mkdir. See online help for details.
  1695. 16> C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\direct.h(128) : see declaration of 'mkdir'
  1696. 16>MarkImage.cpp
  1697. 16>.\MarkImage.cpp(190) : error C2664: 'lzo1x_decompress_safe' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *'
  1698. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1699. 16>.\MarkImage.cpp(305) : error C2664: 'lzo1x_999_compress' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *'
  1700. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1701. 16>GuildMarkUploader.cpp
  1702. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1703. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1704. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1705. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1706. 16>.\GuildMarkUploader.cpp(396) : warning C4305: '=' : truncation from '' to 'char'
  1707. 16>.\GuildMarkUploader.cpp(396) : warning C4309: '=' : truncation of constant value
  1708. 16>.\GuildMarkUploader.cpp(432) : warning C4305: '=' : truncation from '' to 'char'
  1709. 16>.\GuildMarkUploader.cpp(432) : warning C4309: '=' : truncation of constant value
  1710. 16>GuildMarkDownloader.cpp
  1711. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1712. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1713. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1714. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1715. 16>.\GuildMarkDownloader.cpp(240) : warning C4305: '=' : truncation from '' to 'char'
  1716. 16>.\GuildMarkDownloader.cpp(240) : warning C4309: '=' : truncation of constant value
  1717. 16>.\GuildMarkDownloader.cpp(442) : warning C4305: '=' : truncation from '' to 'char'
  1718. 16>.\GuildMarkDownloader.cpp(442) : warning C4309: '=' : truncation of constant value
  1719. 16>PythonSystemModule.cpp
  1720. 16>PythonSystem.cpp
  1721. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1722. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1723. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1724. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1725. 16>PythonSoundManagerModule.cpp
  1726. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1727. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1728. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1729. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1730. 16>PythonProfilerModule.cpp
  1731. 16>PythonIMEModule.cpp
  1732. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1733. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1734. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1735. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1736. 16>PythonIME.cpp
  1737. 16>Generating Code...
  1738. 16>Compiling...
  1739. 16>PythonApplicationWebPage.cpp
  1740. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1741. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1742. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1743. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1744. 16>PythonApplicationProcedure.cpp
  1745. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1746. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1747. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1748. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1749. 16>PythonApplicationModule.cpp
  1750. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1751. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1752. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1753. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1754. 16>PythonApplicationLogo.cpp
  1755. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1756. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1757. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1758. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1759. 16>.\PythonApplicationLogo.cpp(122) : error C2440: 'initializing' : cannot convert from 'byte *' to 'char *'
  1760. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1761. 16>.\PythonApplicationLogo.cpp(126) : warning C4309: '=' : truncation of constant value
  1762. 16>.\PythonApplicationLogo.cpp(166) : error C2440: 'initializing' : cannot convert from 'byte *' to 'char *'
  1763. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1764. 16>.\PythonApplicationLogo.cpp(170) : warning C4309: '=' : truncation of constant value
  1765. 16>PythonApplicationEvent.cpp
  1766. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1767. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1768. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1769. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1770. 16>PythonApplicationCursor.cpp
  1771. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1772. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1773. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1774. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1775. 16>PythonApplicationCamera.cpp
  1776. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1777. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1778. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1779. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1780. 16>PythonApplication.cpp
  1781. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1782. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1783. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1784. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1785. 16>ProcessScanner.cpp
  1786. 16>PythonPackModule.cpp
  1787. 16>PythonTextTailModule.cpp
  1788. 16>PythonTextTail.cpp
  1789. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1790. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1791. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1792. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1793. 16>PythonShop.cpp
  1794. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1795. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1796. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1797. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1798. 16>.\PythonShop.cpp(31) : warning C4309: 'return' : truncation of constant value
  1799. 16>.\PythonShop.cpp(330) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1800. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1801. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1802. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1803. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1804. 16>.\PythonShop.cpp(348) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1805. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1806. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1807. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1808. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1809. 16>.\PythonShop.cpp(360) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1810. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1811. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1812. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1813. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1814. 16>.\PythonShop.cpp(387) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1815. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1816. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1817. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1818. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1819. 16>.\PythonShop.cpp(396) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1820. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1821. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1822. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1823. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1824. 16>PythonSafeBox.cpp
  1825. 16>PythonMiniMapModule.cpp
  1826. 16>PythonMiniMap.cpp
  1827. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1828. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1829. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1830. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1831. 16>PythonMessenger.cpp
  1832. 16>PythonGuild.cpp
  1833. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1834. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1835. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1836. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1837. 16>PythonFlyModule.cpp
  1838. 16>PythonExchangeModule.cpp
  1839. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1840. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1841. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1842. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1843. 16>Generating Code...
  1844. 16>Compiling...
  1845. 16>PythonExchange.cpp
  1846. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1847. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1848. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1849. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1850. 16>PythonChatModule.cpp
  1851. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1852. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1853. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1854. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1855. 16>PythonChat.cpp
  1856. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1857. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1858. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1859. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1860. 16>PythonSkill.cpp
  1861. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1862. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1863. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1864. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1865. 16>PythonQuest.cpp
  1866. 16>PythonPlayerSkill.cpp
  1867. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1868. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1869. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1870. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1871. 16>PythonPlayerModule.cpp
  1872. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1873. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1874. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1875. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1876. 16>.\PythonPlayerModule.cpp(770) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1877. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1878. 16>.\PythonPlayerModule.cpp(774) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1879. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1880. 16>.\PythonPlayerModule.cpp(812) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1881. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1882. 16>.\PythonPlayerModule.cpp(842) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1883. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1884. 16>.\PythonPlayerModule.cpp(873) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1885. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1886. 16>.\PythonPlayerModule.cpp(900) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1887. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1888. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1889. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1890. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1891. 16>.\PythonPlayerModule.cpp(912) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1892. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1893. 16>.\PythonPlayerModule.cpp(919) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1894. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1895. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1896. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1897. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1898. 16>.\PythonPlayerModule.cpp(958) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1899. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1900. 16>.\PythonPlayerModule.cpp(991) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1901. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1902. 16>.\PythonPlayerModule.cpp(1021) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1903. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1904. 16>.\PythonPlayerModule.cpp(1083) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1905. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1906. 16>.\PythonPlayerModule.cpp(1294) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1907. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1908. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1909. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1910. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1911. 16>.\PythonPlayerModule.cpp(1340) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1912. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1913. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1914. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1915. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1916. 16>.\PythonPlayerModule.cpp(1393) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1917. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1918. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1919. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1920. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1921. 16>.\PythonPlayerModule.cpp(1456) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1922. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1923. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1924. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1925. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1926. 16>.\PythonPlayerModule.cpp(1531) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1927. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1928. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1929. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1930. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1931. 16>.\PythonPlayerModule.cpp(1616) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1932. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1933. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1934. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1935. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1936. 16>.\PythonPlayerModule.cpp(1673) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1937. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1938. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1939. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1940. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1941. 16>.\PythonPlayerModule.cpp(1713) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1942. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1943. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1944. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1945. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1946. 16>.\PythonPlayerModule.cpp(1976) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1947. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1948. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1949. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1950. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1951. 16>.\PythonPlayerModule.cpp(2017) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types
  1952. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
  1953. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)'
  1954. 16> c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\scriptlib\PythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)'
  1955. 16> while trying to match the argument list '(PyObject *, int, char *)'
  1956. 16>.\PythonPlayerModule.cpp(2130) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1957. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1958. 16>.\PythonPlayerModule.cpp(2152) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *'
  1959. 16> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
  1960. 16>PythonPlayerInputMouse.cpp
  1961. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1962. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1963. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1964. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1965. 16>PythonPlayerInputKeyboard.cpp
  1966. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1967. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1968. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1969. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1970. 16>PythonPlayerInput.cpp
  1971. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1972. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1973. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1974. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1975. 16>PythonPlayerEventHandler.cpp
  1976. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1977. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1978. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1979. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1980. 16>PythonPlayer.cpp
  1981. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1982. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1983. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1984. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1985. 16>PythonNonPlayerModule.cpp
  1986. 16>PythonNonPlayer.cpp
  1987. 16>PythonItemModule.cpp
  1988. 16>PythonItem.cpp
  1989. 16>PythonGameEventManagerModule.cpp
  1990. 16>PythonEventManagerMoudle.cpp
  1991. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1992. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1993. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1994. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  1995. 16>PythonEventManager.cpp
  1996. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  1997. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  1998. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  1999. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  2000. 16>PythonEffectModule.cpp
  2001. 16>Generating Code...
  2002. 16>Compiling...
  2003. 16>PythonCharacterModule.cpp
  2004. 16>PythonCharacterManagerModule.cpp
  2005. 16>PythonCharacterManager.cpp
  2006. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  2007. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  2008. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  2009. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  2010. 16>PythonBackgroundModule.cpp
  2011. 16>PythonBackground.cpp
  2012. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  2013. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  2014. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  2015. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  2016. 16>CameraProcedure.cpp
  2017. 16>InstanceBaseTransform.cpp
  2018. 16>InstanceBaseMovement.cpp
  2019. 16>InstanceBaseMotion.cpp
  2020. 16>InstanceBaseEvent.cpp
  2021. 16>InstanceBaseEffect.cpp
  2022. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  2023. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  2024. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  2025. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  2026. 16>InstanceBaseBattle.cpp
  2027. 16>InstanceBase.cpp
  2028. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
  2029. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2792) : warning C4309: 'initializing' : truncation of constant value
  2030. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
  2031. 16>c:\users\galet\desktop\metin2\files 2012\code source\kraizy\novaline\srcs\client\userinterface\Packet.h(2801) : warning C4309: 'initializing' : truncation of constant value
  2032. 16>.\InstanceBase.cpp(2854) : warning C4309: 'initializing' : truncation of constant value
  2033. 16>.\InstanceBase.cpp(2855) : warning C4309: 'initializing' : truncation of constant value
  2034. 16>Generating Code...
  2035. 16>Creating browse information file...
  2036. 16>Microsoft Browse Information Maintenance Utility Version 9.00.21022
  2037. 16>Copyright (C) Microsoft Corporation. All rights reserved.
  2038. 16>Build log was saved at "file://c:\Users\Galet\Desktop\Metin2\Files 2012\Code Source\kraizy\novaline\Srcs\Client\UserInterface\Release\BuildLog.htm"
  2039. 16>UserInterface - 46 error(s), 254 warning(s)
  2040. ========== Build: 14 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement