Jump to content

Alecs

Inactive Member
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Alecs

  1. Add /SAFESEH:NO to adittional Options

    1>------ Build started: Project: db, Configuration: Debug Win32 ------
    1>C:Program FilesMSBuildMicrosoft.Cppv4.0V120Microsoft.CppBuild.targets(1186,5): warning MSB8012: TargetPath(C:UsersAlecsDesktopkraizydevSrcsServerdbsrc....dbdb.exe) does not match the Linker's OutputFile property value (C:UsersAlecsDesktopkraizydevSrcsServerdbdb_d.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    1>C:Program FilesMSBuildMicrosoft.Cppv4.0V120Microsoft.CppBuild.targets(1188,5): warning MSB8012: TargetName(db) does not match the Linker's OutputFile property value (db_d). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    1>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invalid_parameter(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invalid_parameter@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invoke_watson(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invoke_watson@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: __call_reportfault already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: __get_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: __invalid_parameter already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: ___pInvalidArgHandler already defined in LIBCMTD.lib(invarg.obj)
    1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
    1>....dbdb_d.exe : fatal error LNK1169: one or more multiply defined symbols found
    ========== Build: 0 succeeded, 1 failed, 5 up-to-date, 0 skipped ==========
    
    
    
  2. Hey! I have a problem with my compiled files. With Visual studio 2013
     

    1>------ Build started: Project: db, Configuration: Debug Win32 ------
    1>C:Program FilesMSBuildMicrosoft.Cppv4.0V120Microsoft.CppBuild.targets(1186,5): warning MSB8012: TargetPath(C:UsersAlecsDesktopkraizydevSrcsServerdbsrc....dbdb.exe) does not match the Linker's OutputFile property value (C:UsersAlecsDesktopkraizydevSrcsServerdbdb_d.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    1>C:Program FilesMSBuildMicrosoft.Cppv4.0V120Microsoft.CppBuild.targets(1188,5): warning MSB8012: TargetName(db) does not match the Linker's OutputFile property value (db_d). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    1>AuctionManager.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' specification
    1>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invalid_parameter(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invalid_parameter@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invoke_watson(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invoke_watson@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: __call_reportfault already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: __get_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: __invalid_parameter already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
    1>LIBCMT.lib(invarg.obj) : error LNK2005: ___pInvalidArgHandler already defined in LIBCMTD.lib(invarg.obj)
    1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
    1>....dbdb_d.exe : fatal error LNK1169: one or more multiply defined symbols found
    ========== Build: 0 succeeded, 1 failed, 5 up-to-date, 0 skipped ==========
    
    
  3. 1>------ Rebuild All started: Project: EterLocale, Configuration: Release Win32 ------
    2>------ Rebuild All started: Project: CWebBrowser, Configuration: Release Win32 ------
    1>  StdAfx.cpp
    2>  CWebBrowser.c
    1>  Arabic.cpp
    1>  Japanese.cpp
    1>  StringCodec.cpp
    1>  StringCodec_Vietnamese.cpp
    1>  Generating Code...
    2>  CWebBrowser_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClientCWebBrowser.ReleaseCWebBrowser.lib
    1>  EterLocale_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClientEterLocale.ReleaseEterLocale.lib
    3>------ Rebuild All started: Project: EffectLib, Configuration: Release Win32 ------
    4>------ Rebuild All started: Project: EterPack, Configuration: Release Win32 ------
    3>  StdAfx.cpp
    4>  EterPack.cpp
    4>c:usersAlecsdesktopnavolineclienteterbasefilename.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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(112) : see declaration of 'strcpy'
    4>  Unknown compiler version - please run the configure tests and report the results
    3>  EffectData.cpp
    3>  EffectElementBase.cpp
    3>  EffectElementBaseInstance.cpp
    3>  EffectInstance.cpp
    4>c:usersAlecsdesktopnavolineclienteterpackInline.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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    3>  EffectManager.cpp
    4>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.
    3>  EffectMesh.cpp
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(346) : see declaration of '_vsnprintf'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(346) : see declaration of '_vsnprintf'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(211) : see declaration of 'fopen'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(346) : see declaration of '_vsnprintf'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(346) : see declaration of '_vsnprintf'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(211) : see declaration of 'fopen'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(118) : see declaration of 'strcat'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(211) : see declaration of 'fopen'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(211) : see declaration of 'fopen'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(211) : see declaration of 'fopen'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(211) : see declaration of 'fopen'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(211) : see declaration of 'fopen'
    4>  EterPackCursor.cpp
    3>  Unknown compiler version - please run the configure tests and report the results
    4>c:usersAlecsdesktopnavolineclienteterbasefilename.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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(112) : see declaration of 'strcpy'
    4>  Unknown compiler version - please run the configure tests and report the results
    3>  EffectMeshInstance.cpp
    4>c:usersAlecsdesktopnavolineclienteterpackInline.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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    4>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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    4>  EterPackManager.cpp
    3>  EffectUpdateDecorator.cpp
    3>  EmitterProperty.cpp
    4>c:usersAlecsdesktopnavolineclienteterbasefilename.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.
    3>  FrameController.cpp
    3>  ParticleInstance.cpp
    3>  ParticleProperty.cpp
    3>  ParticleSystemData.cpp
    3>  ParticleSystemInstance.cpp
    3>  SimpleLightData.cpp
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(112) : see declaration of 'strcpy'
    4>  Unknown compiler version - please run the configure tests and report the results
    4>  EterPackPolicy_CSHybridCrypt.cpp
    3>  SimpleLightInstance.cpp
    3>  Type.cpp
    4>c:usersAlecsdesktopnavolineclienteterbasefilename.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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(112) : see declaration of 'strcpy'
    3>  Generating Code...
    4>  Unknown compiler version - please run the configure tests and report the results
    4>  StdAfx.cpp
    4>c:usersAlecsdesktopnavolineclienteterbasefilename.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.
    4>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(112) : see declaration of 'strcpy'
    4>  Generating Code...
    3>  EffectLib_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClientEffectLib.ReleaseEffectLib.lib
    5>------ Rebuild All started: Project: PRTerrainLib, Configuration: Release Win32 ------
    4>  md5.c
    5>  StdAfx.cpp
    4>  EterPack_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClientEterPack.ReleaseEterPack.lib
    6>------ Rebuild All started: Project: SpeedTreeLib, Configuration: Release Win32 ------
    6>  StdAfx.cpp
    5>  Terrain.cpp
    5>  Unknown compiler version - please run the configure tests and report the results
    5>  TextureSet.cpp
    5>  Generating Code...
    5>  PRTerrainLib_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClientPRTerrainLib.ReleasePRTerrainLib.lib
    7>------ Rebuild All started: Project: SphereLib, Configuration: Release Win32 ------
    7>  StdAfx.cpp
    7>c:usersAlecsdesktopnavolineclienteterbasefilename.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.
    7>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(112) : see declaration of 'strcpy'
    7>  frustum.cpp
    7>  sphere.cpp
    7>  spherepack.cpp
    7>  Generating Code...
    6>  BoundaryShapeManager.cpp
    6>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.
    6>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(211) : see declaration of 'fopen'
    6>  SpeedGrassRT.cpp
    6>  SpeedGrassWrapper.cpp
    6>  SpeedTreeForest.cpp
    6>c:usersAlecsdesktopnavolineclientspeedtreelib../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.
    6>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(112) : see declaration of 'strcpy'
    6>  Unknown compiler version - please run the configure tests and report the results
    7>  SphereLib_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClientSphereLib.ReleaseSphereLib.lib
    8>------ Rebuild All started: Project: eterBase, Configuration: Release Win32 ------
    6>  SpeedTreeForestDirectX8.cpp
    8>  Base.cpp
    8>  Poly.cpp
    8>  Symbol.cpp
    6>c:usersAlecsdesktopnavolineclientspeedtreelibVertexShaders.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.
    6>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(356) : see declaration of 'sprintf'
    6>c:usersAlecsdesktopnavolineclientspeedtreelibVertexShaders.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.
    6>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(356) : see declaration of 'sprintf'
    6>  SpeedTreeWrapper.cpp
    6>c:usersAlecsdesktopnavolineclientspeedtreelib../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.
    6>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(112) : see declaration of 'strcpy'
    6>c:usersAlecsdesktopnavolineclientspeedtreelibVertexShaders.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.
    6>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(356) : see declaration of 'sprintf'
    6>c:usersAlecsdesktopnavolineclientspeedtreelibVertexShaders.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.
    6>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(356) : see declaration of 'sprintf'
    6>  Generating Code...
    8>  SymTable.cpp
    8>  cipher.cpp
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(192): warning C4100: 'blocking' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(192): warning C4100: 'channel' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(192): warning C4100: 'target' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(194): warning C4100: 'blocking' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(194): warning C4100: 'channel' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(194): warning C4100: 'end' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(194): warning C4100: 'begin' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(194): warning C4100: 'target' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(202): warning C4100: 'parameters' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(203): warning C4100: 'blocking' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(203): warning C4100: 'messageEnd' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(203): warning C4100: 'length' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(203): warning C4100: 'begin' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(76): warning C4100: 'iterationCount' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(76): warning C4100: 'input' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(76): warning C4100: 'output' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(76): warning C4100: 'operation' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(78): warning C4100: 'length' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(78): warning C4100: 'iv' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(78): warning C4100: 'keystreamBuffer' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(80): warning C4100: 'iterationCount' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(171): warning C4100: 'iterationCount' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(171): warning C4100: 'dir' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(171): warning C4100: 'input' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(171): warning C4100: 'output' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(173): warning C4100: 'length' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppstrciphr.h(173): warning C4100: 'iv' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(80): warning C4512: 'CryptoPP::CombinedNameValuePairs' : assignment operator could not be generated
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(70) : see declaration of 'CryptoPP::CombinedNameValuePairs'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppqueue.h(93): warning C4512: 'CryptoPP::ByteQueue::Walker' : assignment operator could not be generated
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppqueue.h(64) : see declaration of 'CryptoPP::ByteQueue::Walker'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppqueue.h(122): warning C4512: 'CryptoPP::LazyPutter' : assignment operator could not be generated
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppqueue.h(112) : see declaration of 'CryptoPP::LazyPutter'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppqueue.h(130): warning C4512: 'CryptoPP::LazyPutterModifiable' : assignment operator could not be generated
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppqueue.h(125) : see declaration of 'CryptoPP::LazyPutterModifiable'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(94): warning C4100: 'parameters' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(174): warning C4100: 'lastSize' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(174): warning C4100: 'blockSize' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(174): warning C4100: 'firstSize' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(176): warning C4100: 'parameters' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(181): warning C4100: 'inString' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(205): warning C4100: 'length' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(205): warning C4100: 'inString' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(251): warning C4100: 'parameters' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(536): warning C4512: 'CryptoPP::OutputProxy' : assignment operator could not be generated
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(501) : see declaration of 'CryptoPP::OutputProxy'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(700): warning C4100: 'blocking' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(700): warning C4100: 'channel' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(700): warning C4100: 'end' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(700): warning C4100: 'begin' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(700): warning C4100: 'target' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(717): warning C4100: 'parameters' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppmodarith.h(101): warning C4100: 'ignore_for_now' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(71): warning C4100: 'rng' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(109): warning C4100: 'name' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(189): warning C4100: 'digestLength' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(189): warning C4100: 'hashIdentifierLength' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(191): warning C4100: 'digestLength' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(191): warning C4100: 'hashIdentifierLength' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(191): warning C4100: 'representativeBitLength' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(202): warning C4100: 'semisignatureLength' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(202): warning C4100: 'semisignature' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(202): warning C4100: 'hash' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(208): warning C4100: 'semisignature' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(207): warning C4100: 'presignatureLength' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(207): warning C4100: 'presignature' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(206): warning C4100: 'recoverableMessageLength' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(206): warning C4100: 'recoverableMessage' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(205): warning C4100: 'hash' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(226): warning C4100: 'recoveredMessage' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(225): warning C4100: 'representativeBitLength' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(225): warning C4100: 'representative' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(224): warning C4100: 'messageEmpty' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(224): warning C4100: 'hashIdentifier' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(224): warning C4100: 'hash' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(233): warning C4100: 'recoveredMessage' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(232): warning C4100: 'semisignatureLength' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(232): warning C4100: 'semisignature' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(231): warning C4100: 'presignatureLength' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(231): warning C4100: 'presignature' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(230): warning C4100: 'hashIdentifier' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(230): warning C4100: 'hash' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(937): warning C4100: 'name' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppasn.h(156): warning C4512: 'CryptoPP::BERGeneralDecoder' : assignment operator could not be generated
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppasn.h(128) : see declaration of 'CryptoPP::BERGeneralDecoder'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppasn.h(154): warning C4100: 'parameters' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppasn.h(174): warning C4512: 'CryptoPP::DERGeneralEncoder' : assignment operator could not be generated
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppasn.h(159) : see declaration of 'CryptoPP::DERGeneralEncoder'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppasn.h(184): warning C4512: 'CryptoPP::BERSequenceDecoder' : assignment operator could not be generated
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppasn.h(177) : see declaration of 'CryptoPP::BERSequenceDecoder'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppasn.h(194): warning C4512: 'CryptoPP::DERSequenceEncoder' : assignment operator could not be generated
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppasn.h(187) : see declaration of 'CryptoPP::DERSequenceEncoder'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppasn.h(204): warning C4512: 'CryptoPP::BERSetDecoder' : assignment operator could not be generated
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppasn.h(197) : see declaration of 'CryptoPP::BERSetDecoder'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppasn.h(214): warning C4512: 'CryptoPP::DERSetEncoder' : assignment operator could not be generated
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppasn.h(207) : see declaration of 'CryptoPP::DERSetEncoder'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(53): warning C4100: 'reversible' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(55): warning C4100: 'reversible' : unreferenced formal parameter
    8>C:UsersAlecsDesktopNavolineexternincludecryptopp/dh2.h(54): warning C4512: 'CryptoPP::DH2' : assignment operator could not be generated
    8>          C:UsersAlecsDesktopNavolineexternincludecryptopp/dh2.h(12) : see declaration of 'CryptoPP::DH2'
    8>C:UsersAlecsDesktopNavolineexternincludecryptopp/tea.h(100): warning C4100: 'length' : unreferenced formal parameter
    8>cipher.cpp(134): warning C4512: 'DH2KeyAgreement' : assignment operator could not be generated
    8>          cipher.cpp(121) : see declaration of 'DH2KeyAgreement'
    8>cipher.cpp(380): warning C4189: 'count' : local variable is initialized but not referenced
    8>cipher.cpp(446): warning C4193: #pragma warning(pop) : no matching '#pragma warning(push)'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(88): warning C4100: 'blocking' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(89) : while compiling class template member function 'size_t CryptoPP::InputRejecting<CryptoPP::BufferedTransformation>::Put2(const byte *,size_t,int,bool)'
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(153) : see reference to class template instantiation 'CryptoPP::InputRejecting<CryptoPP::BufferedTransformation>' being compiled
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(168) : see reference to class template instantiation 'CryptoPP::AutoSignaling<CryptoPP::InputRejecting<CryptoPP::BufferedTransformation>>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(88): warning C4100: 'messageEnd' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(88): warning C4100: 'length' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(88): warning C4100: 'begin' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(93): warning C4100: 'blocking' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(94) : while compiling class template member function 'size_t CryptoPP::InputRejecting<CryptoPP::BufferedTransformation>::ChannelPut2(const std::string &,const byte *,size_t,int,bool)'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(93): warning C4100: 'messageEnd' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(93): warning C4100: 'length' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(93): warning C4100: 'begin' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(93): warning C4100: 'channel' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(52): warning C4100: 'blocking' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(52) : while compiling class template member function 'bool CryptoPP::Bufferless<CryptoPP::Sink>::IsolatedFlush(bool,bool)'
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(199) : see reference to class template instantiation 'CryptoPP::Bufferless<CryptoPP::Sink>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(52): warning C4100: 'hardFlush' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(322): warning C4189: 'p' : local variable is initialized but not referenced
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(321) : while compiling class template member function 'void CryptoPP::AlgorithmParametersTemplate<bool>::MoveInto(void *) const'
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(329) : see reference to class template instantiation 'CryptoPP::AlgorithmParametersTemplate<bool>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(62): warning C4100: 'blocking' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(63) : while compiling class template member function 'bool CryptoPP::Unflushable<CryptoPP::Filter>::IsolatedFlush(bool,bool)'
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(388) : see reference to class template instantiation 'CryptoPP::Unflushable<CryptoPP::Filter>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(62): warning C4100: 'hardFlush' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(117): warning C4100: 'parameters' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(117) : while compiling class template member function 'void CryptoPP::CustomSignalPropagation<CryptoPP::Sink>::IsolatedInitialize(const CryptoPP::NameValuePairs &)'
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(442) : see reference to class template instantiation 'CryptoPP::CustomSignalPropagation<CryptoPP::Sink>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(106): warning C4100: 'blocking' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(106) : while compiling class template member function 'bool CryptoPP::CustomFlushPropagation<T>::IsolatedFlush(bool,bool)'
    8>          with
    8>          [
    8>              T=CryptoPP::Sink
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(112) : see reference to class template instantiation 'CryptoPP::CustomFlushPropagation<T>' being compiled
    8>          with
    8>          [
    8>              T=CryptoPP::Sink
    8>          ]
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(106): warning C4100: 'hardFlush' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(597): warning C4100: 'blocking' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(598) : while compiling class template member function 'size_t CryptoPP::StringSinkTemplate<std::string>::Put2(const byte *,size_t,int,bool)'
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(614) : see reference to class template instantiation 'CryptoPP::StringSinkTemplate<std::string>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptoppfilters.h(597): warning C4100: 'messageEnd' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(317): warning C4100: 'signatureLength' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(318) : while compiling class template member function 'size_t CryptoPP::TF_SignatureSchemeBase<CryptoPP::PK_Signer,CryptoPP::TF_Base<CryptoPP::RandomizedTrapdoorFunctionInverse,CryptoPP::PK_SignatureMessageEncodingMethod>>::MaxRecoverableLengthFromSignatureLength(size_t) const'
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(336) : see reference to class template instantiation 'CryptoPP::TF_SignatureSchemeBase<CryptoPP::PK_Signer,CryptoPP::TF_Base<CryptoPP::RandomizedTrapdoorFunctionInverse,CryptoPP::PK_SignatureMessageEncodingMethod>>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(226): warning C4512: 'CryptoPP::AssignFromHelperClass<CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation,CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer>>,CryptoPP::DL_GroupParameters_IntegerBased>' : assignment operator could not be generated
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(96) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation,CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer>>,CryptoPP::DL_GroupParameters_IntegerBased>' being compiled
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(96) : while compiling class template member function 'void CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation,CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer>>::AssignFrom(const CryptoPP::NameValuePairs &)'
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(116) : see reference to class template instantiation 'CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation,CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer>>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(905): warning C4100: 's' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.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'
    8>          with
    8>          [
    8>              T=CryptoPP::Integer
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(153) : see reference to class template instantiation 'CryptoPP::DL_ElgamalLikeSignatureAlgorithm<T>' being compiled
    8>          with
    8>          [
    8>              T=CryptoPP::Integer
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(180) : see reference to class template instantiation 'CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(905): warning C4100: 'r' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(905): warning C4100: 'publicKey' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(905): warning C4100: 'params' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(226): warning C4512: 'CryptoPP::AssignFromHelperClass<CryptoPP::DL_PublicKeyImpl<GP>,CryptoPP::DL_PublicKey<T>>' : assignment operator could not be generated
    8>          with
    8>          [
    8>              GP=CryptoPP::DL_GroupParameters_DSA
    8>  ,            T=CryptoPP::Integer
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(859) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<CryptoPP::DL_PublicKeyImpl<GP>,CryptoPP::DL_PublicKey<T>>' being compiled
    8>          with
    8>          [
    8>              GP=CryptoPP::DL_GroupParameters_DSA
    8>  ,            T=CryptoPP::Integer
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(858) : while compiling class template member function 'void CryptoPP::DL_PublicKeyImpl<GP>::AssignFrom(const CryptoPP::NameValuePairs &)'
    8>          with
    8>          [
    8>              GP=CryptoPP::DL_GroupParameters_DSA
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(212) : see reference to class template instantiation 'CryptoPP::DL_PublicKeyImpl<GP>' being compiled
    8>          with
    8>          [
    8>              GP=CryptoPP::DL_GroupParameters_DSA
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(414) : see reference to class template instantiation 'CryptoPP::DL_PublicKey_GFP<CryptoPP::DL_GroupParameters_DSA>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(226): warning C4512: 'CryptoPP::AssignFromHelperClass<CryptoPP::DL_PrivateKeyImpl<GP>,CryptoPP::DL_PrivateKey<CryptoPP::Integer>>' : assignment operator could not be generated
    8>          with
    8>          [
    8>              GP=CryptoPP::DL_GroupParameters_DSA
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(776) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<CryptoPP::DL_PrivateKeyImpl<GP>,CryptoPP::DL_PrivateKey<CryptoPP::Integer>>' being compiled
    8>          with
    8>          [
    8>              GP=CryptoPP::DL_GroupParameters_DSA
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(775) : while compiling class template member function 'void CryptoPP::DL_PrivateKeyImpl<GP>::AssignFrom(const CryptoPP::NameValuePairs &)'
    8>          with
    8>          [
    8>              GP=CryptoPP::DL_GroupParameters_DSA
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(231) : see reference to class template instantiation 'CryptoPP::DL_PrivateKeyImpl<GP>' being compiled
    8>          with
    8>          [
    8>              GP=CryptoPP::DL_GroupParameters_DSA
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(415) : see reference to class template instantiation 'CryptoPP::DL_PrivateKey_GFP<CryptoPP::DL_GroupParameters_DSA>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1392): warning C4100: 'rng' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1393) : while compiling class template member function 'void CryptoPP::DL_SimpleKeyAgreementDomainBase<CryptoPP::Integer>::GeneratePublicKey(CryptoPP::RandomNumberGenerator &,const byte *,byte *) const'
    8>          C:UsersAlecsDesktopNavolineexternincludecryptopp/dh.h(60) : see reference to function template instantiation 'void CryptoPP::DL_SimpleKeyAgreementDomainBase<CryptoPP::Integer>::GeneratePublicKey(CryptoPP::RandomNumberGenerator &,const byte *,byte *) const' being compiled
    8>          C:UsersAlecsDesktopNavolineexternincludecryptopp/dh.h(14) : see reference to class template instantiation 'CryptoPP::DL_SimpleKeyAgreementDomainBase<CryptoPP::Integer>' being compiled
    8>          C:UsersAlecsDesktopNavolineexternincludecryptopp/dh.h(92) : see reference to class template instantiation 'CryptoPP::DH_Domain<CryptoPP::DL_GroupParameters_GFP_DefaultSafePrime,CryptoPP::DL_GroupParameters_GFP_DefaultSafePrime::DefaultCofactorOption>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(96): warning C4127: conditional expression is constant
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(90) : while compiling class template member function 'unsigned char *CryptoPP::AllocatorWithCleanup<byte,false>::allocate(CryptoPP::AllocatorWithCleanup<byte,false>::size_type,const void *)'
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(246) : see reference to function template instantiation 'unsigned char *CryptoPP::AllocatorWithCleanup<byte,false>::allocate(CryptoPP::AllocatorWithCleanup<byte,false>::size_type,const void *)' being compiled
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(129) : see reference to class template instantiation 'CryptoPP::AllocatorWithCleanup<byte,false>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(108): warning C4127: conditional expression is constant
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<byte,false>::deallocate(void *,CryptoPP::AllocatorWithCleanup<byte,false>::size_type)'
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(261) : see reference to function template instantiation 'void CryptoPP::AllocatorWithCleanup<byte,false>::deallocate(void *,CryptoPP::AllocatorWithCleanup<byte,false>::size_type)' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(972): warning C4100: 'signatureLength' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(973) : while compiling class template member function 'size_t CryptoPP::DL_SignatureSchemeBase<CryptoPP::PK_Signer,CryptoPP::DL_PrivateKey<CryptoPP::Integer>>::MaxRecoverableLengthFromSignatureLength(size_t) const'
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(995) : see reference to class template instantiation 'CryptoPP::DL_SignatureSchemeBase<CryptoPP::PK_Signer,CryptoPP::DL_PrivateKey<CryptoPP::Integer>>' being compiled
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(25) : see reference to class template instantiation 'CryptoPP::DL_SignerBase<CryptoPP::Integer>' being compiled
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1282) : see reference to class template instantiation 'CryptoPP::AlgorithmImpl<BASE,CryptoPP::DSA>' being compiled
    8>          with
    8>          [
    8>              BASE=CryptoPP::DL_SignerBase<CryptoPP::Integer>
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1317) : see reference to class template instantiation 'CryptoPP::DL_ObjectImplBase<BASE,SCHEME_OPTIONS,KEY>' being compiled
    8>          with
    8>          [
    8>              BASE=CryptoPP::DL_SignerBase<CryptoPP::Integer>
    8>  ,            SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>
    8>  ,            KEY=CryptoPP::DL_PrivateKey_WithSignaturePairwiseConsistencyTest<CryptoPP::DL_PrivateKey_GFP<CryptoPP::DL_GroupParameters_DSA>,CryptoPP::DSA>
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1339) : see reference to class template instantiation 'CryptoPP::DL_ObjectImpl<CryptoPP::DL_SignerBase<CryptoPP::Integer>,SCHEME_OPTIONS,CryptoPP::DL_PrivateKey_WithSignaturePairwiseConsistencyTest<CryptoPP::DL_PrivateKey_GFP<CryptoPP::DL_GroupParameters_DSA>,CryptoPP::DSA>>' being compiled
    8>          with
    8>          [
    8>              SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1489) : see reference to class template instantiation 'CryptoPP::DL_SignerImpl<CryptoPP::DL_SignatureSchemeOptions<ALG_INFO,KEYS,SA,MEM,H>>' being compiled
    8>          with
    8>          [
    8>              ALG_INFO=CryptoPP::DSA
    8>  ,            KEYS=CryptoPP::DL_Keys_DSA
    8>  ,            SA=CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>
    8>  ,            MEM=CryptoPP::DL_SignatureMessageEncodingMethod_DSA
    8>  ,            H=CryptoPP::SHA
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(830) : see reference to class template instantiation 'CryptoPP::PK_FinalTemplate<CryptoPP::DL_SignerImpl<CryptoPP::DL_SignatureSchemeOptions<ALG_INFO,KEYS,SA,MEM,H>>>' being compiled
    8>          with
    8>          [
    8>              ALG_INFO=CryptoPP::DSA
    8>  ,            KEYS=CryptoPP::DL_Keys_DSA
    8>  ,            SA=CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>
    8>  ,            MEM=CryptoPP::DL_SignatureMessageEncodingMethod_DSA
    8>  ,            H=CryptoPP::SHA
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(825) : while compiling class template member function 'void CryptoPP::DL_PrivateKey_WithSignaturePairwiseConsistencyTest<CryptoPP::DL_PrivateKey_GFP<CryptoPP::DL_GroupParameters_DSA>,CryptoPP::DSA>::GenerateRandom(CryptoPP::RandomNumberGenerator &,const CryptoPP::NameValuePairs &)'
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(416) : see reference to class template instantiation 'CryptoPP::DL_PrivateKey_WithSignaturePairwiseConsistencyTest<CryptoPP::DL_PrivateKey_GFP<CryptoPP::DL_GroupParameters_DSA>,CryptoPP::DSA>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1086): warning C4100: 'signatureLength' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1087) : while compiling class template member function 'void CryptoPP::DL_VerifierBase<CryptoPP::Integer>::InputSignature(CryptoPP::PK_MessageAccumulator &,const byte *,size_t) const'
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsimple.h(25) : see reference to class template instantiation 'CryptoPP::DL_VerifierBase<CryptoPP::Integer>' being compiled
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1282) : see reference to class template instantiation 'CryptoPP::AlgorithmImpl<BASE,CryptoPP::DSA>' being compiled
    8>          with
    8>          [
    8>              BASE=CryptoPP::DL_VerifierBase<CryptoPP::Integer>
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1317) : see reference to class template instantiation 'CryptoPP::DL_ObjectImplBase<BASE,SCHEME_OPTIONS,KEY>' being compiled
    8>          with
    8>          [
    8>              BASE=CryptoPP::DL_VerifierBase<CryptoPP::Integer>
    8>  ,            SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>
    8>  ,            KEY=CryptoPP::DL_PublicKey_GFP<CryptoPP::DL_GroupParameters_DSA>
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1352) : see reference to class template instantiation 'CryptoPP::DL_ObjectImpl<CryptoPP::DL_VerifierBase<CryptoPP::Integer>,SCHEME_OPTIONS,CryptoPP::DL_PublicKey_GFP<CryptoPP::DL_GroupParameters_DSA>>' being compiled
    8>          with
    8>          [
    8>              SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1489) : see reference to class template instantiation 'CryptoPP::DL_VerifierImpl<CryptoPP::DL_SignatureSchemeOptions<ALG_INFO,KEYS,SA,MEM,H>>' being compiled
    8>          with
    8>          [
    8>              ALG_INFO=CryptoPP::DSA
    8>  ,            KEYS=CryptoPP::DL_Keys_DSA
    8>  ,            SA=CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>
    8>  ,            MEM=CryptoPP::DL_SignatureMessageEncodingMethod_DSA
    8>  ,            H=CryptoPP::SHA
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(831) : see reference to class template instantiation 'CryptoPP::PK_FinalTemplate<CryptoPP::DL_VerifierImpl<CryptoPP::DL_SignatureSchemeOptions<ALG_INFO,KEYS,SA,MEM,H>>>' being compiled
    8>          with
    8>          [
    8>              ALG_INFO=CryptoPP::DSA
    8>  ,            KEYS=CryptoPP::DL_Keys_DSA
    8>  ,            SA=CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>
    8>  ,            MEM=CryptoPP::DL_SignatureMessageEncodingMethod_DSA
    8>  ,            H=CryptoPP::SHA
    8>          ]
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(149): warning C4100: 'n' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(150) : while compiling class template member function 'void CryptoPP::NullAllocator<T>::deallocate(void *,CryptoPP::NullAllocator<T>::size_type)'
    8>          with
    8>          [
    8>              T=byte
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(202) : see reference to function template instantiation 'void CryptoPP::NullAllocator<T>::deallocate(void *,CryptoPP::NullAllocator<T>::size_type)' being compiled
    8>          with
    8>          [
    8>              T=byte
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(232) : see reference to class template instantiation 'CryptoPP::NullAllocator<T>' being compiled
    8>          with
    8>          [
    8>              T=byte
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(241) : see reference to class template instantiation 'CryptoPP::FixedSizeAllocatorWithCleanup<T,32,CryptoPP::NullAllocator<T>,false>' being compiled
    8>          with
    8>          [
    8>              T=byte
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(423) : see reference to class template instantiation 'CryptoPP::SecBlock<T,A>' being compiled
    8>          with
    8>          [
    8>              T=byte
    8>  ,            A=CryptoPP::FixedSizeAllocatorWithCleanup<byte,32,CryptoPP::NullAllocator<byte>,false>
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopprandpool.h(25) : see reference to class template instantiation 'CryptoPP::FixedSizeSecBlock<byte,32,CryptoPP::FixedSizeAllocatorWithCleanup<T,32,CryptoPP::NullAllocator<T>,false>>' being compiled
    8>          with
    8>          [
    8>              T=byte
    8>          ]
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(149): warning C4100: 'p' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1065): warning C4100: 'ma' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1066) : while compiling class template member function 'void CryptoPP::DL_SignerBase<CryptoPP::Integer>::RestartMessageAccumulator(CryptoPP::RandomNumberGenerator &,CryptoPP::PK_MessageAccumulatorBase &) const'
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1344) : see reference to function template instantiation 'void CryptoPP::DL_SignerBase<CryptoPP::Integer>::RestartMessageAccumulator(CryptoPP::RandomNumberGenerator &,CryptoPP::PK_MessageAccumulatorBase &) const' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(1065): warning C4100: 'rng' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(143): warning C4100: 'n' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(144) : while compiling class template member function 'unsigned int *CryptoPP::NullAllocator<T>::allocate(CryptoPP::NullAllocator<T>::size_type,const void *)'
    8>          with
    8>          [
    8>              T=CryptoPP::word32
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(189) : see reference to function template instantiation 'unsigned int *CryptoPP::NullAllocator<T>::allocate(CryptoPP::NullAllocator<T>::size_type,const void *)' being compiled
    8>          with
    8>          [
    8>              T=CryptoPP::word32
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(232) : see reference to class template instantiation 'CryptoPP::NullAllocator<T>' being compiled
    8>          with
    8>          [
    8>              T=CryptoPP::word32
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(241) : see reference to class template instantiation 'CryptoPP::FixedSizeAllocatorWithCleanup<T,60,CryptoPP::NullAllocator<T>,true>' being compiled
    8>          with
    8>          [
    8>              T=CryptoPP::word32
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(423) : see reference to class template instantiation 'CryptoPP::SecBlock<T,A>' being compiled
    8>          with
    8>          [
    8>              T=CryptoPP::word32
    8>  ,            A=CryptoPP::FixedSizeAllocatorWithCleanup<CryptoPP::word32,60,CryptoPP::NullAllocator<CryptoPP::word32>,true>
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(430) : see reference to class template instantiation 'CryptoPP::FixedSizeSecBlock<T,60,CryptoPP::FixedSizeAllocatorWithCleanup<T,60,CryptoPP::NullAllocator<T>,true>>' being compiled
    8>          with
    8>          [
    8>              T=CryptoPP::word32
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopprijndael.h(37) : see reference to class template instantiation 'CryptoPP::FixedSizeAlignedSecBlock<CryptoPP::word32,60,true>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(155): warning C4100: 'dummy' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(129) : see reference to function template instantiation 'CryptoPP::GetValueHelperClass<CryptoPP::DL_GroupParameters_GFP,CryptoPP::DL_GroupParameters_IntegerBased> CryptoPP::GetValueHelper<CryptoPP::DL_GroupParameters_IntegerBased,CryptoPP::DL_GroupParameters_GFP>(const T *,const char *,const type_info &,void *,const CryptoPP::NameValuePairs *,BASE *)' being compiled
    8>          with
    8>          [
    8>              T=CryptoPP::DL_GroupParameters_GFP
    8>  ,            BASE=CryptoPP::DL_GroupParameters_IntegerBased
    8>          ]
    8>c:usersAlecsdesktopnavolineexternincludecryptoppmisc.h(366): warning C4127: conditional expression is constant
    8>          C:UsersAlecsDesktopNavolineexternincludecryptopp/skipjack.h(25) : see reference to function template instantiation 'unsigned int CryptoPP::GetAlignmentOf<CryptoPP::word16>(T *)' being compiled
    8>          with
    8>          [
    8>              T=CryptoPP::word16
    8>          ]
    8>c:usersAlecsdesktopnavolineexternincludecryptoppmisc.h(363): warning C4100: 'dummy' : unreferenced formal parameter
    8>c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(229): warning C4100: 'dummy' : unreferenced formal parameter
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(96) : see reference to function template instantiation 'CryptoPP::AssignFromHelperClass<CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation,CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer>>,CryptoPP::DL_GroupParameters_IntegerBased> CryptoPP::AssignFromHelper<CryptoPP::DL_GroupParameters_IntegerBased,CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation,CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer>>>(T *,const CryptoPP::NameValuePairs &,BASE *)' being compiled
    8>          with
    8>          [
    8>              T=CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation,CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer>>
    8>  ,            BASE=CryptoPP::DL_GroupParameters_IntegerBased
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppgfpcrypt.h(96) : while compiling class template member function 'void CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation,CryptoPP::DL_FixedBasePrecomputationImpl<CryptoPP::Integer>>::AssignFrom(const CryptoPP::NameValuePairs &)'
    8>c:usersAlecsdesktopnavolineexternincludecryptoppmisc.h(537): warning C4127: conditional expression is constant
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(105) : see reference to function template instantiation 'void CryptoPP::SecureWipeArray<T>(T *,size_t)' being compiled
    8>          with
    8>          [
    8>              T=byte
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<byte,false>::deallocate(void *,CryptoPP::AllocatorWithCleanup<byte,false>::size_type)'
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppsecblock.h(261) : see reference to function template instantiation 'void CryptoPP::AllocatorWithCleanup<byte,false>::deallocate(void *,CryptoPP::AllocatorWithCleanup<byte,false>::size_type)' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptoppmisc.h(539): warning C4127: conditional expression is constant
    8>c:usersAlecsdesktopnavolineexternincludecryptoppmisc.h(541): warning C4127: conditional expression is constant
    8>c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(226): warning C4512: 'CryptoPP::AssignFromHelperClass<CryptoPP::DL_PrivateKey<CryptoPP::Integer>,CryptoPP::DL_PrivateKey<CryptoPP::Integer>>' : assignment operator could not be generated
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(697) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<CryptoPP::DL_PrivateKey<CryptoPP::Integer>,CryptoPP::DL_PrivateKey<CryptoPP::Integer>>' being compiled
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(695) : while compiling class template member function 'void CryptoPP::DL_PrivateKey<CryptoPP::Integer>::AssignFrom(const CryptoPP::NameValuePairs &)'
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(190) : see reference to function template instantiation 'void CryptoPP::DL_PrivateKey<CryptoPP::Integer>::AssignFrom(const CryptoPP::NameValuePairs &)' being compiled
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(750) : see reference to class template instantiation 'CryptoPP::DL_PrivateKey<CryptoPP::Integer>' being compiled
    8>c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(226): warning C4512: 'CryptoPP::AssignFromHelperClass<CryptoPP::DL_PublicKey<T>,CryptoPP::DL_PublicKey<T>>' : assignment operator could not be generated
    8>          with
    8>          [
    8>              T=CryptoPP::Integer
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(714) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<CryptoPP::DL_PublicKey<T>,CryptoPP::DL_PublicKey<T>>' being compiled
    8>          with
    8>          [
    8>              T=CryptoPP::Integer
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(707) : while compiling class template member function 'void CryptoPP::DL_PublicKey<T>::AssignFrom(const CryptoPP::NameValuePairs &)'
    8>          with
    8>          [
    8>              T=CryptoPP::Integer
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(190) : see reference to function template instantiation 'void CryptoPP::DL_PublicKey<T>::AssignFrom(const CryptoPP::NameValuePairs &)' being compiled
    8>          with
    8>          [
    8>              T=CryptoPP::Integer
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(86) : while compiling class template member function 'CryptoPP::GetValueHelperClass<CryptoPP::DL_PublicKeyImpl<GP>,CryptoPP::DL_PublicKey<T>>::GetValueHelperClass(const CryptoPP::DL_PublicKeyImpl<GP> *,const char *,const type_info &,void *,const CryptoPP::NameValuePairs *)'
    8>          with
    8>          [
    8>              GP=CryptoPP::DL_GroupParameters_DSA
    8>  ,            T=CryptoPP::Integer
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptoppalgparam.h(157) : see reference to function template instantiation 'CryptoPP::GetValueHelperClass<CryptoPP::DL_PublicKeyImpl<GP>,CryptoPP::DL_PublicKey<T>>::GetValueHelperClass(const CryptoPP::DL_PublicKeyImpl<GP> *,const char *,const type_info &,void *,const CryptoPP::NameValuePairs *)' being compiled
    8>          with
    8>          [
    8>              GP=CryptoPP::DL_GroupParameters_DSA
    8>  ,            T=CryptoPP::Integer
    8>          ]
    8>          c:usersAlecsdesktopnavolineexternincludecryptopppubkey.h(854) : see reference to class template instantiation 'CryptoPP::GetValueHelperClass<CryptoPP::DL_PublicKeyImpl<GP>,CryptoPP::DL_PublicKey<T>>' being compiled
    8>          with
    8>          [
    8>              GP=CryptoPP::DL_GroupParameters_DSA
    8>  ,            T=CryptoPP::Integer
    8>          ]
    8>c:usersAlecsdesktopnavolineexternincludecryptoppmisc.h(548): warning C4505: 'CryptoPP::StringNarrow' : unreferenced local function has been removed
    8>  CPostIt.cpp
    8>  CRC32.cpp
    8>  Debug.cpp
    8>  error.cpp
    8>  FileBase.cpp
    8>  FileDir.cpp
    8>  FileLoader.cpp
    8>  lzo.cpp
    8>  MappedFile.cpp
    8>  Random.cpp
    8>  StdAfx.cpp
    8>  Stl.cpp
    8>  tea.cpp
    8>  TempFile.cpp
    8>  Timer.cpp
    8>  Generating Code...
    8>  Compiling...
    8>  Utils.cpp
    8>Utils.cpp(340): warning C4127: conditional expression is constant
    8>  Generating Code...
    8>c:usersAlecsdesktopnavolineclienteterbaseutils.cpp(627): warning C4706: assignment within conditional expression
    6>SpeedGrassWrapper.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
    6>SpeedGrassRT.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
    6>  SpeedTreeLib_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClientSpeedTreeLib.ReleaseSpeedTreeLib.lib
    9>------ Rebuild All started: Project: eterGrnLib, Configuration: Release Win32 ------
    8>StdAfx.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
    8>  eterBase_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClientEterBase.ReleaseeterBase.lib
    10>------ Rebuild All started: Project: eterImageLib, Configuration: Release Win32 ------
    9>  StdAfx.cpp
    10>  StdAfx.cpp
    10>c:usersAlecsdesktopnavolineclienteterimagelibstdafx.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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(346) : see declaration of '_vsnprintf'
    10>  DXTCImage.cpp
    10>c:usersAlecsdesktopnavolineclienteterimagelibStdAfx.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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(346) : see declaration of '_vsnprintf'
    10>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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    10>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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(259) : see declaration of 'strupr'
    10>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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(346) : see declaration of '_snprintf'
    10>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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    10>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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    10>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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    10>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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    10>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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    10>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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(112) : see declaration of 'strcpy'
    10>  Image.cpp
    10>c:usersAlecsdesktopnavolineclienteterimagelibStdAfx.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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(346) : see declaration of '_vsnprintf'
    10>  TGAImage.cpp
    10>c:usersAlecsdesktopnavolineclienteterimagelibStdAfx.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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(346) : see declaration of '_vsnprintf'
    10>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.
    10>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(211) : see declaration of 'fopen'
    10>  Generating Code...
    10>  eterImageLib_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClienteterImageLib.ReleaseeterImageLib.lib
    11>------ Rebuild All started: Project: eterPythonLib, Configuration: Release Win32 ------
    9>  LODController.cpp
    9>  Material.cpp
    9>c:usersAlecsdesktopnavolineclientetergrnlib../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.
    9>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(112) : see declaration of 'strcpy'
    9>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.
    9>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(346) : see declaration of '_snprintf'
    9>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.
    9>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(255) : see declaration of 'strnicmp'
    9>  Mesh.cpp
    9>  Model.cpp
    9>  ModelInstance.cpp
    11>  StdAfx.cpp
    9>  ModelInstanceCollisionDetection.cpp
    11>  PythonGridSlotWindow.cpp
    11>  PythonSlotWindow.cpp
    11>  PythonWindow.cpp
    11>  PythonWindowManager.cpp
    11>  PythonWindowManagerModule.cpp
    11>  PythonGraphic.cpp
    11>  PythonGraphicImageModule.cpp
    11>  PythonGraphicModule.cpp
    9>  ModelInstanceModel.cpp
    11>  PythonGraphicTextModule.cpp
    11>  PythonGraphicThingModule.cpp
    11>  Generating Code...
    11>  eterPythonLib_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClienteterPythonLib.ReleaseeterPythonLib.lib
    12>------ Rebuild All started: Project: eterlib, Configuration: Release Win32 ------
    9>  ModelInstanceMotion.cpp
    12>  StdAfx.cpp
    12>  AttributeData.cpp
    12>  AttributeInstance.cpp
    12>  Camera.cpp
    12>  CollisionData.cpp
    12>  ColorTransitionHelper.cpp
    12>  Decal.cpp
    12>  EnvironmentMap.cpp
    12>  FileLoaderThread.cpp
    12>  Unknown compiler version - please run the configure tests and report the results
    12>  GrpCollisionObject.cpp
    12>  GrpColor.cpp
    12>  GrpColorInstance.cpp
    12>  GrpD3DXBuffer.cpp
    12>  GrpDIB.cpp
    12>  GrpIndexBuffer.cpp
    12>  GrpLightManager.cpp
    12>  GrpObjectInstance.cpp
    12>  GrpPixelShader.cpp
    12>  GrpRatioInstance.cpp
    12>  GrpShadowTexture.cpp
    12>  GrpVertexBuffer.cpp
    12>  Generating Code...
    12>  Compiling...
    12>  GrpVertexBufferDynamic.cpp
    12>  GrpVertexBufferStatic.cpp
    12>  GrpVertexShader.cpp
    12>  Input.cpp
    12>  LensFlare.cpp
    12>  lineintersect_utils.cpp
    12>  MSApplication.cpp
    12>  MSWindow.cpp
    12>  Mutex.cpp
    12>  parser.cpp
    12>  PathStack.cpp
    12>  ReferenceObject.cpp
    12>  ScreenFilter.cpp
    12>  SkyBox.cpp
    12>  TargaResource.cpp
    12>  Thread.cpp
    12>  Util.cpp
    12>  Unknown compiler version - please run the configure tests and report the results
    9>  ModelInstanceRender.cpp
    12>  CullingManager.cpp
    12>  GrpBase.cpp
    12>  GrpDetector.cpp
    12>  Generating Code...
    12>  Compiling...
    12>  GrpDevice.cpp
    12>  GrpMath.cpp
    12>  GrpScreen.cpp
    12>  JpegFile.cpp
    12>  StateManager.cpp
    12>  Resource.cpp
    12>  Unknown compiler version - please run the configure tests and report the results
    12>  ResourceManager.cpp
    12>  Unknown compiler version - please run the configure tests and report the results
    12>  GrpExpandedImageInstance.cpp
    9>  ModelInstanceUpdate.cpp
    12>  GrpImage.cpp
    12>  GrpImageInstance.cpp
    12>  GrpImageTexture.cpp
    12>  Unknown compiler version - please run the configure tests and report the results
    12>  GrpMarkInstance.cpp
    12>  GrpSubImage.cpp
    12>  GrpTexture.cpp
    12>  NetAddress.cpp
    12>  NetDatagram.cpp
    12>  NetDatagramReceiver.cpp
    12>  NetDatagramSender.cpp
    12>  NetDevice.cpp
    12>  NetPacketHeaderMap.cpp
    12>  Generating Code...
    9>  Motion.cpp
    12>  Compiling...
    12>  NetStream.cpp
    12>  GrpFontTexture.cpp
    12>  GrpText.cpp
    9>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.
    9>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(253) : see declaration of 'stricmp'
    12>  GrpTextInstance.cpp
    9>  Thing.cpp
    12>  TextTag.cpp
    12>  BlockTexture.cpp
    12>  DibBar.cpp
    12>  TextBar.cpp
    12>  IME.cpp
    12>IME.cpp(309): warning C4996: 'GetVersionExA': was declared deprecated
    12>          C:Program FilesWindows Kits8.1Includeumsysinfoapi.h(433) : see declaration of 'GetVersionExA'
    12>IME.cpp(1182): warning C4996: 'GetVersionExA': was declared deprecated
    12>          C:Program FilesWindows Kits8.1Includeumsysinfoapi.h(433) : see declaration of 'GetVersionExA'
    12>  TextFileLoader.cpp
    12>  Unknown compiler version - please run the configure tests and report the results
    9>  ThingInstance.cpp
    12>  Generating Code...
    9>  Util.cpp
    9>  Generating Code...
    12>  eterlib_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClientEterLib.Releaseeterlib.lib
    13>------ Rebuild All started: Project: gamelib, Configuration: Release Win32 ------
    13>  StdAfx.cpp
    9>  eterGrnLib_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClienteterGrnLib.ReleaseeterGrnLib.lib
    13>  ActorInstance.cpp
    14>------ Rebuild All started: Project: mileslib, Configuration: Release Win32 ------
    14>  Stdafx.cpp
    13>  ActorInstanceAttach.cpp
    13>  ActorInstanceBattle.cpp
    14>  SoundBase.cpp
    14>  SoundData.cpp
    14>  Unknown compiler version - please run the configure tests and report the results
    14>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.
    14>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestring.h(195) : see declaration of 'strncpy'
    14>  SoundInstance2D.cpp
    14>  SoundInstance3D.cpp
    13>  ActorInstanceBlend.cpp
    14>  SoundInstanceStream.cpp
    14>  SoundManager.cpp
    13>  ActorInstanceCollisionDetection.cpp
    14>  SoundManager2D.cpp
    13>  ActorInstanceData.cpp
    14>  SoundManager3D.cpp
    14>  SoundManagerStream.cpp
    13>  ActorInstanceEvent.cpp
    14>  Type.cpp
    14>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.
    14>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(346) : see declaration of '_snprintf'
    14>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.
    14>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(211) : see declaration of 'fopen'
    14>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.
    14>          C:Program FilesMicrosoft Visual Studio 12.0VCincludestdio.h(346) : see declaration of '_snprintf'
    13>  ActorInstanceFly.cpp
    14>  Generating Code...
    14>  mileslib_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClientMilesLib.Releasemileslib.lib
    13>  ActorInstanceMotion.cpp
    15>------ Rebuild All started: Project: scriptLib, Configuration: Release Win32 ------
    15>  StdAfx.cpp
    13>  ActorInstanceMotionEvent.cpp
    15>  PythonDebugModule.cpp
    15>  PythonLauncher.cpp
    15>  Unknown compiler version - please run the configure tests and report the results
    13>  ActorInstancePosition.cpp
    15>  PythonMarshal.cpp
    15>  PythonUtils.cpp
    15>  Resource.cpp
    13>  ActorInstanceRender.cpp
    13>  ActorInstanceRotation.cpp
    15>  Generating Code...
    15>  scriptLib_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClientscriptLib.ReleasescriptLib.lib
    13>  ActorInstanceSync.cpp
    13>  ActorInstanceWeaponTrace.cpp
    13>  DungeonBlock.cpp
    13>  PhysicsObject.cpp
    13>  RaceData.cpp
    13>  RaceDataFile.cpp
    13>  RaceManager.cpp
    13>  Unknown compiler version - please run the configure tests and report the results
    13>  Generating Code...
    13>  Compiling...
    13>  RaceMotionData.cpp
    13>  WeaponTrace.cpp
    13>  Area.cpp
    13>  Unknown compiler version - please run the configure tests and report the results
    13>  AreaLoaderThread.cpp
    13>  AreaTerrain.cpp
    13>  Unknown compiler version - please run the configure tests and report the results
    13>  MapBase.cpp
    13>  MapManager.cpp
    13>  Unknown compiler version - please run the configure tests and report the results
    13>  MapOutdoor.cpp
    13>  MapOutdoorCharacterShadow.cpp
    13>  MapOutdoorIndexBuffer.cpp
    13>  MapOutdoorLoad.cpp
    13>  Unknown compiler version - please run the configure tests and report the results
    13>  MapOutdoorQuadtree.cpp
    13>  MapOutdoorRender.cpp
    13>  MapOutdoorRenderHTP.cpp
    13>  MapOutdoorRenderSTP.cpp
    13>  MapOutdoorUpdate.cpp
    13>  MapOutdoorWater.cpp
    13>  MapType.cpp
    13>  MapUtil.cpp
    13>  MonsterAreaInfo.cpp
    13>  Generating Code...
    13>  Compiling...
    13>  Property.cpp
    13>  Unknown compiler version - please run the configure tests and report the results
    13>  PropertyLoader.cpp
    13>  Unknown compiler version - please run the configure tests and report the results
    13>  PropertyManager.cpp
    13>  Unknown compiler version - please run the configure tests and report the results
    13>  SnowEnvironment.cpp
    13>  SnowParticle.cpp
    13>  TerrainDecal.cpp
    13>  TerrainPatch.cpp
    13>  TerrainQuadtree.cpp
    13>  GameEventManager.cpp
    13>  GameType.cpp
    13>  GameUtil.cpp
    13>  ItemData.cpp
    13>  ItemManager.cpp
    13>  Unknown compiler version - please run the configure tests and report the results
    13>  FlyingData.cpp
    13>  FlyingInstance.cpp
    13>  Unknown compiler version - please run the configure tests and report the results
    13>  FlyingObjectManager.cpp
    13>  FlyTarget.cpp
    13>  FlyTrace.cpp
    13>  Generating Code...
    13>  gamelib_VC90.vcxproj -> C:UsersAlecsDesktopNavolineClientGameLib.Releasegamelib.lib
    16>------ Rebuild All started: Project: UserInterface, Configuration: Release Win32 ------
    16>  StdAfx.cpp
    16>  AffectFlagContainer.cpp
    16>  InstanceBase.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  InstanceBaseBattle.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  InstanceBaseEffect.cpp
    16>  InstanceBaseEvent.cpp
    16>  InstanceBaseMotion.cpp
    16>  InstanceBaseMovement.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  InstanceBaseTransform.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  CameraProcedure.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonBackground.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonBackgroundModule.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonCharacterManager.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonCharacterManagerModule.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonCharacterModule.cpp
    16>  PythonEffectModule.cpp
    16>  PythonEventManager.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonEventManagerMoudle.cpp
    16>  PythonGameEventManagerModule.cpp
    16>  PythonItem.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonItemModule.cpp
    16>  Generating Code...
    16>  Compiling...
    16>  PythonNonPlayer.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonNonPlayerModule.cpp
    16>  PythonPlayer.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonPlayerEventHandler.cpp
    16>  PythonPlayerInput.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonPlayerInputKeyboard.cpp
    16>  PythonPlayerInputMouse.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonPlayerModule.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>PythonPlayerModule.cpp(763): warning C4101: 'iSourceSlotIndex' : unreferenced local variable
    16>PythonPlayerModule.cpp(978): warning C4101: 'iSlotPos' : unreferenced local variable
    16>  PythonPlayerSkill.cpp
    16>  PythonQuest.cpp
    16>  PythonSkill.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonChat.cpp
    16>  PythonChatModule.cpp
    16>  PythonExchange.cpp
    16>  PythonExchangeModule.cpp
    16>  PythonFlyModule.cpp
    16>  PythonGuild.cpp
    16>  PythonMessenger.cpp
    16>  PythonMiniMap.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonMiniMapModule.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  Generating Code...
    16>  Compiling...
    16>  PythonSafeBox.cpp
    16>  PythonShop.cpp
    16>  PythonTextTail.cpp
    16>  PythonTextTailModule.cpp
    16>  PythonPackModule.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  ProcessScanner.cpp
    16>  PythonApplication.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonApplicationCamera.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonApplicationCursor.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonApplicationEvent.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonApplicationLogo.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonApplicationModule.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonApplicationProcedure.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonApplicationWebPage.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonIME.cpp
    16>  PythonIMEModule.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonProfilerModule.cpp
    16>  PythonSoundManagerModule.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonSystem.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonSystemModule.cpp
    16>  Generating Code...
    16>  Compiling...
    16>  GuildMarkDownloader.cpp
    16>  GuildMarkUploader.cpp
    16>  MarkImage.cpp
    16>  MarkManager.cpp
    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.
    16>          C:Program FilesMicrosoft Visual Studio 12.0VCincludedirect.h(140) : see declaration of 'mkdir'
    16>  Locale.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  AccountConnector.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  InsultChecker.cpp
    16>  NetworkActorManager.cpp
    16>NetworkActorManager.cpp(367): warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
    16>NetworkActorManager.cpp(417): warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
    16>  ProcessCRC.cpp
    16>  PythonExceptionSender.cpp
    16>  PythonNetworkDatagram.cpp
    16>  PythonNetworkDatagramModule.cpp
    16>  PythonNetworkStream.cpp
    16>  PythonNetworkStreamCommand.cpp
    16>  PythonNetworkStreamEvent.cpp
    16>  PythonNetworkStreamModule.cpp
    16>  PythonNetworkStreamPhaseGame.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonNetworkStreamPhaseGameActor.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonNetworkStreamPhaseGameItem.cpp
    16>  PythonNetworkStreamPhaseHandShake.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  Generating Code...
    16>  Compiling...
    16>  PythonNetworkStreamPhaseLoading.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonNetworkStreamPhaseLogin.cpp
    16>  PythonNetworkStreamPhaseOffline.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  PythonNetworkStreamPhaseSelect.cpp
    16>  ServerStateChecker.cpp
    16>  ServerStateCheckerModule.cpp
    16>  CheckLatestFiles.cpp
    16>  Hackshield.cpp
    16>  NProtectGameGuard.cpp
    16>  WiseLogicXTrap.cpp
    16>  GameType.cpp
    16>  MovieMan.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  UserInterface.cpp
    16>  Unknown compiler version - please run the configure tests and report the results
    16>  Generating Code...
    16>C:Program FilesMSBuildMicrosoft.Cppv4.0V120Microsoft.CppBuild.targets(1186,5): warning MSB8012: TargetPath(C:UsersAlecsDesktopNavolineClientUserInterface../binUserInterface.exe) does not match the Linker's OutputFile property value (C:UsersAlecsDesktopNavolineClientUserInterfaceReleasemetin2client.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    16>C:Program FilesMSBuildMicrosoft.Cppv4.0V120Microsoft.CppBuild.targets(1188,5): warning MSB8012: TargetName(UserInterface) does not match the Linker's OutputFile property value (metin2client). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
    16>d3dx8.lib(d3dxmath.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(cstack.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(shapes.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(createmesh.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(d3dx8tex.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(cpudetect.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(cd3dxbuffer.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(d3dx8dbg.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(loadx.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(cleanmesh.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(cd3dximage.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(cd3dxblt.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(cd3dxlock.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(cd3dxcodec.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(cd3dxfile.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(cd3dxresource.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(ssefasttable.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(ssefasttable2.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(d3dxmathx3d.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(d3dxmathx86.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(loadutil.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(cd3dxstack.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jdapimin.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jdapistd.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jdmarker.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jerror.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(pngerror.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(pngread.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(pngget.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(pngtrans.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(pngrtran.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(pngset.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(pngrio.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(png.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(dxtn.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(d3dxmathsse.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(d3dxquatsse.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(d3dxmathsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(d3dxquatsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(x3d_quat.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(x3d_matx.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(x3d_vec3.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(x3d_vec2.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(x3d_vec4.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(x3d_plane.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jutils.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jdinput.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jmemmgr.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jcomapi.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jdmaster.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(inflate.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(pngmem.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(pngrutil.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(crc32.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(d3dxtrigsse.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(d3dxtrigsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(math.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jmemnobs.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jdmainct.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jdcoefct.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jdhuff.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jdphuff.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jddctmgr.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jdpostct.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jdsample.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jdcolor.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jdmerge.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jquant2.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jquant1.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(infblock.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(adler32.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(zutil.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jidctred.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jidctint.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jidctfst.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(jidctflt.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(infcodes.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(inftrees.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(infutil.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(piint.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(miint.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(pifst.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(mifst.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>d3dx8.lib(inffast.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(cleanup.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
    16>dinput8.lib(dilib2.obj) : error LNK2026: module unsafe for SAFESEH image.
    16>  cryptlib-5.6.1MT.lib(cryptlib.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
    16>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
    16>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
    16>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Unlock(void)" (?_Unlock@_Mutex@std@@QAEXXZ)
    16>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Lock(void)" (?_Lock@_Mutex@std@@QAEXXZ)
    16>cryptlib-5.6.1MT.lib(integer.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
    16>cryptlib-5.6.1MT.lib(integer.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z)
    16>Release/metin2client.exe : fatal error LNK1120: 6 unresolved externals
    ========== Rebuild All: 15 succeeded, 1 failed, 0 skipped ==========
    
    

    Help :(

  4. 7>  PythonSkill.cpp
    7>C:Program FilesMicrosoft Visual Studio 10.0VCincludeutility(246): error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'
    7>          PythonSkill.cpp(920) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[19],>(_Other1,_Other2 &&)' being compiled
    7>          with
    7>          [
    7>              _Ty1=const std::string,
    7>              _Ty2=DWORD,
    7>              _Other1=const char (&)[19],
    7>              _Other2=
    7>          ]
    7>C:Program FilesMicrosoft Visual Studio 10.0VCincludeutility(246): error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'
    7>          PythonSkill.cpp(921) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[18],>(_Other1,_Other2 &&)' being compiled
    7>          with
    7>          [
    7>              _Ty1=const std::string,
    7>              _Ty2=DWORD,
    7>              _Other1=const char (&)[18],
    7>              _Other2=
    7>          ]
    7>C:Program FilesMicrosoft Visual Studio 10.0VCincludeutility(246): error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'
    7>          PythonSkill.cpp(922) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[22],>(_Other1,_Other2 &&)' being compiled
    7>          with
    7>          [
    7>              _Ty1=const std::string,
    7>              _Ty2=DWORD,
    7>              _Other1=const char (&)[22],
    7>              _Other2=
    7>          ]
    7>C:Program FilesMicrosoft Visual Studio 10.0VCincludeutility(246): error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'
    7>          PythonSkill.cpp(923) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[10],>(_Other1,_Other2 &&)' being compiled
    7>          with
    7>          [
    7>              _Ty1=const std::string,
    7>              _Ty2=DWORD,
    7>              _Other1=const char (&)[10],
    7>              _Other2=
    7>          ]
    7>C:Program FilesMicrosoft Visual Studio 10.0VCincludeutility(246): error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'
    7>          PythonSkill.cpp(924) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[12],>(_Other1,_Other2 &&)' being compiled
    7>          with
    7>          [
    7>              _Ty1=const std::string,
    7>              _Ty2=DWORD,
    7>              _Other1=const char (&)[12],
    7>              _Other2=
    7>          ]
    7>C:Program FilesMicrosoft Visual Studio 10.0VCincludeutility(246): error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'
    7>          PythonSkill.cpp(928) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[13],>(_Other1,_Other2 &&)' being compiled
    7>          with
    7>          [
    7>              _Ty1=const std::string,
    7>              _Ty2=DWORD,
    7>              _Other1=const char (&)[13],
    7>              _Other2=
    7>          ]
    7>C:Program FilesMicrosoft Visual Studio 10.0VCincludeutility(246): error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'
    7>          PythonSkill.cpp(929) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[14],>(_Other1,_Other2 &&)' being compiled
    7>          with
    7>          [
    7>              _Ty1=const std::string,
    7>              _Ty2=DWORD,
    7>              _Other1=const char (&)[14],
    7>              _Other2=
    7>          ]
    7>C:Program FilesMicrosoft Visual Studio 10.0VCincludeutility(246): error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'
    7>          PythonSkill.cpp(931) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[21],>(_Other1,_Other2 &&)' being compiled
    7>          with
    7>          [
    7>              _Ty1=const std::string,
    7>              _Ty2=DWORD,
    7>              _Other1=const char (&)[21],
    7>              _Other2=
    7>          ]
    7>C:Program FilesMicrosoft Visual Studio 10.0VCincludeutility(246): error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'
    7>          PythonSkill.cpp(932) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[15],>(_Other1,_Other2 &&)' being compiled
    7>          with
    7>          [
    7>              _Ty1=const std::string,
    7>              _Ty2=DWORD,
    7>              _Other1=const char (&)[15],
    7>              _Other2=
    7>          ]
    7>C:Program FilesMicrosoft Visual Studio 10.0VCincludeutility(246): error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'
    7>          PythonSkill.cpp(938) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[20],>(_Other1,_Other2 &&)' being compiled
    7>          with
    7>          [
    7>              _Ty1=const std::string,
    7>              _Ty2=DWORD,
    7>              _Other1=const char (&)[20],
    7>              _Other2=
    7>          ]
    7>C:Program FilesMicrosoft Visual Studio 10.0VCincludeutility(246): error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'
    7>          PythonSkill.cpp(940) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[16],>(_Other1,_Other2 &&)' being compiled
    7>          with
    7>          [
    7>              _Ty1=const std::string,
    7>              _Ty2=DWORD,
    7>              _Other1=const char (&)[16],
    7>              _Other2=
    7>          ]
    7>C:Program FilesMicrosoft Visual Studio 10.0VCincludeutility(246): error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'
    7>          PythonSkill.cpp(947) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[4],>(_Other1,_Other2 &&)' being compiled
    7>          with
    7>          [
    7>              _Ty1=const std::string,
    7>              _Ty2=DWORD,
    7>              _Other1=const char (&)[4],
    7>              _Other2=
    7>          ]
    7>C:Program FilesMicrosoft Visual Studio 10.0VCincludeutility(246): error C2664: 'std::forward' : cannot convert parameter 1 from '' to '&'
    7>          PythonSkill.cpp(948) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<const char(&)[11],>(_Other1,_Other2 &&)' being compiled
    7>          with
    7>          [
    7>              _Ty1=const std::string,
    7>              _Ty2=DWORD,
    7>              _Other1=const char (&)[11],
    7>              _Other2=
    7>          ]

    Help :(

  5. Quest looks like: 
    quest ride_ticket_change begin
    	state start begin
    		when 20349.chat.gameforge.ride_ticket_change._010_npcChat  begin 
    			say_title(mob_name (20349))
    			say(gameforge.ride_ticket_change._020_say)
    			wait()
    			local items = {pc.get_sig_items(10032)}
    			local ticket = nil
    			if table.getn (items) > 1 then
    				for i, v in ipairs (items) do
    					item.select (v)
    					say_title(mob_name(20349))
    					say (gameforge.ride_ticket_change._030_say)
    					say_item_vnum (item.vnum)
    					say (gameforge.ride_ticket_change._040_say)
    					local s = select (locale.yes, locale.no, locale.cancel)
    					if s == 3 then
    						return
    					end
    					if s == 1 then 
    						ticket = v
    						break
    					end
    				end
    			else
    				ticket = items [1]
    			end
    			if ticket == nil then
    				say_title (mob_name (20349))
    				say (gameforge.ride_ticket_change._050_say)
    				return 
    			end
    			say_title (mob_name (20349))
    			say(gameforge.ride_ticket_change._060_say)
    			item.select (ticket)
    			local s = select (gameforge.ride_ticket_change._070_say, gameforge.ride_ticket_change._080_say,gameforge.ride_ticket_change._090_say, gameforge.ride_ticket_change._100_say, gameforge.ride_ticket_change._110_say, gameforge.ride_ticket_change._120_say)
    			if s == 6 then
    				say_title (mob_name (20349))
    				say (gameforge.ride_ticket_change._130_say)
    				return
    			end
    			local summon_item = item.get_value (s-1)
    			say_title (mob_name (20349))
    			say(gameforge.ride_ticket_change._140_say)
    			if pc.give_item2 (summon_item) == 0 then
    				say_title (mob_name (20349))
    				say (gameforge.ride_ticket_change._150_say)
    				return
    			end
    			
    			item.remove()
    
    		end
    	end
    end
    --52701 Àü°©»çÀÚ ±³È¯±Ç     ¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©»çÀÚ·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52702 Àü°©È£ ±³È¯±Ç        ¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©È£·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52703 Àü°©¿ø ±³È¯±Ç        ¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©¿øÀ¸·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52704 Àü°©¶û ±³È¯±Ç        ¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©¶ûÀ¸·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52705	Àü°©¼ý¼ø·Ï ±³È¯±Ç	¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©»çÀÚ·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52706	Àü°©¾Ï¼ø·Ï ±³È¯±Ç	¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©È£·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52707	Àü°©¼®·æÀÚ ±³È¯±Ç	¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©È£·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52708	Àü°©¸ÍÁ¶ ±³È¯±Ç	¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©È£·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.

     

     

  6. Hello, I have a problem with this quest, I say we have not authorization (Excuse my English):

    quest ride_ticket_change begin
    	state start begin
    		when 20349.chat.gameforge.ride_ticket_change._010_npcChat  begin 
    			say_title(mob_name (20349))
    			say(gameforge.ride_ticket_change._020_say)
    			wait()
    			local items = {pc.get_sig_items(10032)}
    			local ticket = nil
    			if table.getn (items) > 1 then
    				for i, v in ipairs (items) do
    					item.select (v)
    					say_title(mob_name(20349))
    					say (gameforge.ride_ticket_change._030_say)
    					say_item_vnum (item.vnum)
    					say (gameforge.ride_ticket_change._040_say)
    					local s = select (locale.yes, locale.no, locale.cancel)
    					if s == 3 then
    						return
    					end
    					if s == 1 then 
    						ticket = v
    						break
    					end
    				end
    			else
    				ticket = items [1]
    			end
    			if ticket == nil then
    				say_title (mob_name (20349))
    				say (gameforge.ride_ticket_change._050_say)
    				return 
    			end
    			say_title (mob_name (20349))
    			say(gameforge.ride_ticket_change._060_say)
    			item.select (ticket)
    			local s = select (gameforge.ride_ticket_change._070_say, gameforge.ride_ticket_change._080_say,gameforge.ride_ticket_change._090_say, gameforge.ride_ticket_change._100_say, gameforge.ride_ticket_change._110_say, gameforge.ride_ticket_change._120_say)
    			if s == 6 then
    				say_title (mob_name (20349))
    				say (gameforge.ride_ticket_change._130_say)
    				return
    			end
    			local summon_item = item.get_value (s-1)
    			say_title (mob_name (20349))
    			say(gameforge.ride_ticket_change._140_say)
    			if pc.give_item2 (summon_item) == 0 then
    				say_title (mob_name (20349))
    				say (gameforge.ride_ticket_change._150_say)
    				return
    			end
    			
    			item.remove()
    
    		end
    	end
    end
    --52701 Àü°©»çÀÚ ±³È¯±Ç     ¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©»çÀÚ·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52702 Àü°©È£ ±³È¯±Ç        ¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©È£·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52703 Àü°©¿ø ±³È¯±Ç        ¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©¿øÀ¸·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52704 Àü°©¶û ±³È¯±Ç        ¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©¶ûÀ¸·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52705	Àü°©¼ý¼ø·Ï ±³È¯±Ç	¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©»çÀÚ·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52706	Àü°©¼ý¼ø·Ï ±³È¯±Ç	¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©È£·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52707	Àü°©¼ý¼ø·Ï ±³È¯±Ç	¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©È£·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.
    --52708	Àü°©¼ý¼ø·Ï ±³È¯±Ç	¸¶±¸°£°æºñº´¿¡°Ô °¡Á®°¡¸é Àü°©È£·Î ±³È¯ÇÏ¿© ÁÝ´Ï´Ù.

    In the game says:

    "Du möchstest deine Urkunde also nicht[ENTER]eintauschen. Komme später wieder, wenn du dazu[ENTER]bereit bist. "
    
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.