Welcome!

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

Join Today!

[Help] Complie RouteManager error

Newbie Spellweaver
Joined
Jul 22, 2006
Messages
84
Reaction score
12
PHP:
Error	2	error LNK1181: cannot open input file 'Ace.lib'
I cant complie RouteManager solution ? Who can fix it ?
Thanks :(:
 
Newbie Spellweaver
Joined
Jul 22, 2006
Messages
84
Reaction score
12
You need to compile XYcode\servers\ace\Ace.sln first :D

After complie this solution , i found Ace.dll and cant find Ace.lib.
Btw thanks so much 0x61 :thumbup1:

ACE
Code:
1>  Generating Code...
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(D:\TDKSource\XYcode\servers\ace\..\Bin\ACE.dll) does not match the Linker's OutputFile property value (D:\TDKSource\XYcode\servers\Bin\ACEd.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(992,5): warning MSB8012: TargetName(ACE) does not match the Linker's OutputFile property value (ACEd). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>     Creating library ../libs/ACEd.lib and object ../libs/ACEd.exp
1>  ACE.vcxproj -> D:\TDKSource\XYcode\servers\ace\..\Bin\ACE.dll
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

RouteManager
Code:
Error	1107	error LNK1181: cannot open input file 'ace.lib'	D:\QQBase\XYcode\servers\RewardServer\LINK	RewardServer
Error	1353	error LNK1181: cannot open input file 'ace.lib'	D:\QQBase\XYcode\servers\loginServer\LINK	loginServer
Error	2135	error LNK1181: cannot open input file 'ace.lib'	D:\QQBase\XYcode\servers\DBCenter\LINK	DBCenter
Error	3292	error LNK1181: cannot open input file 'ace.lib'	D:\QQBase\XYcode\servers\Gateway\LINK	Gateway
Error	865	error LNK1181: cannot open input file 'Ace.lib'	D:\QQBase\XYcode\servers\LogServer\LINK	LogServer
Error	3762	error LNK1181: cannot open input file 'Ace.lib'	D:\QQBase\XYcode\servers\InstServer\LINK	InstServer
Error	3793	error LNK1181: cannot open input file 'Ace.lib'	D:\QQBase\XYcode\servers\WorldServer\LINK	WorldServer
 
Last edited:
Experienced Elementalist
Joined
Dec 13, 2009
Messages
292
Reaction score
101
Be sure that ACE.lib is in the libs folder. If you can't find it, I'll upload it here.
 
Newbie Spellweaver
Joined
Jul 22, 2006
Messages
84
Reaction score
12
After put these file into libs folder in servers , i have complied RouteManager but ...:(:
Code:
Error	234	error LNK1120: 38 unresolved externals	D:\QQBase\XYcode\servers\bin\InstServer.exe	InstServer
Error	208	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::get_bool(unsigned int,char const *)" (?get_bool@QTableParser@@QAE_NIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QProfessionInfo.obj)	InstServer
Error	209	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::get_bool(unsigned int,char const *)" (?get_bool@QTableParser@@QAE_NIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkill.obj)	InstServer
Error	164	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QEntryMgr.obj)	InstServer
Error	165	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerExamination.obj)	InstServer
Error	166	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QInvalidNameChecker.obj)	InstServer
Error	167	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerSocial.obj)	InstServer
Error	168	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGroupState.obj)	InstServer
Error	169	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QTransportInfo.obj)	InstServer
Error	170	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkill.obj)	InstServer
Error	171	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QState.obj)	InstServer
Error	172	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QBldFormula.obj)	InstServer
Error	173	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItemRandEffs.obj)	InstServer
Error	174	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPetInfo.obj)	InstServer
Error	175	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(ChatWordFilter.obj)	InstServer
Error	176	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSuit.obj)	InstServer
Error	178	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItem.obj)	InstServer
Error	179	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	180	error LNK2001: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QProfessionInfo.obj)	InstServer
Error	231	error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall QTableParser::get_item_data(unsigned int,unsigned int)" (?get_item_data@QTableParser@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@II@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QInvalidNameChecker.obj)	InstServer
Error	153	error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall QTableParser::get_string(unsigned int,char const *)" (?get_string@QTableParser@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QBldFormula.obj)	InstServer
Error	154	error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall QTableParser::get_string(unsigned int,char const *)" (?get_string@QTableParser@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerExamination.obj)	InstServer
Error	155	error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall QTableParser::get_string(unsigned int,char const *)" (?get_string@QTableParser@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QEntryMgr.obj)	InstServer
Error	156	error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall QTableParser::get_string(unsigned int,char const *)" (?get_string@QTableParser@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSuit.obj)	InstServer
Error	157	error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall QTableParser::get_string(unsigned int,char const *)" (?get_string@QTableParser@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QTransportInfo.obj)	InstServer
Error	158	error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall QTableParser::get_string(unsigned int,char const *)" (?get_string@QTableParser@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkill.obj)	InstServer
Error	159	error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall QTableParser::get_string(unsigned int,char const *)" (?get_string@QTableParser@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QState.obj)	InstServer
Error	161	error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall QTableParser::get_string(unsigned int,char const *)" (?get_string@QTableParser@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItem.obj)	InstServer
Error	162	error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall QTableParser::get_string(unsigned int,char const *)" (?get_string@QTableParser@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QProfessionInfo.obj)	InstServer
Error	163	error LNK2001: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall QTableParser::get_string(unsigned int,char const *)" (?get_string@QTableParser@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItemRandEffs.obj)	InstServer
Error	145	error LNK2001: unresolved external symbol "public: float __thiscall QTableParser::get_float(unsigned int,char const *)" (?get_float@QTableParser@@QAEMIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QTransportInfo.obj)	InstServer
Error	146	error LNK2001: unresolved external symbol "public: float __thiscall QTableParser::get_float(unsigned int,char const *)" (?get_float@QTableParser@@QAEMIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkill.obj)	InstServer
Error	147	error LNK2001: unresolved external symbol "public: float __thiscall QTableParser::get_float(unsigned int,char const *)" (?get_float@QTableParser@@QAEMIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QState.obj)	InstServer
Error	148	error LNK2001: unresolved external symbol "public: float __thiscall QTableParser::get_float(unsigned int,char const *)" (?get_float@QTableParser@@QAEMIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QBldFormula.obj)	InstServer
Error	150	error LNK2001: unresolved external symbol "public: float __thiscall QTableParser::get_float(unsigned int,char const *)" (?get_float@QTableParser@@QAEMIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItem.obj)	InstServer
Error	151	error LNK2001: unresolved external symbol "public: float __thiscall QTableParser::get_float(unsigned int,char const *)" (?get_float@QTableParser@@QAEMIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QProfessionInfo.obj)	InstServer
Error	152	error LNK2001: unresolved external symbol "public: float __thiscall QTableParser::get_float(unsigned int,char const *)" (?get_float@QTableParser@@QAEMIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPetInfo.obj)	InstServer
Error	193	error LNK2001: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGroupState.obj)	InstServer
Error	194	error LNK2001: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QEntryMgr.obj)	InstServer
Error	195	error LNK2001: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QState.obj)	InstServer
Error	196	error LNK2001: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QBldFormula.obj)	InstServer
Error	197	error LNK2001: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerExamination.obj)	InstServer
Error	198	error LNK2001: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerSocial.obj)	InstServer
Error	199	error LNK2001: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPetInfo.obj)	InstServer
Error	200	error LNK2001: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSuit.obj)	InstServer
Error	201	error LNK2001: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QTransportInfo.obj)	InstServer
Error	202	error LNK2001: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkill.obj)	InstServer
Error	204	error LNK2001: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	205	error LNK2001: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QProfessionInfo.obj)	InstServer
Error	206	error LNK2001: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItemRandEffs.obj)	InstServer
Error	129	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::checkToken(char const * &,char const *)" (?checkToken@QParser@@SA_NAAPBDPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameSvrCmds.obj)	InstServer
Error	233	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getBool(char const * &,bool &)" (?getBool@QParser@@SA_NAAPBDAA_N@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkillCond.obj)	InstServer
Error	137	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getFloat(char const * &,float &)" (?getFloat@QParser@@SA_NAAPBDAAM@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameSvrCmds.obj)	InstServer
Error	138	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getFloat(char const * &,float &)" (?getFloat@QParser@@SA_NAAPBDAAM@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkillAct.obj)	InstServer
Error	139	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getFloat(char const * &,float &)" (?getFloat@QParser@@SA_NAAPBDAAM@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkillCond.obj)	InstServer
Error	140	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getInt(char const * &,int &)" (?getInt@QParser@@SA_NAAPBDAAH@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkillCond.obj)	InstServer
Error	142	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getInt(char const * &,int &)" (?getInt@QParser@@SA_NAAPBDAAH@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameSvrCmds.obj)	InstServer
Error	143	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getInt(char const * &,int &)" (?getInt@QParser@@SA_NAAPBDAAH@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QState.obj)	InstServer
Error	144	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getInt(char const * &,int &)" (?getInt@QParser@@SA_NAAPBDAAH@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkillAct.obj)	InstServer
Error	113	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkillAct.obj)	InstServer
Error	114	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkillCond.obj)	InstServer
Error	115	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGMCmdMgr.obj)	InstServer
Error	116	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSuit.obj)	InstServer
Error	117	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkill.obj)	InstServer
Error	118	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QState.obj)	InstServer
Error	119	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerExamination.obj)	InstServer
Error	120	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QScriptEnv.obj)	InstServer
Error	121	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItem.obj)	InstServer
Error	122	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QProfessionInfo.obj)	InstServer
Error	123	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItemRandEffs.obj)	InstServer
Error	125	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\Main.obj	InstServer
Error	126	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameUnit.obj)	InstServer
Error	127	error LNK2001: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameSvrCmds.obj)	InstServer
Error	183	error LNK2001: unresolved external symbol "public: static bool QDebug::report_flag_" (?report_flag_@QDebug@@2_NA)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameServer.obj)	InstServer
Error	188	error LNK2001: unresolved external symbol "public: static char const * const QDebugTracer::tracer_ptr_" (?tracer_ptr_@QDebugTracer@@2PBDB)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameServer.obj)	InstServer
Error	189	error LNK2001: unresolved external symbol "public: static char const * const QDebugTracer::tracer_ptr_" (?tracer_ptr_@QDebugTracer@@2PBDB)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameLevel.obj)	InstServer
Error	81	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(GameScriptAPI.obj)	InstServer
Error	82	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QCongratulations.obj)	InstServer
Error	83	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkillAct.obj)	InstServer
Error	84	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QAILoot.obj)	InstServer
Error	85	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerPitch.obj)	InstServer
Error	86	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QController.obj)	InstServer
Error	87	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(NotifyProxy.obj)	InstServer
Error	88	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerSkill.obj)	InstServer
Error	89	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QMall.obj)	InstServer
Error	90	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerDuel.obj)	InstServer
Error	91	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerMsgMap.obj)	InstServer
Error	92	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPetController.obj)	InstServer
Error	93	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(ChatWordFilter.obj)	InstServer
Error	94	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerExamination.obj)	InstServer
Error	95	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerSocial.obj)	InstServer
Error	96	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QActivity.obj)	InstServer
Error	97	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	98	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameRules.obj)	InstServer
Error	99	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPetInfo.obj)	InstServer
Error	100	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QActiveState.obj)	InstServer
Error	101	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameLevel.obj)	InstServer
Error	102	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameSvrCmds.obj)	InstServer
Error	103	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerGroup.obj)	InstServer
Error	104	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerItem.obj)	InstServer
Error	105	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QQuest.obj)	InstServer
Error	106	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameLogger.obj)	InstServer
Error	107	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerController.obj)	InstServer
Error	108	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QClient.obj)	InstServer
Error	109	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\FJInstPlayerInfo.obj	InstServer
Error	110	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\FJPairInstGameMgr.obj	InstServer
Error	111	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\FJTeamInstGameMgr.obj	InstServer
Error	112	error LNK2001: unresolved external symbol "public: static class ACE_TSS<class AceMessageBlockFactory> AceMessageBlockFactory::ace_message_block_factory" (?ace_message_block_factory@AceMessageBlockFactory@@2V?$ACE_TSS@VAceMessageBlockFactory@@@@A)	D:\QQBase\XYcode\servers\InstServer\FJWorld.obj	InstServer
Error	221	error LNK2001: unresolved external symbol "public: static class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,int> > > * InteractHeader::func_indexes_" (?func_indexes_@InteractHeader@@2PAV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(GameScriptAPI.obj)	InstServer
Error	222	error LNK2001: unresolved external symbol "public: static class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,int> > > * InteractHeader::func_indexes_" (?func_indexes_@InteractHeader@@2PAV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	223	error LNK2001: unresolved external symbol "public: static class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,int> > > * InteractHeader::func_indexes_" (?func_indexes_@InteractHeader@@2PAV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(ChatWordFilter.obj)	InstServer
Error	224	error LNK2001: unresolved external symbol "public: static class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,int> > > * InteractHeader::func_indexes_" (?func_indexes_@InteractHeader@@2PAV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerSocial.obj)	InstServer
Error	225	error LNK2001: unresolved external symbol "public: static class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int,struct std::less<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,int> > > * InteractHeader::func_indexes_" (?func_indexes_@InteractHeader@@2PAV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@HU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@std@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerMsgMap.obj)	InstServer
Error	215	error LNK2001: unresolved external symbol "public: static class std::map<unsigned int,struct GuildSkillInfo,struct std::less<unsigned int>,class std::allocator<struct std::pair<unsigned int const ,struct GuildSkillInfo> > > GuildSkill::skill_table_" (?skill_table_@GuildSkill@@2V?$map@IUGuildSkillInfo@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIUGuildSkillInfo@@@std@@@3@@std@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	216	error LNK2001: unresolved external symbol "public: static class std::map<unsigned int,struct GuildSkillInfo,struct std::less<unsigned int>,class std::allocator<struct std::pair<unsigned int const ,struct GuildSkillInfo> > > GuildSkill::skill_table_" (?skill_table_@GuildSkill@@2V?$map@IUGuildSkillInfo@@U?$less@I@std@@V?$allocator@U?$pair@$$CBIUGuildSkillInfo@@@std@@@3@@std@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerMsgMap.obj)	InstServer
Error	214	error LNK2001: unresolved external symbol "public: static class std::map<unsigned short,class QGuildQuestNode *,struct std::less<unsigned short>,class std::allocator<struct std::pair<unsigned short const ,class QGuildQuestNode *> > > QGuildQuestNode::guild_quest_hash_" (?guild_quest_hash_@QGuildQuestNode@@2V?$map@GPAVQGuildQuestNode@@U?$less@G@std@@V?$allocator@U?$pair@$$CBGPAVQGuildQuestNode@@@std@@@3@@std@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	227	error LNK2001: unresolved external symbol "public: static class std::vector<bool (__cdecl*)(class ACE_Message_Block *),class std::allocator<bool (__cdecl*)(class ACE_Message_Block *)> > * InteractHeader::functiones_" (?functiones_@InteractHeader@@2PAV?$vector@P6A_NPAVACE_Message_Block@@@ZV?$allocator@P6A_NPAVACE_Message_Block@@@Z@std@@@std@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	228	error LNK2001: unresolved external symbol "public: static class std::vector<bool (__cdecl*)(class ACE_Message_Block *),class std::allocator<bool (__cdecl*)(class ACE_Message_Block *)> > * InteractHeader::functiones_" (?functiones_@InteractHeader@@2PAV?$vector@P6A_NPAVACE_Message_Block@@@ZV?$allocator@P6A_NPAVACE_Message_Block@@@Z@std@@@std@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(ChatWordFilter.obj)	InstServer
Error	229	error LNK2001: unresolved external symbol "public: static class std::vector<bool (__cdecl*)(class ACE_Message_Block *),class std::allocator<bool (__cdecl*)(class ACE_Message_Block *)> > * InteractHeader::functiones_" (?functiones_@InteractHeader@@2PAV?$vector@P6A_NPAVACE_Message_Block@@@ZV?$allocator@P6A_NPAVACE_Message_Block@@@Z@std@@@std@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerSocial.obj)	InstServer
Error	192	error LNK2001: unresolved external symbol "public: static class std::vector<class std::vector<unsigned short,class std::allocator<unsigned short> >,class std::allocator<class std::vector<unsigned short,class std::allocator<unsigned short> > > > FiveElements::five_elements_state_" (?five_elements_state_@FiveElements@@2V?$vector@V?$vector@GV?$allocator@G@std@@@std@@V?$allocator@V?$vector@GV?$allocator@G@std@@@std@@@2@@std@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerGroup.obj)	InstServer
Error	226	error LNK2001: unresolved external symbol "public: static class std::vector<struct MemberLevelInfo,class std::allocator<struct MemberLevelInfo> > MemberLevelTable::member_level_table_" (?member_level_table_@MemberLevelTable@@2V?$vector@UMemberLevelInfo@@V?$allocator@UMemberLevelInfo@@@std@@@std@@A)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	191	error LNK2001: unresolved external symbol "public: static int QDebug::log_type_" (?log_type_@QDebug@@2HA)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameSvrCmds.obj)	InstServer
Error	186	error LNK2001: unresolved external symbol "public: static int QDebugTracer::print_tracer_counter_" (?print_tracer_counter_@QDebugTracer@@2HA)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameServer.obj)	InstServer
Error	187	error LNK2001: unresolved external symbol "public: static int QDebugTracer::print_tracer_counter_" (?print_tracer_counter_@QDebugTracer@@2HA)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameLevel.obj)	InstServer
Error	184	error LNK2001: unresolved external symbol "public: static int QDebugTracer::print_tracer_counter_max_" (?print_tracer_counter_max_@QDebugTracer@@2HA)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameServer.obj)	InstServer
Error	185	error LNK2001: unresolved external symbol "public: static int QDebugTracer::print_tracer_counter_max_" (?print_tracer_counter_max_@QDebugTracer@@2HA)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameLevel.obj)	InstServer
Error	130	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::debug_handle(char const *,int,char const *)" (?debug_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerMsgMap.obj)	InstServer
Error	132	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::debug_handle(char const *,int,char const *)" (?debug_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\FJTeamInstGameMgr.obj	InstServer
Error	133	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::debug_handle(char const *,int,char const *)" (?debug_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameLevel.obj)	InstServer
Error	134	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::debug_handle(char const *,int,char const *)" (?debug_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerExamination.obj)	InstServer
Error	2	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGMCmdMgr.obj)	InstServer
Error	3	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(GameScriptAPI.obj)	InstServer
Error	4	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QCongratulations.obj)	InstServer
Error	5	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkillAct.obj)	InstServer
Error	6	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkillCond.obj)	InstServer
Error	7	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerMsgMap.obj)	InstServer
Error	8	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPetController.obj)	InstServer
Error	9	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerSkill.obj)	InstServer
Error	10	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(ServerTerrain.obj)	InstServer
Error	11	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QDesireBox.obj)	InstServer
Error	12	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGroupState.obj)	InstServer
Error	13	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QEntryMgr.obj)	InstServer
Error	14	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerDuel.obj)	InstServer
Error	15	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QAIController.obj)	InstServer
Error	16	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerExamination.obj)	InstServer
Error	17	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QInvalidNameChecker.obj)	InstServer
Error	18	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerSocial.obj)	InstServer
Error	19	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkill.obj)	InstServer
Error	20	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QState.obj)	InstServer
Error	21	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPBoxItem.obj)	InstServer
Error	22	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QBldFormula.obj)	InstServer
Error	23	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPetInfo.obj)	InstServer
Error	24	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(ChatWordFilter.obj)	InstServer
Error	25	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSuit.obj)	InstServer
Error	26	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QTransportInfo.obj)	InstServer
Error	28	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QProfessionInfo.obj)	InstServer
Error	29	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameRules.obj)	InstServer
Error	30	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItemRandEffs.obj)	InstServer
Error	31	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerGroup.obj)	InstServer
Error	32	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerItem.obj)	InstServer
Error	33	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItem.obj)	InstServer
Error	34	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	35	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QClient.obj)	InstServer
Error	36	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameLevel.obj)	InstServer
Error	37	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QMonitor.obj)	InstServer
Error	38	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameSvrCmds.obj)	InstServer
Error	39	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameServer.obj)	InstServer
Error	40	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerController.obj)	InstServer
Error	41	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QServerConnection.obj)	InstServer
Error	42	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerCharInfo.obj)	InstServer
Error	43	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\FJWorld.obj	InstServer
Error	44	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QQuest.obj)	InstServer
Error	45	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameUnit.obj)	InstServer
Error	46	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameLogger.obj)	InstServer
Error	47	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\FJGameMgr.obj	InstServer
Error	48	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\FJInstPlayerInfo.obj	InstServer
Error	49	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\FJInstServer.obj	InstServer
Error	50	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\FJTeamInstGameMgr.obj	InstServer
Error	51	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QEntryMgr.obj)	InstServer
Error	52	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGMCmdMgr.obj)	InstServer
Error	53	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameLevelVis.obj)	InstServer
Error	54	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QInvalidNameChecker.obj)	InstServer
Error	55	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerSocial.obj)	InstServer
Error	56	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGroupState.obj)	InstServer
Error	57	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPBoxItem.obj)	InstServer
Error	58	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QBldFormula.obj)	InstServer
Error	59	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QAIController.obj)	InstServer
Error	60	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPlayerExamination.obj)	InstServer
Error	61	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSuit.obj)	InstServer
Error	62	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QTransportInfo.obj)	InstServer
Error	63	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkill.obj)	InstServer
Error	64	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QState.obj)	InstServer
Error	65	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QProfessionInfo.obj)	InstServer
Error	66	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItemRandEffs.obj)	InstServer
Error	67	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QPetInfo.obj)	InstServer
Error	68	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(ChatWordFilter.obj)	InstServer
Error	69	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameSvrCmds.obj)	InstServer
Error	70	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QScriptEnv.obj)	InstServer
Error	71	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItem.obj)	InstServer
Error	72	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	73	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameLogger.obj)	InstServer
Error	74	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameServer.obj)	InstServer
Error	75	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameLevel.obj)	InstServer
Error	76	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QMonitor.obj)	InstServer
Error	78	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\FJInstServer.obj	InstServer
Error	79	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QQuest.obj)	InstServer
Error	80	error LNK2001: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameUnit.obj)	InstServer
Error	220	error LNK2019: unresolved external symbol "public: bool __thiscall GuildQuestInst::clear(void)" (?clear@GuildQuestInst@@QAE_NXZ) referenced in function "public: static bool __cdecl QGuild::dgmsg_guildquest_init(class ACE_Message_Block *)" (?dgmsg_guildquest_init@QGuild@@SA_NPAVACE_Message_Block@@@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	190	error LNK2019: unresolved external symbol "public: bool __thiscall QMail::load(char const *)" (?load@QMail@@QAE_NPBD@Z) referenced in function "public: virtual bool __thiscall QGameServer::initialize(void)" (?initialize@QGameServer@@UAE_NXZ)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameServer.obj)	InstServer
Error	207	error LNK2019: unresolved external symbol "public: bool __thiscall QTableParser::get_bool(unsigned int,char const *)" (?get_bool@QTableParser@@QAE_NIPBD@Z) referenced in function "public: static bool __cdecl QItem::parse_item(class QTableParser &,unsigned int,class QItem *)" (?parse_item@QItem@@SA_NAAVQTableParser@@IPAV1@@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItem.obj)	InstServer
Error	177	error LNK2019: unresolved external symbol "public: bool __thiscall QTableParser::load_table_file(char const *,char)" (?load_table_file@QTableParser@@QAE_NPBDD@Z) referenced in function "public: static bool __cdecl QUnit::load_prop_table(char const *)" (?load_prop_table@QUnit@@SA_NPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameUnit.obj)	InstServer
Error	230	error LNK2019: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall QTableParser::get_item_data(unsigned int,unsigned int)" (?get_item_data@QTableParser@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@II@Z) referenced in function "public: static bool __cdecl ChatWordFilter::load(char const *)" (?load@ChatWordFilter@@SA_NPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(ChatWordFilter.obj)	InstServer
Error	160	error LNK2019: unresolved external symbol "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall QTableParser::get_string(unsigned int,char const *)" (?get_string@QTableParser@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@IPBD@Z) referenced in function "public: static bool __cdecl QUnit::load_prop_table(char const *)" (?load_prop_table@QUnit@@SA_NPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameUnit.obj)	InstServer
Error	149	error LNK2019: unresolved external symbol "public: float __thiscall QTableParser::get_float(unsigned int,char const *)" (?get_float@QTableParser@@QAEMIPBD@Z) referenced in function "public: static bool __cdecl QUnit::load_prop_table(char const *)" (?load_prop_table@QUnit@@SA_NPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameUnit.obj)	InstServer
Error	203	error LNK2019: unresolved external symbol "public: int __thiscall QTableParser::get_int(unsigned int,char const *)" (?get_int@QTableParser@@QAEHIPBD@Z) referenced in function "private: static bool __cdecl QSellItem::parse_sell_item(class QTableParser &,unsigned int,class QSellItem *)" (?parse_sell_item@QSellItem@@CA_NAAVQTableParser@@IPAV1@@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QItem.obj)	InstServer
Error	182	error LNK2019: unresolved external symbol "public: static bool __cdecl FiveElements::clear(void)" (?clear@FiveElements@@SA_NXZ) referenced in function "public: virtual void __thiscall QGameServer::shutdown(void)" (?shutdown@QGameServer@@UAEXXZ)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameServer.obj)	InstServer
Error	217	error LNK2019: unresolved external symbol "public: static bool __cdecl GuildSkill::clear(void)" (?clear@GuildSkill@@SA_NXZ) referenced in function "public: static bool __cdecl QGuild::clear(void)" (?clear@QGuild@@SA_NXZ)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	212	error LNK2019: unresolved external symbol "public: static bool __cdecl GuildSkill::load(char const *)" (?load@GuildSkill@@SA_NPBD@Z) referenced in function "public: static bool __cdecl QGuild::load_guild_skill_info(char const *)" (?load_guild_skill_info@QGuild@@SA_NPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	218	error LNK2019: unresolved external symbol "public: static bool __cdecl MemberLevelTable::clear(void)" (?clear@MemberLevelTable@@SA_NXZ) referenced in function "public: static bool __cdecl QGuild::clear(void)" (?clear@QGuild@@SA_NXZ)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	211	error LNK2019: unresolved external symbol "public: static bool __cdecl MemberLevelTable::load(char const *)" (?load@MemberLevelTable@@SA_NPBD@Z) referenced in function "public: static bool __cdecl QGuild::load_guild_memberlevel_info(char const *)" (?load_guild_memberlevel_info@QGuild@@SA_NPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	181	error LNK2019: unresolved external symbol "public: static bool __cdecl QDebug::close_logfile(void)" (?close_logfile@QDebug@@SA_NXZ) referenced in function "public: virtual void __thiscall QGameServer::shutdown(void)" (?shutdown@QGameServer@@UAEXXZ)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameServer.obj)	InstServer
Error	135	error LNK2019: unresolved external symbol "public: static bool __cdecl QDebugTracer::handle_console_command(char const *)" (?handle_console_command@QDebugTracer@@SA_NPBD@Z) referenced in function "int __cdecl ace_main_i(int,char * * const)" (?ace_main_i@@YAHHQAPAD@Z)	D:\QQBase\XYcode\servers\InstServer\Main.obj	InstServer
Error	213	error LNK2019: unresolved external symbol "public: static bool __cdecl QGuildQuestNode::check(void)" (?check@QGuildQuestNode@@SA_NXZ) referenced in function "public: static bool __cdecl QGuild::check_guild_quest_info(void)" (?check_guild_quest_info@QGuild@@SA_NXZ)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	210	error LNK2019: unresolved external symbol "public: static bool __cdecl QGuildQuestNode::load(char const *)" (?load@QGuildQuestNode@@SA_NPBD@Z) referenced in function "public: static bool __cdecl QGuild::load_guild_quest_info(char const *)" (?load_guild_quest_info@QGuild@@SA_NPBD@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Error	128	error LNK2019: unresolved external symbol "public: static bool __cdecl QParser::checkToken(char const * &,char const *)" (?checkToken@QParser@@SA_NAAPBDPBD@Z) referenced in function "public: virtual bool __thiscall FJInstServer::parse_command(char const *)" (?parse_command@FJInstServer@@UAE_NPBD@Z)	D:\QQBase\XYcode\servers\InstServer\FJInstServer.obj	InstServer
Error	232	error LNK2019: unresolved external symbol "public: static bool __cdecl QParser::getBool(char const * &,bool &)" (?getBool@QParser@@SA_NAAPBDAA_N@Z) referenced in function "public: virtual bool __thiscall QSARemoveStateByNum::parse_param(char const *,void * &)" (?parse_param@QSARemoveStateByNum@@UAE_NPBDAAPAX@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QSkillAct.obj)	InstServer
Error	136	error LNK2019: unresolved external symbol "public: static bool __cdecl QParser::getFloat(char const * &,float &)" (?getFloat@QParser@@SA_NAAPBDAAM@Z) referenced in function "public: static bool __cdecl QUnit::import_prop_pair(char const *,struct QPropPair *)" (?import_prop_pair@QUnit@@SA_NPBDPAUQPropPair@@@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameUnit.obj)	InstServer
Error	141	error LNK2019: unresolved external symbol "public: static bool __cdecl QParser::getInt(char const * &,int &)" (?getInt@QParser@@SA_NAAPBDAAH@Z) referenced in function "public: static bool __cdecl QUnit::import_prop_pair(char const *,struct QPropPair *)" (?import_prop_pair@QUnit@@SA_NPBDPAUQPropPair@@@Z)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGameUnit.obj)	InstServer
Error	124	error LNK2019: unresolved external symbol "public: static bool __cdecl QParser::getToken(char const * &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,char)" (?getToken@QParser@@SA_NAAPBDAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@D@Z) referenced in function "public: virtual bool __thiscall FJInstServer::parse_command(char const *)" (?parse_command@FJInstServer@@UAE_NPBD@Z)	D:\QQBase\XYcode\servers\InstServer\FJInstServer.obj	InstServer
Error	131	error LNK2019: unresolved external symbol "public: static void __cdecl QDebug::debug_handle(char const *,int,char const *)" (?debug_handle@QDebug@@SAXPBDH0@Z) referenced in function "public: void __thiscall FJPairGameInst::update_ready(float)" (?update_ready@FJPairGameInst@@QAEXM@Z)	D:\QQBase\XYcode\servers\InstServer\FJPairInstGameMgr.obj	InstServer
Error	27	error LNK2019: unresolved external symbol "public: static void __cdecl QDebug::error_handle(char const *,int,char const *)" (?error_handle@QDebug@@SAXPBDH0@Z) referenced in function "public: static void __cdecl QType::init(void)" (?init@QType@@SAXXZ)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QTypeMgr.obj)	InstServer
Error	77	error LNK2019: unresolved external symbol "public: static void __cdecl QDebug::info_handle(char const *,int,char const *)" (?info_handle@QDebug@@SAXPBDH0@Z) referenced in function "public: static bool __cdecl FJInstGame::initialize(void)" (?initialize@FJInstGame@@SA_NXZ)	D:\QQBase\XYcode\servers\InstServer\FJGameMgr.obj	InstServer
Error	219	error LNK2019: unresolved external symbol "public: static void __cdecl QGuildQuestNode::clear(void)" (?clear@QGuildQuestNode@@SAXXZ) referenced in function "public: static bool __cdecl QGuild::clear(void)" (?clear@QGuild@@SA_NXZ)	D:\QQBase\XYcode\servers\InstServer\GameServer.lib(QGuild.obj)	InstServer
Warning	1	warning MSB8012: TargetPath(D:\QQBase\XYcode\servers\InstServer\Release\InstServer.exe) does not match the Linker's OutputFile property value (D:\QQBase\XYcode\servers\bin\InstServer.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).	C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets	990	6	InstServer
 
Junior Spellweaver
Joined
Sep 3, 2011
Messages
184
Reaction score
258
Header found, but the expected matching function declaration was not found in the .lib file (hence, symbols not exported). I'm sure 0x61 can tell you why :p:
 
Experienced Elementalist
Joined
Dec 13, 2009
Messages
292
Reaction score
101
Header found, but the expected matching function declaration was not found in the .lib file (hence, symbols not exported). I'm sure 0x61 can tell you why :p:
Clean solution & use debug instead of release works like a charm
AloneAngel - [Help] Complie RouteManager error - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jul 22, 2006
Messages
84
Reaction score
12
Complied.Thanks 0x61.:thumbup1:
I running server like this image.But LogServer.exe
cant run ?


Uploaded with
 
Newbie Spellweaver
Joined
Jul 22, 2006
Messages
84
Reaction score
12
Cant connect server with client version 60.


Uploaded with
 
Joined
Apr 15, 2007
Messages
805
Reaction score
378
Hes compiling the source but using the new client instead of the client included with the source, now I never tested it personally but it shouldn't work =P
 
Back
Top