Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Libraries to build IGCN sources!

Experienced Elementalist
Joined
Aug 14, 2014
Messages
203
Reaction score
176
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)






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:
DaoVanTrong - [Release] Libraries to build IGCN sources! - RaGEZONE Forums

VS2017 Setup:
DaoVanTrong - [Release] Libraries to build IGCN sources! - RaGEZONE Forums
 
Last edited by a moderator:
Experienced Elementalist
Joined
Apr 15, 2012
Messages
203
Reaction score
25
Anyone have the update for the iniparser lib?

This cant read hex greater than 7FFFFFFF and the crc checks fail.
 
Experienced Elementalist
Joined
Sep 24, 2010
Messages
225
Reaction score
9
@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:
Back
Top