Jump to content

Raven™

Inactive Member
  • Posts

    33
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Raven™

  1. bump how i can fix this locale_pl/locale/pl

    i like it on index only have

    locale

    item

    npc

    monster

    textureset

     

    now my index

    PACK
    *
    patch1
    *
    metin2_patch_dss_box
    pack/
    metin2_patch_costume_soccer
    pack/
    metin2_patch_easter1
    pack/
    season3_eu
    pack/
    metin2_patch_mineral
    pack/
    metin2_patch_w20_sound
    pack/
    metin2_patch_ds
    pack/
    metin2_patch_5th_armor
    pack/
    metin2_patch_w20_etc
    pack/
    metin2_patch_dragon_rock
    pack/
    metin2_patch_dragon_rock_mobs
    pack/
    metin2_patch_etc
    pack/
    metin2_patch_xmas
    pack/
    metin2_patch_eu3
    pack/
    metin2_patch_eu4
    pack/
    metin2_patch_mundi
    pack/
    metin2_patch_sd
    pack/
    metin2_patch_halloween
    pack/
    metin2_patch_party
    pack/
    metin2_patch_dance
    d:/ymir work/pc/
    pc
    d:/ymir work/pc2/
    pc2
    d:/ymir work/monster/
    monster
    d:/ymir work/monster2/
    monster2
    d:/ymir work/effect/
    effect
    d:/ymir work/zone/
    zone
    d:/ymir work/terrainmaps/
    terrain
    d:/ymir work/npc/
    npc
    d:/ymir work/npc2/
    npc2
    d:/ymir work/tree/
    tree
    d:/ymir work/guild/
    guild
    d:/ymir work/item/
    item
    textureset/
    textureset
    property/
    property
    icon/
    icon
    season1/
    season1
    season2/
    season2
    metin2_map_a1/
    outdoora1
    map_a2/
    outdoora2
    metin2_map_a3/
    outdoora3
    metin2_map_b1/
    outdoorb1
    metin2_map_b3/
    outdoorb3
    metin2_map_c1/
    outdoorc1
    metin2_map_c3/
    outdoorc3
    map_n_snowm_01/
    outdoorsnow1
    metin2_map_n_desert_01/
    outdoordesert1
    metin2_map_n_flame_01/
    outdoorflame1
    map_b_fielddungeon/
    outdoorfielddungeon1
    metin2_map_t1/
    outdoort1
    metin2_map_t2/
    outdoort2
    metin2_map_t3/
    outdoort3
    metin2_map_t4/
    outdoort4
    metin2_map_wedding_01/
    outdoorwedding
    metin2_map_milgyo/
    outdoormilgyo1
    metin2_map_spiderdungeon/
    indoorspiderdungeon1
    metin2_map_deviltower1/
    indoordeviltower1
    metin2_map_monkeydungeon/
    indoormonkeydungeon1
    metin2_map_monkeydungeon_02/
    indoormonkeydungeon2
    metin2_map_monkeydungeon_03/
    indoormonkeydungeon3
    metin2_map_trent02/ 
    outdoortrent02
    metin2_map_guild_01/
    outdoorguild1
    metin2_map_guild_02/
    outdoorguild2
    metin2_map_guild_03/
    outdoorguild3
    metin2_map_trent/
    outdoortrent
    metin2_map_trent02/
    outdoortrent02
    metin2_map_duel/
    outdoorduel
    gm_guild_build/
    outdoorgmguildbuild
    sound/ambience/
    sound
    sound/common/
    sound
    sound/effect/
    sound
    sound/monster/
    sound
    sound/npc/
    sound
    sound/pc/
    sound
    sound/ui/
    sound
    sound/monster2/
    sound2
    sound/pc2/
    sound2
    bgm/
    bgm
    d:/ymir work/special/
    ETC
    d:/ymir work/environment/
    ETC
    locale/ca/
    locale_ca
    locale/ae/
    locale_ae
    locale/de/
    locale_de
    locale/es/
    locale_es
    locale/fr/
    locale_fr
    locale/gr/
    locale_gr
    locale/it/
    locale_it
    locale/nl/
    locale_nl
    locale/pl/
    locale_pl
    locale/pt/
    locale_pt
    locale/tr/
    locale_tr
    locale/uk/
    locale_uk
    locale/bg/
    locale_bg
    locale/en/
    locale_en
    locale/mx/
    locale_mx
    locale/ro/
    locale_ro
    locale/ru/
    locale_ru
    locale/dk/
    locale_dk
    locale/cz/
    locale_cz
    locale/hu/
    locale_hu
    locale/us/
    locale_us
    locale/pa/
    locale_pa
    uiscript/
    uiscript
    d:/ymir work/ui/
    ETC
    d:/ymir work/uiloading/
    uiloading
  2. in root playersettingmodule.py you search for this lines 

    	chrmgr.SetPathName("d:/ymir work/"+name+"/")
    

    and replace them as you wish ... but i dont understand why you do that specialy without knowledges about it will scrue things up when you will try to add new structure things 

    i want remove pc2.epk 

    i want this PC.epk unpack and have pc and pc2

     

    i arleady change this and dont work i have a problem

    	##############
    	# WARRIOR
    	##############
    	chrmgr.CreateRace(RACE_WARRIOR_M)
    	chrmgr.SelectRace(RACE_WARRIOR_M)	
    	chrmgr.LoadLocalRaceData("warrior_m.msm")
    	SetIntroMotions(chr.MOTION_MODE_GENERAL, "d:/ymir work/pc/warrior/intro/")
    
    	chrmgr.CreateRace(RACE_WARRIOR_W)
    	chrmgr.SelectRace(RACE_WARRIOR_W)	
    	chrmgr.LoadLocalRaceData("warrior_w.msm")
    	SetIntroMotions(chr.MOTION_MODE_GENERAL, "d:/ymir work/pc2/warrior/intro/")
    
    now
    	##############
    	# WARRIOR
    	##############
    	chrmgr.CreateRace(RACE_WARRIOR_M)
    	chrmgr.SelectRace(RACE_WARRIOR_M)	
    	chrmgr.LoadLocalRaceData("warrior_m.msm")
    	SetIntroMotions(chr.MOTION_MODE_GENERAL, "pc/warrior/intro/")
    
    	chrmgr.CreateRace(RACE_WARRIOR_W)
    	chrmgr.SelectRace(RACE_WARRIOR_W)	
    	chrmgr.LoadLocalRaceData("warrior_w.msm")
    	SetIntroMotions(chr.MOTION_MODE_GENERAL, "pc2/warrior/intro/")
    
    

    sysser:

    0304 09:35:15958 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=pc/warrior/intro/wait.msa) ERROR
    0304 09:35:15958 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=pc/warrior/intro/selected.msa) ERROR
    0304 09:35:15958 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=pc/warrior/intro/not_selected.msa) ERROR
    0304 09:35:15965 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=pc2/warrior/intro/wait.msa) ERROR
    0304 09:35:15965 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=pc2/warrior/intro/selected.msa) ERROR
    0304 09:35:15965 :: CRaceData::RegisterMotionData - LoadMotionData(c_szFileName=pc2/warrior/intro/not_selected.msa) ERROR
     
    on pc.epk i have this pc>>warrior>>intro>>wait.msa
    on pc.epk pc2>>warrior>>intro>>wait.msa
    solved this problem but i have next problem.
  3.  

     

     

     

     

    Never.

    what never? O.o

     

    40k use public ip , and hamachi not use public ip.

     

    ah ok .... i dont understand never <.< ... but i've source from 34k server can i see there how to change???

     

    why not hamachi work you test it?

     

    yes.. i have test it.. if i login from external pc ,, when i select character loading and later 3 second crash to select channels

     

    hmm 192.168.1.xx locale pc?

  4.  

    client side try smt like this:

    root->uiinventory.py and search for "RefreshStatus" function and change it to:

    	def RefreshStatus(self):
    		money = player.GetElk()
    		if money <= 1000000:
    			self.wndMoney.SetFontColor(122, 231, 93)
    		elif money >= 1000001 and money <= 10000000:
    			self.wndMoney.SetFontColor(255, 215, 76)
    		elif money >= 10000001 and money <= 100000000:
    			self.wndMoney.SetFontColor(128, 192, 255)
    		self.wndMoney.SetText(localeInfo.NumberToMoneyString(money))
    

    and you cand add more values/colors...

     

    PS: i didn't tested, but is should work

    if money  > 100000000 the color will return to normal :P

     

    make it like this

    def RefreshStatus(self):
    
        money = player.GetElk()
        if money <= 1000000:
            self.wndMoney.SetFontColor(122, 231, 93)
        elif money >= 1000001 and money <= 10000000:
            self.wndMoney.SetFontColor(255, 215, 76)
        elif money >= 10000001:
            self.wndMoney.SetFontColor(128, 192, 255)
        self.wndMoney.SetText(localeInfo.NumberToMoneyString(money))

     

    not work 

    0222 19:48:05972 :: 
    networkModule.py(line:200) SetSelectCharacterPhase
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    introSelect.py(line:28) <module>
    system.py(line:130) __pack_import
    system.py(line:110) _process_result
    interfaceModule.py(line:14) <module>
    system.py(line:130) __pack_import
     
    networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:unindent does not match any outer indentation level (uiInventory.py, line 600)
     
    0222 19:48:05972 :: ============================================================================================================
    0222 19:48:05972 :: Abort!!!!
     
     
    0222 19:48:05972 :: filename=exception.py, name=Abort
    0222 19:48:05972 :: filename=networkModule.py, name=SetSelectCharacterPhase
    0222 19:48:05972 :: filename=prototype.py, name=RunApp
    0222 19:48:05972 :: filename=prototype.py, name=<module>
    0222 19:48:05973 :: filename=system.py, name=Run
    0222 19:48:05973 :: filename=system.py, name=execfile
    0222 19:48:05973 :: filename=system.py, name=RunMainScript
    0222 19:48:05973 :: filename=system.py, name=<module>
    0222 19:48:05973 :: filename=<string>, name=<module>
  5. 1>------ Build started: Project: eterlib, Configuration: Release Win32 ------
    2>------ Build started: Project: EterPack, Configuration: Release Win32 ------
    3>------ Build started: Project: eterBase, Configuration: Release Win32 ------
    2>Compiling...
    3>Compiling...
    2>md5.c
    1>Compiling...
    3>Base.cpp
    2>Generating Code...
    1>StdAfx.cpp
    2>Compiling...
    2>EterPackPolicy_CSHybridCrypt.cpp
    3>Utils.cpp
    2>c:usersravendesktopautopatcherclienteterbasefilename.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(74) : see declaration of 'strcpy'
    3>.Utils.cpp(340) : warning C4127: conditional expression is constant
    3>Timer.cpp
    3>TempFile.cpp
    3>tea.cpp
    3>Stl.cpp
    3>StdAfx.cpp
    1>Compiling...
    1>AttributeData.cpp
    1>TextFileLoader.cpp
    3>Random.cpp
    2>EterPackManager.cpp
    3>MappedFile.cpp
    1>IME.cpp
    1>TextBar.cpp
    1>DibBar.cpp
    1>BlockTexture.cpp
    1>TextTag.cpp
    1>GrpTextInstance.cpp
    2>c:usersravendesktopautopatcherclienteterbasefilename.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(74) : see declaration of 'strcpy'
    1>GrpText.cpp
    1>GrpFontTexture.cpp
    1>NetStream.cpp
    3>lzo.cpp
    1>NetPacketHeaderMap.cpp
    1>NetDevice.cpp
    1>NetDatagramSender.cpp
    1>NetDatagramReceiver.cpp
    1>NetDatagram.cpp
    1>NetAddress.cpp
    1>GrpTexture.cpp
    1>GrpSubImage.cpp
    2>EterPackCursor.cpp
    1>GrpMarkInstance.cpp
    1>Generating Code...
    3>FileLoader.cpp
    2>c:usersravendesktopautopatcherclienteterbasefilename.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(74) : see declaration of 'strcpy'
    2>c:usersravendesktopautopatcherclienteterpackInline.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(157) : see declaration of 'strncpy'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(157) : see declaration of 'strncpy'
    2>Generating Code...
    3>FileDir.cpp
    3>FileBase.cpp
    1>Compiling...
    1>GrpImageTexture.cpp
    3>error.cpp
    2>Compiling...
    2>EterPack.cpp
    1>GrpImageInstance.cpp
    1>GrpImage.cpp
    1>GrpExpandedImageInstance.cpp
    1>ResourceManager.cpp
    3>Debug.cpp
    2>c:usersravendesktopautopatcherclienteterbasefilename.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(74) : see declaration of 'strcpy'
    1>Resource.cpp
    2>c:usersravendesktopautopatcherclienteterpackInline.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(157) : see declaration of 'strncpy'
    3>CRC32.cpp
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestdio.h(358) : see declaration of '_vsnprintf'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestdio.h(358) : see declaration of '_vsnprintf'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestdio.h(237) : see declaration of 'fopen'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestdio.h(358) : see declaration of '_vsnprintf'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestdio.h(358) : see declaration of '_vsnprintf'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestdio.h(237) : see declaration of 'fopen'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(157) : see declaration of 'strncpy'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(157) : see declaration of 'strncpy'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(79) : see declaration of 'strcat'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestdio.h(237) : see declaration of 'fopen'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestdio.h(237) : see declaration of 'fopen'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestdio.h(237) : see declaration of 'fopen'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(157) : see declaration of 'strncpy'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(157) : see declaration of 'strncpy'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestdio.h(237) : see declaration of 'fopen'
    2>.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestdio.h(237) : see declaration of 'fopen'
    1>StateManager.cpp
    1>JpegFile.cpp
    1>GrpScreen.cpp
    1>GrpMath.cpp
    1>GrpDevice.cpp
    1>GrpDetector.cpp
    2>StdAfx.cpp
    1>GrpBase.cpp
    1>CullingManager.cpp
    3>CPostIt.cpp
    1>Util.cpp
    2>c:usersravendesktopautopatcherclienteterbasefilename.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.
    2>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(74) : see declaration of 'strcpy'
    2>Generating Code...
    1>Thread.cpp
    1>TargaResource.cpp
    1>SkyBox.cpp
    3>cipher.cpp
    1>ScreenFilter.cpp
    1>ReferenceObject.cpp
    1>Generating Code...
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(129) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(130) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(131) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(132) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(134) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(192) : warning C4100: 'blocking' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(192) : warning C4100: 'channel' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(192) : warning C4100: 'target' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(194) : warning C4100: 'blocking' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(194) : warning C4100: 'channel' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(194) : warning C4100: 'end' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(194) : warning C4100: 'begin' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(194) : warning C4100: 'target' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(202) : warning C4100: 'parameters' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(203) : warning C4100: 'blocking' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(203) : warning C4100: 'messageEnd' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(203) : warning C4100: 'length' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(203) : warning C4100: 'begin' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(76) : warning C4100: 'iterationCount' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(76) : warning C4100: 'input' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(76) : warning C4100: 'output' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(76) : warning C4100: 'operation' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(78) : warning C4100: 'length' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(78) : warning C4100: 'iv' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(78) : warning C4100: 'keystreamBuffer' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(80) : warning C4100: 'iterationCount' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(171) : warning C4100: 'iterationCount' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(171) : warning C4100: 'dir' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(171) : warning C4100: 'input' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(171) : warning C4100: 'output' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(173) : warning C4100: 'length' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(173) : warning C4100: 'iv' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(299) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(300) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(301) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(302) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppstrciphr.h(303) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(80) : warning C4512: 'CryptoPP::CombinedNameValuePairs' : assignment operator could not be generated
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(70) : see declaration of 'CryptoPP::CombinedNameValuePairs'
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(329) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(330) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(331) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/modes.h(291) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/modes.h(292) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/modes.h(293) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/modes.h(325) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/modes.h(342) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/modes.h(343) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/modes.h(368) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/modes.h(385) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/modes.h(386) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/modes.h(403) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/modes.h(404) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppqueue.h(93) : warning C4512: 'CryptoPP::ByteQueue::Walker' : assignment operator could not be generated
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppqueue.h(64) : see declaration of 'CryptoPP::ByteQueue::Walker'
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppqueue.h(122) : warning C4512: 'CryptoPP::LazyPutter' : assignment operator could not be generated
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppqueue.h(112) : see declaration of 'CryptoPP::LazyPutter'
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppqueue.h(130) : warning C4512: 'CryptoPP::LazyPutterModifiable' : assignment operator could not be generated
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppqueue.h(125) : see declaration of 'CryptoPP::LazyPutterModifiable'
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(94) : warning C4100: 'parameters' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(174) : warning C4100: 'lastSize' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(174) : warning C4100: 'blockSize' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(174) : warning C4100: 'firstSize' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(176) : warning C4100: 'parameters' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(181) : warning C4100: 'inString' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(205) : warning C4100: 'length' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(205) : warning C4100: 'inString' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(251) : warning C4100: 'parameters' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(536) : warning C4512: 'CryptoPP::OutputProxy' : assignment operator could not be generated
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(501) : see declaration of 'CryptoPP::OutputProxy'
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(614) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(700) : warning C4100: 'blocking' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(700) : warning C4100: 'channel' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(700) : warning C4100: 'end' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(700) : warning C4100: 'begin' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(700) : warning C4100: 'target' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(717) : warning C4100: 'parameters' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppiterhash.h(97) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppiterhash.h(98) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppiterhash.h(100) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppiterhash.h(101) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/osrng.h(143) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmodarith.h(13) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmodarith.h(14) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmodarith.h(15) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmodarith.h(101) : warning C4100: 'ignore_for_now' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(71) : warning C4100: 'rng' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(109) : warning C4100: 'name' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(189) : warning C4100: 'digestLength' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(189) : warning C4100: 'hashIdentifierLength' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(191) : warning C4100: 'digestLength' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(191) : warning C4100: 'hashIdentifierLength' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(191) : warning C4100: 'representativeBitLength' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(202) : warning C4100: 'semisignatureLength' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(202) : warning C4100: 'semisignature' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(202) : warning C4100: 'hash' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(208) : warning C4100: 'semisignature' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(207) : warning C4100: 'presignatureLength' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(207) : warning C4100: 'presignature' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(206) : warning C4100: 'recoverableMessageLength' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(206) : warning C4100: 'recoverableMessage' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(205) : warning C4100: 'hash' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(226) : warning C4100: 'recoveredMessage' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(225) : warning C4100: 'representativeBitLength' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(225) : warning C4100: 'representative' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(224) : warning C4100: 'messageEmpty' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(224) : warning C4100: 'hashIdentifier' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(224) : warning C4100: 'hash' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(233) : warning C4100: 'recoveredMessage' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(232) : warning C4100: 'semisignatureLength' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(232) : warning C4100: 'semisignature' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(231) : warning C4100: 'presignatureLength' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(231) : warning C4100: 'presignature' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(230) : warning C4100: 'hashIdentifier' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(230) : warning C4100: 'hash' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(937) : warning C4100: 'name' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmodexppc.h(11) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppasn.h(156) : warning C4512: 'CryptoPP::BERGeneralDecoder' : assignment operator could not be generated
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppasn.h(128) : see declaration of 'CryptoPP::BERGeneralDecoder'
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppasn.h(154) : warning C4100: 'parameters' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppasn.h(174) : warning C4512: 'CryptoPP::DERGeneralEncoder' : assignment operator could not be generated
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppasn.h(159) : see declaration of 'CryptoPP::DERGeneralEncoder'
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppasn.h(184) : warning C4512: 'CryptoPP::BERSequenceDecoder' : assignment operator could not be generated
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppasn.h(177) : see declaration of 'CryptoPP::BERSequenceDecoder'
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppasn.h(194) : warning C4512: 'CryptoPP::DERSequenceEncoder' : assignment operator could not be generated
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppasn.h(187) : see declaration of 'CryptoPP::DERSequenceEncoder'
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppasn.h(204) : warning C4512: 'CryptoPP::BERSetDecoder' : assignment operator could not be generated
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppasn.h(197) : see declaration of 'CryptoPP::BERSetDecoder'
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppasn.h(214) : warning C4512: 'CryptoPP::DERSetEncoder' : assignment operator could not be generated
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppasn.h(207) : see declaration of 'CryptoPP::DERSetEncoder'
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(20) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(53) : warning C4100: 'reversible' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(55) : warning C4100: 'reversible' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(116) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(180) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(414) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(415) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(416) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/dh.h(92) : warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/dh2.h(54) : warning C4512: 'CryptoPP::DH2' : assignment operator could not be generated
    3>        C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/dh2.h(12) : see declaration of 'CryptoPP::DH2'
    3>C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/tea.h(100) : warning C4100: 'length' : unreferenced formal parameter
    3>.cipher.cpp(134) : warning C4512: 'DH2KeyAgreement' : assignment operator could not be generated
    3>        .cipher.cpp(121) : see declaration of 'DH2KeyAgreement'
    2>Creating library...
    3>.cipher.cpp(380) : warning C4189: 'count' : local variable is initialized but not referenced
    3>.cipher.cpp(446) : warning C4193: #pragma warning(pop) : no matching '#pragma warning(push)'
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(88) : warning C4100: 'blocking' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(89) : while compiling class template member function 'size_t CryptoPP::InputRejecting<T>::Put2(const byte *,size_t,int,bool)'
    3>        with
    3>        [
    3>            T=CryptoPP::BufferedTransformation
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(153) : see reference to class template instantiation 'CryptoPP::InputRejecting<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::BufferedTransformation
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(168) : see reference to class template instantiation 'CryptoPP::AutoSignaling<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::InputRejecting<CryptoPP::BufferedTransformation>
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(88) : warning C4100: 'messageEnd' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(88) : warning C4100: 'length' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(88) : warning C4100: 'begin' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(93) : warning C4100: 'blocking' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(94) : while compiling class template member function 'size_t CryptoPP::InputRejecting<T>::ChannelPut2(const std::string &,const byte *,size_t,int,bool)'
    3>        with
    3>        [
    3>            T=CryptoPP::BufferedTransformation
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(93) : warning C4100: 'messageEnd' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(93) : warning C4100: 'length' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(93) : warning C4100: 'begin' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(93) : warning C4100: 'channel' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(52) : warning C4100: 'blocking' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(52) : while compiling class template member function 'bool CryptoPP::Bufferless<T>::IsolatedFlush(bool,bool)'
    3>        with
    3>        [
    3>            T=CryptoPP::Sink
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(199) : see reference to class template instantiation 'CryptoPP::Bufferless<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::Sink
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(52) : warning C4100: 'hardFlush' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(322) : warning C4189: 'p' : local variable is initialized but not referenced
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(321) : while compiling class template member function 'void CryptoPP::AlgorithmParametersTemplate<T>::MoveInto(void *) const'
    3>        with
    3>        [
    3>            T=bool
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(329) : see reference to class template instantiation 'CryptoPP::AlgorithmParametersTemplate<T>' being compiled
    3>        with
    3>        [
    3>            T=bool
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(322) : warning C4189: 'p' : local variable is initialized but not referenced
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(321) : while compiling class template member function 'void CryptoPP::AlgorithmParametersTemplate<T>::MoveInto(void *) const'
    3>        with
    3>        [
    3>            T=int
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(330) : see reference to class template instantiation 'CryptoPP::AlgorithmParametersTemplate<T>' being compiled
    3>        with
    3>        [
    3>            T=int
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(322) : warning C4189: 'p' : local variable is initialized but not referenced
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(321) : while compiling class template member function 'void CryptoPP::AlgorithmParametersTemplate<T>::MoveInto(void *) const'
    3>        with
    3>        [
    3>            T=CryptoPP::ConstByteArrayParameter
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(331) : see reference to class template instantiation 'CryptoPP::AlgorithmParametersTemplate<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::ConstByteArrayParameter
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(52) : warning C4100: 'blocking' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(52) : while compiling class template member function 'bool CryptoPP::Bufferless<T>::IsolatedFlush(bool,bool)'
    3>        with
    3>        [
    3>            T=CryptoPP::BufferedTransformation
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppqueue.h(17) : see reference to class template instantiation 'CryptoPP::Bufferless<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::BufferedTransformation
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(52) : warning C4100: 'hardFlush' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(52) : warning C4100: 'blocking' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(52) : while compiling class template member function 'bool CryptoPP::Bufferless<T>::IsolatedFlush(bool,bool)'
    3>        with
    3>        [
    3>            T=CryptoPP::Filter
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(86) : see reference to class template instantiation 'CryptoPP::Bufferless<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::Filter
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(52) : warning C4100: 'hardFlush' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(62) : warning C4100: 'blocking' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(63) : while compiling class template member function 'bool CryptoPP::Unflushable<T>::IsolatedFlush(bool,bool)'
    3>        with
    3>        [
    3>            T=CryptoPP::Filter
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(388) : see reference to class template instantiation 'CryptoPP::Unflushable<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::Filter
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(62) : warning C4100: 'hardFlush' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(117) : warning C4100: 'parameters' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(117) : while compiling class template member function 'void CryptoPP::CustomSignalPropagation<T>::IsolatedInitialize(const CryptoPP::NameValuePairs &)'
    3>        with
    3>        [
    3>            T=CryptoPP::Sink
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(442) : see reference to class template instantiation 'CryptoPP::CustomSignalPropagation<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::Sink
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(106) : warning C4100: 'blocking' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(106) : while compiling class template member function 'bool CryptoPP::CustomFlushPropagation<T>::IsolatedFlush(bool,bool)'
    3>        with
    3>        [
    3>            T=CryptoPP::Sink
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(112) : see reference to class template instantiation 'CryptoPP::CustomFlushPropagation<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::Sink
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(106) : warning C4100: 'hardFlush' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(597) : warning C4100: 'blocking' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(598) : while compiling class template member function 'size_t CryptoPP::StringSinkTemplate<T>::Put2(const byte *,size_t,int,bool)'
    3>        with
    3>        [
    3>            T=std::string
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(614) : see reference to class template instantiation 'CryptoPP::StringSinkTemplate<T>' being compiled
    3>        with
    3>        [
    3>            T=std::string
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(597) : warning C4100: 'messageEnd' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(88) : warning C4100: 'blocking' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(89) : while compiling class template member function 'size_t CryptoPP::InputRejecting<T>::Put2(const byte *,size_t,int,bool)'
    3>        with
    3>        [
    3>            T=CryptoPP::Filter
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(728) : see reference to class template instantiation 'CryptoPP::InputRejecting<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::Filter
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(88) : warning C4100: 'messageEnd' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(88) : warning C4100: 'length' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(88) : warning C4100: 'begin' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(93) : warning C4100: 'blocking' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(94) : while compiling class template member function 'size_t CryptoPP::InputRejecting<T>::ChannelPut2(const std::string &,const byte *,size_t,int,bool)'
    3>        with
    3>        [
    3>            T=CryptoPP::Filter
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(93) : warning C4100: 'messageEnd' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(93) : warning C4100: 'length' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(93) : warning C4100: 'begin' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(93) : warning C4100: 'channel' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(317) : warning C4100: 'signatureLength' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(318) : while compiling class template member function 'size_t CryptoPP::TF_SignatureSchemeBase<INTERFACE,BASE>::MaxRecoverableLengthFromSignatureLength(size_t) const'
    3>        with
    3>        [
    3>            INTERFACE=CryptoPP::PK_Signer,
    3>            BASE=CryptoPP::TF_Base<CryptoPP::RandomizedTrapdoorFunctionInverse,CryptoPP::PK_SignatureMessageEncodingMethod>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(336) : see reference to class template instantiation 'CryptoPP::TF_SignatureSchemeBase<INTERFACE,BASE>' being compiled
    3>        with
    3>        [
    3>            INTERFACE=CryptoPP::PK_Signer,
    3>            BASE=CryptoPP::TF_Base<CryptoPP::RandomizedTrapdoorFunctionInverse,CryptoPP::PK_SignatureMessageEncodingMethod>
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(317) : warning C4100: 'signatureLength' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(318) : while compiling class template member function 'size_t CryptoPP::TF_SignatureSchemeBase<INTERFACE,BASE>::MaxRecoverableLengthFromSignatureLength(size_t) const'
    3>        with
    3>        [
    3>            INTERFACE=CryptoPP::PK_Verifier,
    3>            BASE=CryptoPP::TF_Base<CryptoPP::TrapdoorFunction,CryptoPP::PK_SignatureMessageEncodingMethod>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(344) : see reference to class template instantiation 'CryptoPP::TF_SignatureSchemeBase<INTERFACE,BASE>' being compiled
    3>        with
    3>        [
    3>            INTERFACE=CryptoPP::PK_Verifier,
    3>            BASE=CryptoPP::TF_Base<CryptoPP::TrapdoorFunction,CryptoPP::PK_SignatureMessageEncodingMethod>
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(226) : warning C4512: 'CryptoPP::AssignFromHelperClass<T,BASE>' : assignment operator could not be generated
    3>        with
    3>        [
    3>            T=CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation>,
    3>            BASE=CryptoPP::DL_GroupParameters_IntegerBased
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(96) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation>,
    3>            BASE=CryptoPP::DL_GroupParameters_IntegerBased
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(96) : while compiling class template member function 'void CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP>::AssignFrom(const CryptoPP::NameValuePairs &)'
    3>        with
    3>        [
    3>            GROUP_PRECOMP=CryptoPP::ModExpPrecomputation
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(116) : see reference to class template instantiation 'CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP>' being compiled
    3>        with
    3>        [
    3>            GROUP_PRECOMP=CryptoPP::ModExpPrecomputation
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(905) : warning C4100: 's' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.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'
    3>        with
    3>        [
    3>            T=CryptoPP::Integer
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(153) : see reference to class template instantiation 'CryptoPP::DL_ElgamalLikeSignatureAlgorithm<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::Integer
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(180) : see reference to class template instantiation 'CryptoPP::DL_Algorithm_GDSA<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::Integer
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(905) : warning C4100: 'r' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(905) : warning C4100: 'publicKey' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(905) : warning C4100: 'params' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(226) : warning C4512: 'CryptoPP::AssignFromHelperClass<T,BASE>' : assignment operator could not be generated
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PublicKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
    3>            BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(859) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PublicKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
    3>            BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(858) : while compiling class template member function 'void CryptoPP::DL_PublicKeyImpl<GP>::AssignFrom(const CryptoPP::NameValuePairs &)'
    3>        with
    3>        [
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(212) : see reference to class template instantiation 'CryptoPP::DL_PublicKeyImpl<GP>' being compiled
    3>        with
    3>        [
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(414) : see reference to class template instantiation 'CryptoPP::DL_PublicKey_GFP<GP>' being compiled
    3>        with
    3>        [
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(226) : warning C4512: 'CryptoPP::AssignFromHelperClass<T,BASE>' : assignment operator could not be generated
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PrivateKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
    3>            BASE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(776) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PrivateKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
    3>            BASE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(775) : while compiling class template member function 'void CryptoPP::DL_PrivateKeyImpl<GP>::AssignFrom(const CryptoPP::NameValuePairs &)'
    3>        with
    3>        [
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(231) : see reference to class template instantiation 'CryptoPP::DL_PrivateKeyImpl<GP>' being compiled
    3>        with
    3>        [
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(415) : see reference to class template instantiation 'CryptoPP::DL_PrivateKey_GFP<GP>' being compiled
    3>        with
    3>        [
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1392) : warning C4100: 'rng' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1393) : while compiling class template member function 'void CryptoPP::DL_SimpleKeyAgreementDomainBase<T>::GeneratePublicKey(CryptoPP::RandomNumberGenerator &,const byte *,byte *) const'
    3>        with
    3>        [
    3>            T=CryptoPP::Integer
    3>        ]
    3>        C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/dh.h(14) : see reference to class template instantiation 'CryptoPP::DL_SimpleKeyAgreementDomainBase<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::Integer
    3>        ]
    3>        C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/dh.h(92) : see reference to class template instantiation 'CryptoPP::DH_Domain<GROUP_PARAMETERS>' being compiled
    3>        with
    3>        [
    3>            GROUP_PARAMETERS=CryptoPP::DL_GroupParameters_GFP_DefaultSafePrime
    3>        ]
    2>Build log was saved at "file://c:UsersRavenDesktopautopatcherClientEterPackReleaseBuildLog.htm"
    2>EterPack - 0 error(s), 24 warning(s)
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(96) : warning C4127: conditional expression is constant
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(90) : while compiling class template member function 'unsigned char *CryptoPP::AllocatorWithCleanup<T>::allocate(CryptoPP::AllocatorWithCleanup<T>::size_type,const void *)'
    3>        with
    3>        [
    3>            T=byte
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(129) : see reference to class template instantiation 'CryptoPP::AllocatorWithCleanup<T>' being compiled
    3>        with
    3>        [
    3>            T=byte
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(108) : warning C4127: conditional expression is constant
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<T>::deallocate(void *,CryptoPP::AllocatorWithCleanup<T>::size_type)'
    3>        with
    3>        [
    3>            T=byte
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(96) : warning C4127: conditional expression is constant
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(90) : while compiling class template member function 'unsigned int *CryptoPP::AllocatorWithCleanup<T,T_Align16>::allocate(CryptoPP::AllocatorWithCleanup<T,T_Align16>::size_type,const void *)'
    3>        with
    3>        [
    3>            T=CryptoPP::word,
    3>            T_Align16=true
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(134) : see reference to class template instantiation 'CryptoPP::AllocatorWithCleanup<T,T_Align16>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word,
    3>            T_Align16=true
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(108) : warning C4127: conditional expression is constant
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<T,T_Align16>::deallocate(void *,CryptoPP::AllocatorWithCleanup<T,T_Align16>::size_type)'
    3>        with
    3>        [
    3>            T=CryptoPP::word,
    3>            T_Align16=true
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(96) : warning C4127: conditional expression is constant
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(90) : while compiling class template member function 'unsigned char *CryptoPP::AllocatorWithCleanup<T,T_Align16>::allocate(CryptoPP::AllocatorWithCleanup<T,T_Align16>::size_type,const void *)'
    3>        with
    3>        [
    3>            T=byte,
    3>            T_Align16=true
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(241) : see reference to class template instantiation 'CryptoPP::AllocatorWithCleanup<T,T_Align16>' being compiled
    3>        with
    3>        [
    3>            T=byte,
    3>            T_Align16=true
    3>        ]
    3>        C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/modes.h(76) : see reference to class template instantiation 'CryptoPP::SecBlock<T,A>' being compiled
    3>        with
    3>        [
    3>            T=byte,
    3>            A=CryptoPP::AllocatorWithCleanup<byte,true>
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(108) : warning C4127: conditional expression is constant
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<T,T_Align16>::deallocate(void *,CryptoPP::AllocatorWithCleanup<T,T_Align16>::size_type)'
    3>        with
    3>        [
    3>            T=byte,
    3>            T_Align16=true
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(972) : warning C4100: 'signatureLength' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(973) : while compiling class template member function 'size_t CryptoPP::DL_SignatureSchemeBase<INTERFACE,KEY_INTERFACE>::MaxRecoverableLengthFromSignatureLength(size_t) const'
    3>        with
    3>        [
    3>            INTERFACE=CryptoPP::PK_Signer,
    3>            KEY_INTERFACE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(995) : see reference to class template instantiation 'CryptoPP::DL_SignatureSchemeBase<INTERFACE,KEY_INTERFACE>' being compiled
    3>        with
    3>        [
    3>            INTERFACE=CryptoPP::PK_Signer,
    3>            KEY_INTERFACE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(25) : see reference to class template instantiation 'CryptoPP::DL_SignerBase<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::Integer
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1282) : see reference to class template instantiation 'CryptoPP::AlgorithmImpl<BASE,ALGORITHM_INFO>' being compiled
    3>        with
    3>        [
    3>            BASE=CryptoPP::DL_SignerBase<CryptoPP::Integer>,
    3>            ALGORITHM_INFO=CryptoPP::DSA
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1317) : see reference to class template instantiation 'CryptoPP::DL_ObjectImplBase<BASE,SCHEME_OPTIONS,KEY>' being compiled
    3>        with
    3>        [
    3>            BASE=CryptoPP::DL_SignerBase<CryptoPP::Integer>,
    3>            SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>,
    3>            KEY=CryptoPP::DL_PrivateKey_WithSignaturePairwiseConsistencyTest<CryptoPP::DL_PrivateKey_GFP<CryptoPP::DL_GroupParameters_DSA>,CryptoPP::DSA>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1339) : see reference to class template instantiation 'CryptoPP::DL_ObjectImpl<BASE,SCHEME_OPTIONS,KEY>' being compiled
    3>        with
    3>        [
    3>            BASE=CryptoPP::DL_SignerBase<CryptoPP::Integer>,
    3>            SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>,
    3>            KEY=CryptoPP::DL_PrivateKey_WithSignaturePairwiseConsistencyTest<CryptoPP::DL_PrivateKey_GFP<CryptoPP::DL_GroupParameters_DSA>,CryptoPP::DSA>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1489) : see reference to class template instantiation 'CryptoPP::DL_SignerImpl<SCHEME_OPTIONS>' being compiled
    3>        with
    3>        [
    3>            SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(830) : see reference to class template instantiation 'CryptoPP::PK_FinalTemplate<BASE>' being compiled
    3>        with
    3>        [
    3>            BASE=CryptoPP::DL_SignerImpl<CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(825) : while compiling class template member function 'void CryptoPP::DL_PrivateKey_WithSignaturePairwiseConsistencyTest<BASE,SIGNATURE_SCHEME>::GenerateRandom(CryptoPP::RandomNumberGenerator &,const CryptoPP::NameValuePairs &)'
    3>        with
    3>        [
    3>            BASE=CryptoPP::DL_PrivateKey_GFP<CryptoPP::DL_GroupParameters_DSA>,
    3>            SIGNATURE_SCHEME=CryptoPP::DSA
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(416) : see reference to class template instantiation 'CryptoPP::DL_PrivateKey_WithSignaturePairwiseConsistencyTest<BASE,SIGNATURE_SCHEME>' being compiled
    3>        with
    3>        [
    3>            BASE=CryptoPP::DL_PrivateKey_GFP<CryptoPP::DL_GroupParameters_DSA>,
    3>            SIGNATURE_SCHEME=CryptoPP::DSA
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1086) : warning C4100: 'signatureLength' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1087) : while compiling class template member function 'void CryptoPP::DL_VerifierBase<T>::InputSignature(CryptoPP::PK_MessageAccumulator &,const byte *,size_t) const'
    3>        with
    3>        [
    3>            T=CryptoPP::Integer
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(25) : see reference to class template instantiation 'CryptoPP::DL_VerifierBase<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::Integer
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1282) : see reference to class template instantiation 'CryptoPP::AlgorithmImpl<BASE,ALGORITHM_INFO>' being compiled
    3>        with
    3>        [
    3>            BASE=CryptoPP::DL_VerifierBase<CryptoPP::Integer>,
    3>            ALGORITHM_INFO=CryptoPP::DSA
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1317) : see reference to class template instantiation 'CryptoPP::DL_ObjectImplBase<BASE,SCHEME_OPTIONS,KEY>' being compiled
    3>        with
    3>        [
    3>            BASE=CryptoPP::DL_VerifierBase<CryptoPP::Integer>,
    3>            SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>,
    3>            KEY=CryptoPP::DL_PublicKey_GFP<CryptoPP::DL_GroupParameters_DSA>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1352) : see reference to class template instantiation 'CryptoPP::DL_ObjectImpl<BASE,SCHEME_OPTIONS,KEY>' being compiled
    3>        with
    3>        [
    3>            BASE=CryptoPP::DL_VerifierBase<CryptoPP::Integer>,
    3>            SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>,
    3>            KEY=CryptoPP::DL_PublicKey_GFP<CryptoPP::DL_GroupParameters_DSA>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1489) : see reference to class template instantiation 'CryptoPP::DL_VerifierImpl<SCHEME_OPTIONS>' being compiled
    3>        with
    3>        [
    3>            SCHEME_OPTIONS=CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(831) : see reference to class template instantiation 'CryptoPP::PK_FinalTemplate<BASE>' being compiled
    3>        with
    3>        [
    3>            BASE=CryptoPP::DL_VerifierImpl<CryptoPP::DL_SignatureSchemeOptions<CryptoPP::DSA,CryptoPP::DL_Keys_DSA,CryptoPP::DL_Algorithm_GDSA<CryptoPP::Integer>,CryptoPP::DL_SignatureMessageEncodingMethod_DSA,CryptoPP::SHA>>
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(972) : warning C4100: 'signatureLength' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(973) : while compiling class template member function 'size_t CryptoPP::DL_SignatureSchemeBase<INTERFACE,KEY_INTERFACE>::MaxRecoverableLengthFromSignatureLength(size_t) const'
    3>        with
    3>        [
    3>            INTERFACE=CryptoPP::PK_Verifier,
    3>            KEY_INTERFACE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1084) : see reference to class template instantiation 'CryptoPP::DL_SignatureSchemeBase<INTERFACE,KEY_INTERFACE>' being compiled
    3>        with
    3>        [
    3>            INTERFACE=CryptoPP::PK_Verifier,
    3>            KEY_INTERFACE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(149) : warning C4100: 'n' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(150) : while compiling class template member function 'void CryptoPP::NullAllocator<T>::deallocate(void *,CryptoPP::NullAllocator<T>::size_type)'
    3>        with
    3>        [
    3>            T=byte
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(232) : see reference to class template instantiation 'CryptoPP::NullAllocator<T>' being compiled
    3>        with
    3>        [
    3>            T=byte
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(241) : see reference to class template instantiation 'CryptoPP::FixedSizeAllocatorWithCleanup<T,S>' being compiled
    3>        with
    3>        [
    3>            T=byte,
    3>            S=32
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(423) : see reference to class template instantiation 'CryptoPP::SecBlock<T,A>' being compiled
    3>        with
    3>        [
    3>            T=byte,
    3>            A=CryptoPP::FixedSizeAllocatorWithCleanup<byte,32>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopprandpool.h(25) : see reference to class template instantiation 'CryptoPP::FixedSizeSecBlock<T,S>' being compiled
    3>        with
    3>        [
    3>            T=byte,
    3>            S=32
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(149) : warning C4100: 'p' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1065) : warning C4100: 'ma' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1066) : while compiling class template member function 'void CryptoPP::DL_SignerBase<T>::RestartMessageAccumulator(CryptoPP::RandomNumberGenerator &,CryptoPP::PK_MessageAccumulatorBase &) const'
    3>        with
    3>        [
    3>            T=CryptoPP::Integer
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(1065) : warning C4100: 'rng' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(96) : warning C4127: conditional expression is constant
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(90) : while compiling class template member function 'unsigned int *CryptoPP::AllocatorWithCleanup<T>::allocate(CryptoPP::AllocatorWithCleanup<T>::size_type,const void *)'
    3>        with
    3>        [
    3>            T=CryptoPP::word32
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(131) : see reference to class template instantiation 'CryptoPP::AllocatorWithCleanup<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word32
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(108) : warning C4127: conditional expression is constant
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<T>::deallocate(void *,CryptoPP::AllocatorWithCleanup<T>::size_type)'
    3>        with
    3>        [
    3>            T=CryptoPP::word32
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(143) : warning C4100: 'n' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(144) : while compiling class template member function 'unsigned int *CryptoPP::NullAllocator<T>::allocate(CryptoPP::NullAllocator<T>::size_type,const void *)'
    3>        with
    3>        [
    3>            T=CryptoPP::word32
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(232) : see reference to class template instantiation 'CryptoPP::NullAllocator<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word32
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(241) : see reference to class template instantiation 'CryptoPP::FixedSizeAllocatorWithCleanup<T,S,A,T_Align16>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word32,
    3>            S=60,
    3>            A=CryptoPP::NullAllocator<CryptoPP::word32>,
    3>            T_Align16=true
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(423) : see reference to class template instantiation 'CryptoPP::SecBlock<T,A>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word32,
    3>            A=CryptoPP::FixedSizeAllocatorWithCleanup<CryptoPP::word32,60,CryptoPP::NullAllocator<CryptoPP::word32>,true>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(430) : see reference to class template instantiation 'CryptoPP::FixedSizeSecBlock<T,S,A>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word32,
    3>            S=60,
    3>            A=CryptoPP::FixedSizeAllocatorWithCleanup<CryptoPP::word32,60,CryptoPP::NullAllocator<CryptoPP::word32>,true>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopprijndael.h(37) : see reference to class template instantiation 'CryptoPP::FixedSizeAlignedSecBlock<T,S>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word32,
    3>            S=60
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(149) : warning C4100: 'n' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(150) : while compiling class template member function 'void CryptoPP::NullAllocator<T>::deallocate(void *,CryptoPP::NullAllocator<T>::size_type)'
    3>        with
    3>        [
    3>            T=CryptoPP::word32
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(149) : warning C4100: 'p' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(143) : warning C4100: 'n' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(144) : while compiling class template member function 'unsigned __int64 *CryptoPP::NullAllocator<T>::allocate(CryptoPP::NullAllocator<T>::size_type,const void *)'
    3>        with
    3>        [
    3>            T=CryptoPP::word64
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(232) : see reference to class template instantiation 'CryptoPP::NullAllocator<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word64
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(241) : see reference to class template instantiation 'CryptoPP::FixedSizeAllocatorWithCleanup<T,S>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word64,
    3>            S=16
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(423) : see reference to class template instantiation 'CryptoPP::SecBlock<T,A>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word64,
    3>            A=CryptoPP::FixedSizeAllocatorWithCleanup<CryptoPP::word64,16>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppiterhash.h(75) : see reference to class template instantiation 'CryptoPP::FixedSizeSecBlock<T,S>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word64,
    3>            S=16
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(25) : see reference to class template instantiation 'CryptoPP::IteratedHash<T_HashWordType,T_Endianness,T_BlockSize>' being compiled
    3>        with
    3>        [
    3>            T_HashWordType=CryptoPP::word64,
    3>            T_Endianness=CryptoPP::BigEndian,
    3>            T_BlockSize=128
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsimple.h(17) : see reference to class template instantiation 'CryptoPP::AlgorithmImpl<BASE,ALGORITHM_INFO>' being compiled
    3>        with
    3>        [
    3>            BASE=CryptoPP::IteratedHash<CryptoPP::word64,CryptoPP::BigEndian,128>,
    3>            ALGORITHM_INFO=CryptoPP::SHA512
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppiterhash.h(82) : see reference to class template instantiation 'CryptoPP::ClonableImpl<DERIVED,BASE>' being compiled
    3>        with
    3>        [
    3>            DERIVED=CryptoPP::SHA512,
    3>            BASE=CryptoPP::AlgorithmImpl<CryptoPP::IteratedHash<CryptoPP::word64,CryptoPP::BigEndian,128>,CryptoPP::SHA512>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsha.h(45) : see reference to class template instantiation 'CryptoPP::IteratedHashWithStaticTransform<T_HashWordType,T_Endianness,T_BlockSize,T_StateSize,T_Transform,T_DigestSize,T_StateAligned>' being compiled
    3>        with
    3>        [
    3>            T_HashWordType=CryptoPP::word64,
    3>            T_Endianness=CryptoPP::BigEndian,
    3>            T_BlockSize=128,
    3>            T_StateSize=64,
    3>            T_Transform=CryptoPP::SHA512,
    3>            T_DigestSize=64,
    3>            T_StateAligned=true
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(149) : warning C4100: 'n' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(150) : while compiling class template member function 'void CryptoPP::NullAllocator<T>::deallocate(void *,CryptoPP::NullAllocator<T>::size_type)'
    3>        with
    3>        [
    3>            T=CryptoPP::word64
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(149) : warning C4100: 'p' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(155) : warning C4100: 'dummy' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(129) : see reference to function template instantiation 'CryptoPP::GetValueHelperClass<T,BASE> CryptoPP::GetValueHelper<CryptoPP::DL_GroupParameters_IntegerBased,CryptoPP::DL_GroupParameters_GFP>(const T *,const char *,const type_info &,void *,const CryptoPP::NameValuePairs *,BASE *)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::DL_GroupParameters_GFP,
    3>            BASE=CryptoPP::DL_GroupParameters_IntegerBased
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(366) : warning C4127: conditional expression is constant
    3>        C:UsersRavenDesktoplib binaryinclude_stuffcryptopp/skipjack.h(25) : see reference to function template instantiation 'unsigned int CryptoPP::GetAlignmentOf<CryptoPP::word16>(T *)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word16
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(363) : warning C4100: 'dummy' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(366) : warning C4127: conditional expression is constant
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppiterhash.h(28) : see reference to function template instantiation 'unsigned int CryptoPP::GetAlignmentOf<T>(T *)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word64
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppiterhash.h(28) : while compiling class template member function 'unsigned int CryptoPP::IteratedHashBase<T,BASE>::OptimalDataAlignment(void) const'
    3>        with
    3>        [
    3>            T=CryptoPP::word64,
    3>            BASE=CryptoPP::HashTransformation
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppiterhash.h(97) : see reference to class template instantiation 'CryptoPP::IteratedHashBase<T,BASE>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word64,
    3>            BASE=CryptoPP::HashTransformation
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(363) : warning C4100: 'dummy' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(366) : warning C4127: conditional expression is constant
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppiterhash.h(28) : see reference to function template instantiation 'unsigned int CryptoPP::GetAlignmentOf<T>(T *)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word32
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppiterhash.h(28) : while compiling class template member function 'unsigned int CryptoPP::IteratedHashBase<T,BASE>::OptimalDataAlignment(void) const'
    3>        with
    3>        [
    3>            T=CryptoPP::word32,
    3>            BASE=CryptoPP::HashTransformation
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppiterhash.h(100) : see reference to class template instantiation 'CryptoPP::IteratedHashBase<T,BASE>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word32,
    3>            BASE=CryptoPP::HashTransformation
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(363) : warning C4100: 'dummy' : unreferenced formal parameter
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(155) : warning C4100: 'dummy' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(93) : see reference to function template instantiation 'CryptoPP::GetValueHelperClass<T,BASE> CryptoPP::GetValueHelper<CryptoPP::DL_GroupParameters_IntegerBased,CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP>>(const T *,const char *,const type_info &,void *,const CryptoPP::NameValuePairs *,BASE *)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation>,
    3>            BASE=CryptoPP::DL_GroupParameters_IntegerBased,
    3>            GROUP_PRECOMP=CryptoPP::ModExpPrecomputation
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(93) : while compiling class template member function 'bool CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP>::GetVoidValue(const char *,const type_info &,void *) const'
    3>        with
    3>        [
    3>            GROUP_PRECOMP=CryptoPP::ModExpPrecomputation
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(229) : warning C4100: 'dummy' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(96) : see reference to function template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE> CryptoPP::AssignFromHelper<CryptoPP::DL_GroupParameters_IntegerBased,CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP>>(T *,const CryptoPP::NameValuePairs &,BASE *)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::DL_GroupParameters_IntegerBasedImpl<CryptoPP::ModExpPrecomputation>,
    3>            BASE=CryptoPP::DL_GroupParameters_IntegerBased,
    3>            GROUP_PRECOMP=CryptoPP::ModExpPrecomputation
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppgfpcrypt.h(96) : while compiling class template member function 'void CryptoPP::DL_GroupParameters_IntegerBasedImpl<GROUP_PRECOMP>::AssignFrom(const CryptoPP::NameValuePairs &)'
    3>        with
    3>        [
    3>            GROUP_PRECOMP=CryptoPP::ModExpPrecomputation
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(155) : warning C4100: 'dummy' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(854) : see reference to function template instantiation 'CryptoPP::GetValueHelperClass<T,BASE> CryptoPP::GetValueHelper<CryptoPP::DL_PublicKey<CryptoPP::Integer>,CryptoPP::DL_PublicKeyImpl<GP>>(const T *,const char *,const type_info &,void *,const CryptoPP::NameValuePairs *,BASE *)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PublicKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
    3>            BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>,
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(853) : while compiling class template member function 'bool CryptoPP::DL_PublicKeyImpl<GP>::GetVoidValue(const char *,const type_info &,void *) const'
    3>        with
    3>        [
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(229) : warning C4100: 'dummy' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(859) : see reference to function template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE> CryptoPP::AssignFromHelper<CryptoPP::DL_PublicKey<CryptoPP::Integer>,CryptoPP::DL_PublicKeyImpl<GP>>(T *,const CryptoPP::NameValuePairs &,BASE *)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PublicKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
    3>            BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>,
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(858) : while compiling class template member function 'void CryptoPP::DL_PublicKeyImpl<GP>::AssignFrom(const CryptoPP::NameValuePairs &)'
    3>        with
    3>        [
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(155) : warning C4100: 'dummy' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(771) : see reference to function template instantiation 'CryptoPP::GetValueHelperClass<T,BASE> CryptoPP::GetValueHelper<CryptoPP::DL_PrivateKey<CryptoPP::Integer>,CryptoPP::DL_PrivateKeyImpl<GP>>(const T *,const char *,const type_info &,void *,const CryptoPP::NameValuePairs *,BASE *)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PrivateKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
    3>            BASE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>,
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(770) : while compiling class template member function 'bool CryptoPP::DL_PrivateKeyImpl<GP>::GetVoidValue(const char *,const type_info &,void *) const'
    3>        with
    3>        [
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(229) : warning C4100: 'dummy' : unreferenced formal parameter
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(776) : see reference to function template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE> CryptoPP::AssignFromHelper<CryptoPP::DL_PrivateKey<CryptoPP::Integer>,CryptoPP::DL_PrivateKeyImpl<GP>>(T *,const CryptoPP::NameValuePairs &,BASE *)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PrivateKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
    3>            BASE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>,
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(775) : while compiling class template member function 'void CryptoPP::DL_PrivateKeyImpl<GP>::AssignFrom(const CryptoPP::NameValuePairs &)'
    3>        with
    3>        [
    3>            GP=CryptoPP::DL_GroupParameters_DSA
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(537) : warning C4127: conditional expression is constant
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(105) : see reference to function template instantiation 'void CryptoPP::SecureWipeArray<T>(T *,size_t)' being compiled
    3>        with
    3>        [
    3>            T=byte
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<T>::deallocate(void *,CryptoPP::AllocatorWithCleanup<T>::size_type)'
    3>        with
    3>        [
    3>            T=byte
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(539) : warning C4127: conditional expression is constant
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(541) : warning C4127: conditional expression is constant
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(537) : warning C4127: conditional expression is constant
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(105) : see reference to function template instantiation 'void CryptoPP::SecureWipeArray<T>(T *,size_t)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word32
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(104) : while compiling class template member function 'void CryptoPP::AllocatorWithCleanup<T,T_Align16>::deallocate(void *,CryptoPP::AllocatorWithCleanup<T,T_Align16>::size_type)'
    3>        with
    3>        [
    3>            T=CryptoPP::word,
    3>            T_Align16=true
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(539) : warning C4127: conditional expression is constant
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(541) : warning C4127: conditional expression is constant
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(537) : warning C4127: conditional expression is constant
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(199) : see reference to function template instantiation 'void CryptoPP::SecureWipeArray<T>(T *,size_t)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::word64
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppsecblock.h(193) : while compiling class template member function 'void CryptoPP::FixedSizeAllocatorWithCleanup<T,S>::deallocate(void *,CryptoPP::FixedSizeAllocatorWithCleanup<T,S>::size_type)'
    3>        with
    3>        [
    3>            T=CryptoPP::word64,
    3>            S=16
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(539) : warning C4127: conditional expression is constant
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(541) : warning C4127: conditional expression is constant
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(226) : warning C4512: 'CryptoPP::AssignFromHelperClass<T,BASE>' : assignment operator could not be generated
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PrivateKey<CryptoPP::Integer>,
    3>            BASE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(697) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PrivateKey<CryptoPP::Integer>,
    3>            BASE=CryptoPP::DL_PrivateKey<CryptoPP::Integer>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(695) : while compiling class template member function 'void CryptoPP::DL_PrivateKey<T>::AssignFrom(const CryptoPP::NameValuePairs &)'
    3>        with
    3>        [
    3>            T=CryptoPP::Integer
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(750) : see reference to class template instantiation 'CryptoPP::DL_PrivateKey<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::Integer
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(226) : warning C4512: 'CryptoPP::AssignFromHelperClass<T,BASE>' : assignment operator could not be generated
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PublicKey<CryptoPP::Integer>,
    3>            BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(714) : see reference to class template instantiation 'CryptoPP::AssignFromHelperClass<T,BASE>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PublicKey<CryptoPP::Integer>,
    3>            BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(707) : while compiling class template member function 'void CryptoPP::DL_PublicKey<T>::AssignFrom(const CryptoPP::NameValuePairs &)'
    3>        with
    3>        [
    3>            T=CryptoPP::Integer
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(86) : while compiling class template member function 'CryptoPP::GetValueHelperClass<T,BASE>::GetValueHelperClass(const T *,const char *,const type_info &,void *,const CryptoPP::NameValuePairs *)'
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PublicKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
    3>            BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptopppubkey.h(854) : see reference to class template instantiation 'CryptoPP::GetValueHelperClass<T,BASE>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::DL_PublicKeyImpl<CryptoPP::DL_GroupParameters_DSA>,
    3>            BASE=CryptoPP::DL_PublicKey<CryptoPP::Integer>
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(322) : warning C4189: 'p' : local variable is initialized but not referenced
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(321) : while compiling class template member function 'void CryptoPP::AlgorithmParametersTemplate<T>::MoveInto(void *) const'
    3>        with
    3>        [
    3>            T=CryptoPP::RandomNumberGenerator *
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(354) : see reference to class template instantiation 'CryptoPP::AlgorithmParametersTemplate<T>' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::RandomNumberGenerator *
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppalgparam.h(388) : see reference to function template instantiation 'CryptoPP::AlgorithmParameters &CryptoPP::AlgorithmParameters::operator ()<T>(const char *,const T &,bool)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::RandomNumberGenerator *
    3>        ]
    3>        c:usersravendesktoplib binaryinclude_stuffcryptoppfilters.h(805) : see reference to function template instantiation 'CryptoPP::AlgorithmParameters CryptoPP::MakeParameters<CryptoPP::RandomNumberGenerator*>(const char *,const T &,bool)' being compiled
    3>        with
    3>        [
    3>            T=CryptoPP::RandomNumberGenerator *
    3>        ]
    3>c:usersravendesktoplib binaryinclude_stuffcryptoppmisc.h(548) : warning C4505: 'CryptoPP::StringNarrow' : unreferenced local function has been removed
    3>SymTable.cpp
    3>Symbol.cpp
    3>Generating Code...
    1>Compiling...
    1>PathStack.cpp
    1>parser.cpp
    1>Mutex.cpp
    1>MSWindow.cpp
    1>MSApplication.cpp
    1>lineintersect_utils.cpp
    1>LensFlare.cpp
    1>Input.cpp
    1>GrpVertexShader.cpp
    1>GrpVertexBufferStatic.cpp
    1>GrpVertexBufferDynamic.cpp
    1>GrpVertexBuffer.cpp
    1>GrpShadowTexture.cpp
    1>GrpRatioInstance.cpp
    1>GrpPixelShader.cpp
    1>GrpObjectInstance.cpp
    1>GrpLightManager.cpp
    1>GrpIndexBuffer.cpp
    1>GrpDIB.cpp
    1>GrpD3DXBuffer.cpp
    1>Generating Code...
    3>c:usersravendesktopautopatcherclienteterbaseutils.cpp(627) : warning C4706: assignment within conditional expression
    3>Compiling...
    3>Poly.cpp
    1>Compiling...
    1>GrpColorInstance.cpp
    1>GrpColor.cpp
    1>GrpCollisionObject.cpp
    1>FileLoaderThread.cpp
    3>Generating Code...
    1>EnvironmentMap.cpp
    1>Decal.cpp
    3>Creating library...
    3>StdAfx.obj : warning LNK4221: no public symbols found; archive member will be inaccessible
    1>ColorTransitionHelper.cpp
    1>CollisionData.cpp
    3>Build log was saved at "file://c:UsersRavenDesktopautopatcherClientEterBaseReleaseBuildLog.htm"
    3>eterBase - 0 error(s), 227 warning(s)
    1>Camera.cpp
    1>AttributeInstance.cpp
    1>Generating Code...
    1>Creating library...
    1>Build log was saved at "file://c:UsersRavenDesktopautopatcherClientEterLibReleaseBuildLog.htm"
    1>eterlib - 0 error(s), 0 warning(s)
    4>------ Build started: Project: Metin2PackMaker, Configuration: Distribute Win32 ------
    4>Compiling...
    4>cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
    4>Main.cpp
    4>.Main.cpp(78) : warning C4127: conditional expression is constant
    4>.Main.cpp(256) : error C2065: 'CFilename' : undeclared identifier
    4>.Main.cpp(256) : error C2146: syntax error : missing ';' before identifier 'ext'
    4>.Main.cpp(256) : error C3861: 'ext': identifier not found
    4>.Main.cpp(257) : error C2065: 'ext' : undeclared identifier
    4>.Main.cpp(260) : error C2065: 'ext' : undeclared identifier
    4>.Main.cpp(260) : error C2228: left of '.GetExtension' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(260) : error C2228: left of '.compare' must have class/struct/union
    4>.Main.cpp(267) : error C2065: 'ext' : undeclared identifier
    4>.Main.cpp(267) : error C2228: left of '.GetExtension' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(267) : error C2228: left of '.compare' must have class/struct/union
    4>.Main.cpp(276) : error C2065: 'CFilename' : undeclared identifier
    4>.Main.cpp(276) : error C2146: syntax error : missing ';' before identifier 'wdpFileName'
    4>.Main.cpp(276) : error C2065: 'wdpFileName' : undeclared identifier
    4>.Main.cpp(276) : error C2065: 'ext' : undeclared identifier
    4>.Main.cpp(276) : error C2228: left of '.NoExtension' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(277) : error C2065: 'wdpFileName' : undeclared identifier
    4>.Main.cpp(277) : error C2228: left of '.c_str' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(279) : error C2065: 'wdpFileName' : undeclared identifier
    4>.Main.cpp(279) : error C2228: left of '.c_str' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(299) : error C2065: 'ext' : undeclared identifier
    4>.Main.cpp(328) : error C2065: 'CFilename' : undeclared identifier
    4>.Main.cpp(328) : error C2146: syntax error : missing ';' before identifier 'strIndexFileName'
    4>.Main.cpp(328) : error C2065: 'strIndexFileName' : undeclared identifier
    4>.Main.cpp(328) : error C3861: 'CFilename': identifier not found
    4>.Main.cpp(332) : error C2065: 'strIndexFileName' : undeclared identifier
    4>.Main.cpp(332) : error C2228: left of '.c_str' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(334) : error C2065: 'strIndexFileName' : undeclared identifier
    4>.Main.cpp(334) : error C2228: left of '.c_str' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(359) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
    4>.Main.cpp(365) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
    4>.Main.cpp(410) : error C2065: 'CFilename' : undeclared identifier
    4>.Main.cpp(410) : error C2146: syntax error : missing ';' before identifier 'lowerFilePath'
    4>.Main.cpp(410) : error C3861: 'lowerFilePath': identifier not found
    4>.Main.cpp(411) : error C2065: 'lowerFilePath' : undeclared identifier
    4>.Main.cpp(415) : error C2065: 'CFilename' : undeclared identifier
    4>.Main.cpp(415) : error C2146: syntax error : missing ';' before identifier 'ext'
    4>.Main.cpp(415) : error C2065: 'ext' : undeclared identifier
    4>.Main.cpp(415) : error C2065: 'lowerFilePath' : undeclared identifier
    4>.Main.cpp(415) : error C2228: left of '.GetExtension' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(419) : error C2065: 'ext' : undeclared identifier
    4>.Main.cpp(419) : error C2228: left of '.compare' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(425) : error C2065: 'ext' : undeclared identifier
    4>.Main.cpp(425) : error C2228: left of '.compare' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(434) : error C2065: 'CFilename' : undeclared identifier
    4>.Main.cpp(434) : error C2146: syntax error : missing ';' before identifier 'wdpFileName'
    4>.Main.cpp(434) : error C2065: 'wdpFileName' : undeclared identifier
    4>.Main.cpp(434) : error C2065: 'lowerFilePath' : undeclared identifier
    4>.Main.cpp(434) : error C2228: left of '.NoExtension' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(435) : error C2065: 'wdpFileName' : undeclared identifier
    4>.Main.cpp(435) : error C2228: left of '.c_str' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(437) : error C2065: 'wdpFileName' : undeclared identifier
    4>.Main.cpp(437) : error C2228: left of '.c_str' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(459) : error C2065: 'ext' : undeclared identifier
    4>.Main.cpp(550) : error C3861: 'CFilename': identifier not found
    4>.Main.cpp(752) : error C2065: 'CFilename' : undeclared identifier
    4>.Main.cpp(752) : error C2146: syntax error : missing ';' before identifier 'strIndexFileName'
    4>.Main.cpp(752) : error C2065: 'strIndexFileName' : undeclared identifier
    4>.Main.cpp(752) : error C3861: 'CFilename': identifier not found
    4>.Main.cpp(755) : error C2065: 'strIndexFileName' : undeclared identifier
    4>.Main.cpp(755) : error C2228: left of '.c_str' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(761) : error C2065: 'strIndexFileName' : undeclared identifier
    4>.Main.cpp(761) : error C2228: left of '.c_str' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(1033) : error C2065: 'CFilename' : undeclared identifier
    4>.Main.cpp(1033) : error C2146: syntax error : missing ';' before identifier 'strOldIndexFileName'
    4>.Main.cpp(1033) : error C2065: 'strOldIndexFileName' : undeclared identifier
    4>.Main.cpp(1033) : error C3861: 'CFilename': identifier not found
    4>.Main.cpp(1035) : error C2065: 'strOldIndexFileName' : undeclared identifier
    4>.Main.cpp(1035) : error C2228: left of '.c_str' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(1036) : error C2065: 'strIndexFileName' : undeclared identifier
    4>.Main.cpp(1036) : error C2228: left of '.c_str' must have class/struct/union
    4>        type is ''unknown-type''
    4>.Main.cpp(1036) : error C2065: 'strOldIndexFileName' : undeclared identifier
    4>.Main.cpp(1036) : error C2228: left of '.c_str' must have class/struct/union
    4>        type is ''unknown-type''
    4>Build log was saved at "file://c:UsersRavenDesktopautopatcherToolsobjMetin2PackMakerx86Distribute_VC80BuildLog.htm"
    4>Metin2PackMaker - 70 error(s), 4 warning(s)
    ========== Build: 3 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    
    

     

    any fix?

     

    i want autopatcher from mainline_sg or novaline but i can't compile i got this error

  6. Yesterday something special happened. For people who don't know vanilla or aren't interested at the background story and all this shit that happened the last few months: You can simply scroll down and download the source. It's the full source of game, db and libs. Only Extern is missing but that shouldn't be a problem.

     

    First let me clear some points: No, I am not vanilla. And yes, Vanilla is still disappeared.

     

    And all of you who thought that reselling vanillas files and talking bad about her (I talk about vanilla as a 'her' because that's the only official gender, no proof that she's a he so I'll continue with that. You may replace it with 'he' for yourself if you wish to do so) would be okay: NO IT ISN'T. You never knew the circumstances behind that. You're blaming a person who had no other choice than that. But please allow me to enlighten everyone.

     

    Yesterday a hacker logged in to vanillas skype account and added me. He insisted on me being vanilla. But I managed to get some more details about the hacking itself. He claimed that vanilla's got a virus and the hacker was able to see her skype messages. It may be true or not but it's crucial for the incident that happened as  vanilla vanished. Some of you maybe know it. There was a person (which name I'll censor) who bought a license from vanilla. He sent her the paysafecard but as she went back home and looked for it, it was already used. So she thought he wanted to scam her. But he thought she would be the scammer since he only gave her the psc code. So what happened? The hacker told me yesterday that since she got a virus on her pc and he was able to log in with her skype account he took the psc and used it. So yeah, you can say the hacker's also a thief.

     

    But the thing that caused vanilla to disappear is: The guy who traded with her told her that he'd call the police. And that was the point where she decided to leave. Not for just her sake but also for the sake of people who have nothing to do with this. She always used friends as background people. So she could manage to do things as more than one person. In case something happens, nobody would know who actually is vanilla because under her pseudonym there'd be more than one person.

    So what would happen if the police was called? You got it, they'd fetch identities of people who aren't related to all of this. They'd be in danger of getting into something illegal. Was it a mistake she made? Yes, but it happened and that's the reason why she HAD TO disappear. She also couldn't tell anyone because every trace had to be eliminated.

     

    What she didn't knew all along is that people were able to access her e-mails. And that's the point. I also had access to it since the password got leaked and stuff. I for myself registered here with a special agenda of mine. I already told you. But my target was to find out who vanilla is since I also bought from her and I was also mad at her. I kept watching the e-mails and looking for something new and waited. I also contacted a background person who told me everything he knew from vanilla and about the incident. That's where my agenda shifted and I wanted to catch the hacker by myself to prevent people from getting harmed. But as soon as the hacker contacted me and I realized that he also got her e-mail access.. I was damn sure to not let him go with that. I changed all the passwords I knew from her so he couldn't have any access to it. But unfortunately he may or may not find out about some of her backup people. So now I had to do something. Yesterday I tried to contact the person again and he established a connection to vanilla. So yeah, I finally managed to get in touch with her after all those months. She also told me to give something to you. This message from hers is for everyone including the hacker.

     

     

     

    I know I upset you alot. What I've done is impossible to be undone. I can't apology enough for leaving everyone behind. You heard the story from Isolation already. I admit I've made some huge mistakes. But I never had the intention of upsetting anyone. There are a lot of rumours about me. I'm not going to talk about them since you wouldn't believe me anyway. And I can't blame you for this. I just want to make clear that I never had intention of scamming anyone and I never wanted to disappear. People started attacking me since the first few days I released my gamefile for you. But never ever where they able to make me leave. Only one person was able to and you already heard the reason for this. I do not want to let people get harmed by the hacker or anyone else. This is too much it has to end here. And to make up for the mistakes I made, I'll give everyone the source of vanilla core, latest revision, for free. I wish I'd continue working with you but there's undeniably no possibility. Yes, it's true. I planned to come back and continue my work with you. I already talked with some people I knew. But I won't harm anyone anymore. Everything I wanted was to help people and bring the section forward. You know that and I do. I never had the intention of letting anyone down. Now everything has changed, it's impossible for me to come back anymore. I moved on to a whole new topic, something without getting into illegal stuff. I only wish for both sides to 'lay down their weapons' as this is not only going too far, it's harming people who had nothing to do with that. So please take this work of mine, you're free to do with it whatever you want. Maybe you can create a community project and do some fancy stuff with it. It's the only thing I can do to repay the damage I've done. The hacker indeed did won. So all I do is beg for stopping the attacks. There's no need to harm anyone with the 'vanilla story' anymore. I hereby apology. Something I should've done way before. I'm sorry.

     

    Yours

    Vanilla

     

    It's up to you what you believe. You may or may not think that I'm vanilla. You may or may not think that she deserved to be punished. But I also ask everyone who is involved into this to stop digging into this topic. It's over. I for myself was able to read the words I wanted from her since she disappeared. She apologied and repaid for everything. So I changed the password of every account from vanilla I knew. No one should ever make use of these accounts except the rightful owner.

    That's all.

     

    Download: https://mega.co.nz/#!1k8V2QAI!VO99DcM5alZqZBmYzHqTbZAdJOrI6Q1nxZ250rvlV-Y

    no password.

    binary source you upload too?

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