[Release] Libraries to build IGCN sources!

Results 1 to 3 of 3
  1. #1
    vnDev.games DaoVanTrong is offline
    MemberRank
    Aug 2014 Join Date
    VietnamLocation
    203Posts

    thumbs up [Release] Libraries to build IGCN sources!

    Libraries for all version of IGCN sources!
    Need to correct the path of the "Include" and "LIB"!


    + Visual Studio 2015 -> Release Mode!
    - EXE SERVER File x64 : Platform: v140 RuntimeLibrary: /MT (Multi-threaded)
    - DLL CLIENT Win32 x86: Platform: v140_xp RuntimeLibrary: /MD (Multi-threaded DLL)


    _C++_Library_for_IGCN-source.7z
    Download (7z/23MB): http://www.mediafire.com/file/z71sc16mpdec57d/_C++_Library_for_IGCN-source.7z




    IGC ServerSuite Full Server File + Client + Source with Lib
    - Links and passes removed


    Code:
    _Library\v140_x64_MT\
    _Library\v140_xp-Win32_MTDLL\
    
    _Library\_Include\
    _Library\_Include\boost\
    _Library\_Include\cryptopp\
    _Library\_Include\detours\
    _Library\_Include\glm\
    _Library\_Include\iniparser\
    _Library\_Include\lua\
    _Library\_Include\mpir\
    _Library\_Include\muparser\
    _Library\_Include\pugixml\
    _Library\_Include\rsa\
    _Library\_Include\vld\
    _Library\_Include\WinLicenseSDK\
    _Library\_Include\mpir\
    _Library\_Include\glm\
    _Library\_Include\cryptopp\
    Config IMG SS: https://s7.postimg.cc/z8ua26yzf/buil...ndev.games.png

    VS2017 Setup:
    Last edited by allexander; 28-10-18 at 12:29 PM.


  2. #2
    Account Upgraded | Title Enabled! thevjfla is offline
    MemberRank
    Apr 2012 Join Date
    203Posts

    re: [Release] Libraries to build IGCN sources!

    Anyone have the update for the iniparser lib?

    This cant read hex greater than 7FFFFFFF and the crc checks fail.

  3. #3
    Account Upgraded | Title Enabled! itaialroy is offline
    MemberRank
    Sep 2010 Join Date
    231Posts

    Re: [Release] Libraries to build IGCN sources!

    @DaoVanTrong

    compiling with these includes and libraries I get:




    Severity Code Description Project File Line Suppression State
    Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in pugixml.obj IGC.GameServer C:\Users\Alroy\Desktop\Sources S12\GameServer\GS\GameServer\cryptlib.lib(cryptlib.obj) 1
    Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in pugixml.obj IGC.GameServer C:\Users\Alroy\Desktop\Sources S12\GameServer\GS\GameServer\cryptlib.lib(rijndael.obj) 1
    Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in pugixml.obj IGC.GameServer C:\Users\Alroy\Desktop\Sources S12\GameServer\GS\GameServer\cryptlib.lib(pch.obj) 1
    Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in pugixml.obj IGC.GameServer C:\Users\Alroy\Desktop\Sources S12\GameServer\GS\GameServer\cryptlib.lib(misc.obj) 1
    Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in pugixml.obj IGC.GameServer C:\Users\Alroy\Desktop\Sources S12\GameServer\GS\GameServer\cryptlib.lib(algparam.obj) 1
    Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in pugixml.obj IGC.GameServer C:\Users\Alroy\Desktop\Sources S12\GameServer\GS\GameServer\cryptlib.lib(queue.obj) 1
    Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in pugixml.obj IGC.GameServer C:\Users\Alroy\Desktop\Sources S12\GameServer\GS\GameServer\cryptlib.lib(filters.obj) 1
    Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in pugixml.obj IGC.GameServer C:\Users\Alroy\Desktop\Sources S12\GameServer\GS\GameServer\cryptlib.lib(fips140.obj) 1
    Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in pugixml.obj IGC.GameServer C:\Users\Alroy\Desktop\Sources S12\GameServer\GS\GameServer\cryptlib.lib(cpu.obj) 1
    Error LNK2038 mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in pugixml.obj IGC.GameServer C:\Users\Alroy\Desktop\Sources S12\GameServer\GS\GameServer\cryptlib.lib(rdtables.obj) 1

    Last edited by itaialroy; 15-04-20 at 01:32 AM.



Advertisement