Jump to content

How To Compile Client Binary


Denis

Recommended Posts

i have these errors:
 

7>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invalid_parameter(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invalid_parameter@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: "void __cdecl _invoke_watson(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invoke_watson@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: __call_reportfault already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: __get_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: __invalid_parameter already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
7>LIBCMT.lib(invarg.obj) : error LNK2005: ___pInvalidArgHandler already defined in LIBCMTD.lib(invarg.obj)
7>libcpmt.lib(stdhndlr.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in affect.obj
7>libcpmt.lib(stdhndlr.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MTd_StaticDebug' in affect.obj
7>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
7>cryptlib-5.6.1MTd.lib(hrtimer.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(dsa.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(hmac.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(mqueue.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(basecode.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(nbtheory.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(rng.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(rijndael.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(iterhash.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(pubkey.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(asn.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(hex.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(queue.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(ecp.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ) referenced in function "public: class std::_Vector_iterator<struct CryptoPP::WindowSlider,class std::allocator<struct CryptoPP::WindowSlider> > __thiscall std::_Vector_iterator<struct CryptoPP::WindowSlider,class std::allocator<struct CryptoPP::WindowSlider> >::operator+(int)const " (??H?$_Vector_iterator@UWindowSlider@CryptoPP@@V?$allocator@UWindowSlider@CryptoPP@@@std@@@std@@QBE?AV01@H@Z)
7>cryptlib-5.6.1MTd.lib(ec2n.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(rc5.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(shacal2.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(tea.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(filters.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(serpent.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(twofish.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(camellia.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(des.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(dh2.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(cast.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(rc6.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(mars.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(integer.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(randpool.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(osrng.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(gfpcrypt.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(algparam.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(dll.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(hrtimer.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(dsa.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(hmac.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(mqueue.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ) referenced in function "public: __thiscall std::logic_error::logic_error(class std::logic_error const &)" (??0logic_error@std@@QAE@ABV01@@Z)
7>cryptlib-5.6.1MTd.lib(basecode.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(nbtheory.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(rng.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(rijndael.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(iterhash.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(pubkey.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(asn.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(hex.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(queue.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(ecp.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(ec2n.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(rc5.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(shacal2.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(tea.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(filters.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(serpent.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(twofish.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(camellia.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(des.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(dh2.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(cast.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(rc6.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(mars.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(integer.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(randpool.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(osrng.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(gfpcrypt.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(algparam.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(modes.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(dll.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
7>cryptlib-5.6.1MTd.lib(integer.obj) : error LNK2019: unresolved external symbol "public: void __thiscall std::_Mutex::_Unlock(void)" (?_Unlock@_Mutex@std@@QAEXXZ) referenced in function "public: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Unlock(void)" (?_Unlock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEXXZ)
7>cryptlib-5.6.1MTd.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Unlock(void)" (?_Unlock@_Mutex@std@@QAEXXZ)
7>cryptlib-5.6.1MTd.lib(integer.obj) : error LNK2019: unresolved external symbol "public: void __thiscall std::_Mutex::_Lock(void)" (?_Lock@_Mutex@std@@QAEXXZ) referenced in function "public: void __thiscall std::basic_streambuf<char,struct std::char_traits<char> >::_Lock(void)" (?_Lock@?$basic_streambuf@DU?$char_traits@D@std@@@std@@QAEXXZ)
7>cryptlib-5.6.1MTd.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Lock(void)" (?_Lock@_Mutex@std@@QAEXXZ)
7>cryptlib-5.6.1MTd.lib(integer.obj) : error LNK2019: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z) referenced in function "public: void __thiscall std::locale::facet::_Register(void)" (?_Register@facet@locale@std@@QAEXXZ)
7>cryptlib-5.6.1MTd.lib(integer.obj) : error LNK2019: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z) referenced in function "public: __thiscall std::_Locinfo::_Locinfo(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0_Locinfo@std@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z)
7>D:!priv mt2 pulpitgame 40k sourcenovalineSrcsServergamesrc..game_d.exe : fatal error LNK1120: 6 unresolved externals

I'm using Visual Studio 2013

anybody can help?

Link to comment
Share on other sites

I could not. I need help..

 

full log..

Error	1	fatal error C1083: Cannot open include file: 'mss.h': No such file or directory	c:userspawdesktopclientnovalineclientmileslibstdafx.h	12	mileslib
Error	2	fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory	c:userspawdesktopclientnovalineclientEterLibStdAfx.h	23	eterPythonLib
Error	3	fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory	c:userspawdesktopclientnovalineclienteterLibStdAfx.h	23	scriptLib
Error	4	fatal error C1083: Cannot open include file: 'granny.h': No such file or directory	c:userspawdesktopclientnovalineclientetergrnlibstdafx.h	6	eterGrnLib
Error	5	fatal error C1083: Cannot open include file: 'granny.h': No such file or directory	c:userspawdesktopclientnovalineclientetergrnlibstdafx.h	6	eterGrnLib
Error	6	error BK1506 : cannot open file '.DebugPythonSlotWindow.sbr': No such file or directory	BSCMAKE	eterPythonLib
Error	7	error BK1506 : cannot open file '.DebugMaterial.sbr': No such file or directory	BSCMAKE	eterGrnLib
Error	8	error BK1506 : cannot open file '.DebugSoundData.sbr': No such file or directory	BSCMAKE	mileslib
Error	9	error BK1506 : cannot open file '.DebugStdAfx.sbr': No such file or directory	BSCMAKE	scriptLib
Error	11	fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory	c:userspawdesktopclientnovalineclientspherelibstdafx.h	7	SphereLib
Error	12	fatal error C1083: Cannot open include file: 'SpeedTreeRT.h': No such file or directory	c:userspawdesktopclientnovalineclientspeedtreelibSpeedTreeForest.h	35	SpeedTreeLib
Error	13	fatal error C1083: Cannot open include file: 'SpeedTreeRT.h': No such file or directory	c:userspawdesktopclientnovalineclientspeedtreelibSpeedTreeForest.h	35	SpeedTreeLib
Error	14	error BK1506 : cannot open file '.Debugsphere.sbr': No such file or directory	BSCMAKE	SphereLib
Error	15	fatal error C1083: Cannot open include file: 'SpeedTreeRT.h': No such file or directory	c:userspawdesktopclientnovalineclientspeedtreelibSpeedTreeForest.h	35	SpeedTreeLib
Error	16	fatal error C1083: Cannot open include file: 'SpeedTreeRT.h': No such file or directory	c:userspawdesktopclientnovalineclientspeedtreelibSpeedTreeForest.h	35	SpeedTreeLib
Error	17	fatal error C1083: Cannot open include file: 'SpeedTreeRT.h': No such file or directory	c:userspawdesktopclientnovalineclientspeedtreelibSpeedTreeForest.h	35	SpeedTreeLib
Error	18	fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory	c:userspawdesktopclientnovalineclientEterLibStdAfx.h	23	PRTerrainLib
Error	19	fatal error C1083: Cannot open include file: 'SpeedTreeRT.h': No such file or directory	c:userspawdesktopclientnovalineclientspeedtreelibSpeedTreeForest.h	35	SpeedTreeLib
Error	20	error BK1506 : cannot open file '.DebugTerrain.sbr': No such file or directory	BSCMAKE	PRTerrainLib
Error	21	fatal error C1083: Cannot open include file: 'SpeedTreeRT.h': No such file or directory	c:userspawdesktopclientnovalineclientspeedtreelibSpeedTreeForest.h	35	SpeedTreeLib
Error	22	fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory	c:userspawdesktopclientnovalineclienteterLibStdAfx.h	23	gamelib
Error	23	error BK1506 : cannot open file '.DebugSpeedGrassRT.sbr': No such file or directory	BSCMAKE	SpeedTreeLib
Error	25	fatal error C1083: Cannot open include file: 'd3d.h': No such file or directory	c:UsersPawDesktopClientnovalineClientEterImageLibDXTCImage.cpp	4	eterImageLib
Error	26	fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory	c:userspawdesktopclientnovalineclienteterLibStdAfx.h	23	gamelib
Error	27	fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory	c:userspawdesktopclientnovalineclienteterLibStdAfx.h	23	EffectLib
Error	28	error BK1506 : cannot open file '.DebugActorInstanceAttach.sbr': No such file or directory	BSCMAKE	gamelib
Error	29	error BK1506 : cannot open file '.DebugEffectElementBase.sbr': No such file or directory	BSCMAKE	EffectLib
Error	30	fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory	c:userspawdesktopclientnovalineclienteterlibstdafx.h	23	eterlib
Error	32	fatal error C1083: Cannot open include file: 'lzo-2.03/lzo1x.h': No such file or directory	c:userspawdesktopclientnovalineclienteterbaselzo.h	5	eterImageLib
Error	35	error BK1506 : cannot open file '.DebugTGAImage.sbr': No such file or directory	BSCMAKE	eterImageLib
Error	38	fatal error C1083: Cannot open include file: 'boost/unordered_map.hpp': No such file or directory	c:userspawdesktopclientnovalineclienteterpackEterPackPolicy_CSHybridCrypt.h	4	EterPack
Error	39	error BK1506 : cannot open file '.DebugEterPackCursor.sbr': No such file or directory	BSCMAKE	EterPack
Error	40	fatal error C1083: Cannot open include file: 'lzo-2.03/lzo1x.h': No such file or directory	c:userspawdesktopclientnovalineclienteterbaselzo.h	5	eterBase
Error	41	fatal error C1083: Cannot open include file: 'lzo-2.03/lzoLibLink.h': No such file or directory	c:UsersPawDesktopClientnovalineClientEterBaselzo.cpp	3	eterBase
Error	42	fatal error C1083: Cannot open include file: 'cryptopp/cryptlib.h': No such file or directory	c:userspawdesktopclientnovalineclienteterbasecipher.h	8	eterBase
Error	44	fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory	c:userspawdesktopclientnovalineclienteterLibStdAfx.h	23	UserInterface
Error	45	error BK1506 : cannot open file '.DebugInstanceBase.sbr': No such file or directory	BSCMAKE	UserInterface

T o   b e g i n,   b e g i n.  :ph34r: 

Link to comment
Share on other sites

i try on vs 2013 compile but i have error  -_-

16>d3dx8.lib(d3dxmath.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cstack.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(shapes.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dx8tex.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(createmesh.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cpudetect.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dx8dbg.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dximage.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxblt.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxlock.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxcodec.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxfile.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxresource.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxbuffer.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(loadx.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cleanmesh.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(ssefasttable.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(ssefasttable2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathx3d.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathx86.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdapimin.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdapistd.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmarker.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jerror.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngerror.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngread.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngget.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngtrans.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngrtran.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngset.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngrio.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(png.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(dxtn.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(loadutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxstack.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathsse.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxquatsse.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxquatsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_quat.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_matx.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_vec3.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_vec2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_vec4.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_plane.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jutils.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdinput.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jmemmgr.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jcomapi.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmaster.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(inflate.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngmem.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngrutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(crc32.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxtrigsse.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxtrigsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(math.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jmemnobs.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmainct.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdcoefct.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdhuff.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdphuff.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jddctmgr.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdpostct.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdsample.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdcolor.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmerge.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jquant2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jquant1.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(infblock.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(adler32.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(zutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctred.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctint.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctfst.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctflt.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(infcodes.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(inftrees.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(infutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(piint.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(miint.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pifst.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(mifst.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(inffast.obj) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(cleanup.obj) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>dinput8.lib(dilib2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>  cryptlib-5.6.1MT.lib(cryptlib.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
16>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
16>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
16>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Unlock(void)" (?_Unlock@_Mutex@std@@QAEXXZ)
16>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Lock(void)" (?_Lock@_Mutex@std@@QAEXXZ)
16>cryptlib-5.6.1MT.lib(integer.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
16>cryptlib-5.6.1MT.lib(integer.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z)
16>Release/metin2client.exe : fatal error LNK1120: 6 unresolved externals
========== Build: 15 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

someone know how fix it? i not have idea

Link to comment
Share on other sites

i try on vs 2013 compile but i have error  -_-

16>d3dx8.lib(d3dxmath.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cstack.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(shapes.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dx8tex.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(createmesh.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cpudetect.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dx8dbg.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dximage.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxblt.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxlock.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxcodec.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxfile.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxresource.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxbuffer.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(loadx.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cleanmesh.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(ssefasttable.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(ssefasttable2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathx3d.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathx86.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdapimin.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdapistd.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmarker.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jerror.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngerror.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngread.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngget.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngtrans.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngrtran.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngset.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngrio.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(png.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(dxtn.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(loadutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxstack.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathsse.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxquatsse.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxquatsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_quat.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_matx.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_vec3.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_vec2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_vec4.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_plane.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jutils.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdinput.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jmemmgr.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jcomapi.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmaster.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(inflate.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngmem.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngrutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(crc32.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxtrigsse.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxtrigsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(math.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jmemnobs.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmainct.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdcoefct.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdhuff.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdphuff.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jddctmgr.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdpostct.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdsample.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdcolor.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmerge.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jquant2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jquant1.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(infblock.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(adler32.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(zutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctred.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctint.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctfst.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctflt.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(infcodes.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(inftrees.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(infutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(piint.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(miint.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pifst.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(mifst.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(inffast.obj) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(cleanup.obj) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>dinput8.lib(dilib2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>  cryptlib-5.6.1MT.lib(cryptlib.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
16>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
16>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
16>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Unlock(void)" (?_Unlock@_Mutex@std@@QAEXXZ)
16>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Lock(void)" (?_Lock@_Mutex@std@@QAEXXZ)
16>cryptlib-5.6.1MT.lib(integer.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
16>cryptlib-5.6.1MT.lib(integer.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z)
16>Release/metin2client.exe : fatal error LNK1120: 6 unresolved externals
========== Build: 15 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

someone know how fix it? i not have idea

Recompile cryptopp with v120_xp  toolset.

  • Love 1
Link to comment
Share on other sites

 

i try on vs 2013 compile but i have error  -_-

16>d3dx8.lib(d3dxmath.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cstack.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(shapes.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dx8tex.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(createmesh.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cpudetect.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dx8dbg.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dximage.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxblt.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxlock.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxcodec.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxfile.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxresource.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxbuffer.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(loadx.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cleanmesh.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(ssefasttable.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(ssefasttable2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathx3d.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathx86.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdapimin.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdapistd.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmarker.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jerror.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngerror.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngread.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngget.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngtrans.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngrtran.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngset.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngrio.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(png.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(dxtn.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(loadutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxstack.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathsse.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxquatsse.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxquatsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_quat.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_matx.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_vec3.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_vec2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_vec4.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_plane.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jutils.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdinput.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jmemmgr.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jcomapi.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmaster.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(inflate.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngmem.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngrutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(crc32.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxtrigsse.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxtrigsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(math.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jmemnobs.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmainct.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdcoefct.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdhuff.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdphuff.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jddctmgr.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdpostct.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdsample.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdcolor.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmerge.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jquant2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jquant1.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(infblock.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(adler32.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(zutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctred.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctint.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctfst.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctflt.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(infcodes.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(inftrees.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(infutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(piint.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(miint.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pifst.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(mifst.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(inffast.obj) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(cleanup.obj) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>dinput8.lib(dilib2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>  cryptlib-5.6.1MT.lib(cryptlib.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
16>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
16>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
16>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Unlock(void)" (?_Unlock@_Mutex@std@@QAEXXZ)
16>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Lock(void)" (?_Lock@_Mutex@std@@QAEXXZ)
16>cryptlib-5.6.1MT.lib(integer.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
16>cryptlib-5.6.1MT.lib(integer.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z)
16>Release/metin2client.exe : fatal error LNK1120: 6 unresolved externals
========== Build: 15 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

someone know how fix it? i not have idea

Recompile cryptopp with v120_xp  toolset.

 

i recompile but still dont work

Link to comment
Share on other sites

 

 

i try on vs 2013 compile but i have error  -_-

16>d3dx8.lib(d3dxmath.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cstack.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(shapes.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dx8tex.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(createmesh.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cpudetect.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dx8dbg.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dximage.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxblt.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxlock.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxcodec.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxfile.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxresource.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxbuffer.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(loadx.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cleanmesh.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(ssefasttable.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(ssefasttable2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathx3d.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathx86.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdapimin.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdapistd.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmarker.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jerror.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngerror.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngread.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngget.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngtrans.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngrtran.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngset.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngrio.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(png.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(dxtn.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(loadutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(cd3dxstack.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathsse.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxquatsse.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxmathsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxquatsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_quat.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_matx.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_vec3.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_vec2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_vec4.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(x3d_plane.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jutils.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdinput.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jmemmgr.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jcomapi.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmaster.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(inflate.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngmem.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pngrutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(crc32.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxtrigsse.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(d3dxtrigsse2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(math.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jmemnobs.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmainct.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdcoefct.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdhuff.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdphuff.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jddctmgr.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdpostct.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdsample.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdcolor.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jdmerge.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jquant2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jquant1.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(infblock.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(adler32.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(zutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctred.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctint.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctfst.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(jidctflt.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(infcodes.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(inftrees.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(infutil.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(piint.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(miint.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(pifst.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(mifst.obj) : error LNK2026: module unsafe for SAFESEH image.
16>d3dx8.lib(inffast.obj) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>granny2.lib(granny2.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(cleanup.obj) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>mss32.lib(mss32.dll) : error LNK2026: module unsafe for SAFESEH image.
16>dinput8.lib(dilib2.obj) : error LNK2026: module unsafe for SAFESEH image.
16>  cryptlib-5.6.1MT.lib(cryptlib.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
16>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xlen(void)" (?_Xlen@_String_base@std@@SAXXZ)
16>cryptlib-5.6.1MT.lib(cryptlib.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_String_base::_Xran(void)" (?_Xran@_String_base@std@@SAXXZ)
16>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Unlock(void)" (?_Unlock@_Mutex@std@@QAEXXZ)
16>cryptlib-5.6.1MT.lib(gf2n.obj) : error LNK2001: unresolved external symbol "public: void __thiscall std::_Mutex::_Lock(void)" (?_Lock@_Mutex@std@@QAEXXZ)
16>cryptlib-5.6.1MT.lib(integer.obj) : error LNK2001: unresolved external symbol "private: static void __cdecl std::locale::facet::facet_Register(class std::locale::facet *)" (?facet_Register@facet@locale@std@@CAXPAV123@@Z)
16>cryptlib-5.6.1MT.lib(integer.obj) : error LNK2001: unresolved external symbol "public: static void __cdecl std::_Locinfo::_Locinfo_ctor(class std::_Locinfo *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?_Locinfo_ctor@_Locinfo@std@@SAXPAV12@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@2@@Z)
16>Release/metin2client.exe : fatal error LNK1120: 6 unresolved externals
========== Build: 15 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

someone know how fix it? i not have idea

Recompile cryptopp with v120_xp  toolset.

 

i recompile but still dont work

 

Compile in release mode and debug mode.

You need both.

  • Love 1
Link to comment
Share on other sites

  • 2 weeks later...
Build Log
 	 	
Build started: Project: UserInterface, Configuration: Debug|Win32


Command Lines
 	 	
Creating temporary file "c:UsersuserDesktopClientUserInterfaceDebugRSP00004846088964.rsp" with contents
[
/Od /I "../../extern/include" /I "../EterPack" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "USE_LOD" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Yu"stdafx.h" /Fp".Debug/UserInterface.pch" /Fo".Debug/" /Fd".Debug/" /FR".Debug" /W3 /c /Zi .UserInterface.cpp

.MovieMan.cpp

.GameType.cpp

.WiseLogicXTrap.cpp

.NProtectGameGuard.cpp

.Hackshield.cpp

.CheckLatestFiles.cpp

.ServerStateCheckerModule.cpp

.ServerStateChecker.cpp

.PythonNetworkStreamPhaseSelect.cpp

.PythonNetworkStreamPhaseOffline.cpp

.PythonNetworkStreamPhaseLogin.cpp

.PythonNetworkStreamPhaseLoading.cpp

.PythonNetworkStreamPhaseHandShake.cpp

.PythonNetworkStreamPhaseGameItem.cpp

.PythonNetworkStreamPhaseGameActor.cpp

.PythonNetworkStreamPhaseGame.cpp

.PythonNetworkStreamModule.cpp

.PythonNetworkStreamEvent.cpp

.PythonNetworkStreamCommand.cpp

.PythonNetworkStream.cpp

.PythonNetworkDatagramModule.cpp

.PythonNetworkDatagram.cpp

.PythonExceptionSender.cpp

.ProcessCRC.cpp

.NetworkActorManager.cpp

.InsultChecker.cpp

.AccountConnector.cpp

.Locale.cpp

.MarkManager.cpp

.MarkImage.cpp

.GuildMarkUploader.cpp

.GuildMarkDownloader.cpp

.PythonSystemModule.cpp

.PythonSystem.cpp

.PythonSoundManagerModule.cpp

.PythonProfilerModule.cpp

.PythonIMEModule.cpp

.PythonIME.cpp

.PythonApplicationWebPage.cpp

.PythonApplicationProcedure.cpp

.PythonApplicationModule.cpp

.PythonApplicationLogo.cpp

.PythonApplicationEvent.cpp

.PythonApplicationCursor.cpp

.PythonApplicationCamera.cpp

.PythonApplication.cpp

.ProcessScanner.cpp

.PythonPackModule.cpp

.PythonTextTailModule.cpp

.PythonTextTail.cpp

.PythonShop.cpp

.PythonSafeBox.cpp

.PythonMiniMapModule.cpp

.PythonMiniMap.cpp

.PythonMessenger.cpp

.PythonGuild.cpp

.PythonFlyModule.cpp

.PythonExchangeModule.cpp

.PythonExchange.cpp

.PythonChatModule.cpp

.PythonChat.cpp

.PythonSkill.cpp

.PythonQuest.cpp

.PythonPlayerSkill.cpp

.PythonPlayerModule.cpp

.PythonPlayerInputMouse.cpp

.PythonPlayerInputKeyboard.cpp

.PythonPlayerInput.cpp

.PythonPlayerEventHandler.cpp

.PythonPlayer.cpp

.PythonNonPlayerModule.cpp

.PythonNonPlayer.cpp

.PythonItemModule.cpp

.PythonItem.cpp

.PythonGameEventManagerModule.cpp

.PythonEventManagerMoudle.cpp

.PythonEventManager.cpp

.PythonEffectModule.cpp

.PythonCharacterModule.cpp

.PythonCharacterManagerModule.cpp

.PythonCharacterManager.cpp

.PythonBackgroundModule.cpp

.PythonBackground.cpp

.CameraProcedure.cpp

.InstanceBaseTransform.cpp

.InstanceBaseMovement.cpp

.InstanceBaseMotion.cpp

.InstanceBaseEvent.cpp

.InstanceBaseEffect.cpp

.InstanceBaseBattle.cpp

.InstanceBase.cpp

.AffectFlagContainer.cpp
]
Creating command line "cl.exe @c:UsersuserDesktopClientUserInterfaceDebugRSP00004846088964.rsp /nologo /errorReport:prompt"
Creating temporary file "c:UsersuserDesktopClientUserInterfaceDebugRSP00004946088964.rsp" with contents
[
/Od /I "../../extern/include" /I "../EterPack" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "USE_LOD" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Yc"stdafx.h" /Fp".Debug/UserInterface.pch" /Fo".Debug/" /Fd".Debug/" /FR".Debug" /W3 /c /Zi .StdAfx.cpp
]
Creating command line "cl.exe @c:UsersuserDesktopClientUserInterfaceDebugRSP00004946088964.rsp /nologo /errorReport:prompt"
Creating temporary file "c:UsersuserDesktopClientUserInterfaceDebugRSP00004A46088964.rsp" with contents
[
/o "../bin/UserInterface.bsc"

.DebugInstanceBase.sbr

.DebugInstanceBaseBattle.sbr

.DebugInstanceBaseEffect.sbr

.DebugInstanceBaseEvent.sbr

.DebugInstanceBaseMotion.sbr

.DebugInstanceBaseMovement.sbr

.DebugInstanceBaseTransform.sbr

.DebugCameraProcedure.sbr

.DebugPythonBackground.sbr

.DebugPythonBackgroundModule.sbr

.DebugPythonCharacterManager.sbr

.DebugPythonCharacterManagerModule.sbr

.DebugPythonCharacterModule.sbr

.DebugPythonEffectModule.sbr

.DebugPythonEventManager.sbr

.DebugPythonEventManagerMoudle.sbr

.DebugPythonGameEventManagerModule.sbr

.DebugPythonItem.sbr

.DebugPythonItemModule.sbr

.DebugPythonNonPlayer.sbr

.DebugPythonNonPlayerModule.sbr

.DebugPythonPlayer.sbr

.DebugPythonPlayerEventHandler.sbr

.DebugPythonPlayerInput.sbr

.DebugPythonPlayerInputKeyboard.sbr

.DebugPythonPlayerInputMouse.sbr

.DebugPythonPlayerModule.sbr

.DebugPythonPlayerSkill.sbr

.DebugPythonQuest.sbr

.DebugPythonSkill.sbr

.DebugPythonChat.sbr

.DebugPythonChatModule.sbr

.DebugPythonExchange.sbr

.DebugPythonExchangeModule.sbr

.DebugPythonFlyModule.sbr

.DebugPythonGuild.sbr

.DebugPythonMessenger.sbr

.DebugPythonMiniMap.sbr

.DebugPythonMiniMapModule.sbr

.DebugPythonSafeBox.sbr

.DebugPythonShop.sbr

.DebugPythonTextTail.sbr

.DebugPythonTextTailModule.sbr

.DebugPythonPackModule.sbr

.DebugProcessScanner.sbr

.DebugPythonApplication.sbr

.DebugPythonApplicationCamera.sbr

.DebugPythonApplicationCursor.sbr

.DebugPythonApplicationEvent.sbr

.DebugPythonApplicationLogo.sbr

.DebugPythonApplicationModule.sbr

.DebugPythonApplicationProcedure.sbr

.DebugPythonApplicationWebPage.sbr

.DebugPythonIME.sbr

.DebugPythonIMEModule.sbr

.DebugPythonProfilerModule.sbr

.DebugPythonSoundManagerModule.sbr

.DebugPythonSystem.sbr

.DebugPythonSystemModule.sbr

.DebugGuildMarkDownloader.sbr

.DebugGuildMarkUploader.sbr

.DebugMarkImage.sbr

.DebugMarkManager.sbr

.DebugLocale.sbr

.DebugAccountConnector.sbr

.DebugInsultChecker.sbr

.DebugNetworkActorManager.sbr

.DebugProcessCRC.sbr

.DebugPythonExceptionSender.sbr

.DebugPythonNetworkDatagram.sbr

.DebugPythonNetworkDatagramModule.sbr

.DebugPythonNetworkStream.sbr

.DebugPythonNetworkStreamCommand.sbr

.DebugPythonNetworkStreamEvent.sbr

.DebugPythonNetworkStreamModule.sbr

.DebugPythonNetworkStreamPhaseGame.sbr

.DebugPythonNetworkStreamPhaseGameActor.sbr

.DebugPythonNetworkStreamPhaseGameItem.sbr

.DebugPythonNetworkStreamPhaseHandShake.sbr

.DebugPythonNetworkStreamPhaseLoading.sbr

.DebugPythonNetworkStreamPhaseLogin.sbr

.DebugPythonNetworkStreamPhaseOffline.sbr

.DebugPythonNetworkStreamPhaseSelect.sbr

.DebugServerStateChecker.sbr

.DebugServerStateCheckerModule.sbr

.DebugCheckLatestFiles.sbr

.DebugHackshield.sbr

.DebugNProtectGameGuard.sbr

.DebugWiseLogicXTrap.sbr

.DebugGameType.sbr

.DebugMovieMan.sbr

.DebugStdAfx.sbr

.DebugUserInterface.sbr

.DebugAffectFlagContainer.sbr
]
Creating command line "bscmake.exe @c:UsersuserDesktopClientUserInterfaceDebugRSP00004A46088964.rsp /nologo"
Output Window
 	 	
Compiling...
StdAfx.cpp
c:usersuserdesktopclientuserinterface../eterLib/StdAfx.h(23) : fatal error C1083: Cannot open include file: 'd3d8.h': No such file or directory
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '.DebugInstanceBase.sbr': No such file or directory
Results
 	 	
Build log was saved at "file://c:UsersuserDesktopClientUserInterfaceDebugBuildLog.htm"
UserInterface - 2 error(s), 0 warning(s)

this is my BuildLog.htm - Errorlog

 

can you help me?

Link to comment
Share on other sites

Announcements



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