KingMort |
01-23-2013 07:44 PM |
Compile Problems
Hi folks, this is what i'm having not sure whats going on exactly...
Code:
1>------ Build started: Project: ZERO_CHECK, Configuration: RelWithDebInfo Win32 ------
2>------ Build started: Project: world, Configuration: RelWithDebInfo Win32 ------
3>------ Build started: Project: zone, Configuration: RelWithDebInfo Win32 ------
2>Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
2>EQW.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2pv_flags referenced in function _XS_EQWIO_PRINT
2>perl_EQLConfig.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_get_context
2>Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_get_context
2>EQW.obj : error LNK2019: unresolved external symbol __imp__Perl_get_context referenced in function _XS_EQWIO_PRINT
2>EQWParser.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
2>perl_EQLConfig.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_newXS referenced in function _xs_init
2>EQWParser.obj : error LNK2019: unresolved external symbol _boot_DynaLoader referenced in function _xs_init
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__perl_free referenced in function "public: __thiscall EQWParser::~EQWParser(void)" (??1EQWParser@@QAE@XZ)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setsv_flags referenced in function "public: void __thiscall EQWParser::SetHTTPRequest(char const *,class HTTPRequest *)" (?SetHTTPRequest@EQWParser@@QAEXPBDPAVHTTPRequest@@@Z)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setref_pv referenced in function "public: void __thiscall EQWParser::SetHTTPRequest(char const *,class HTTPRequest *)" (?SetHTTPRequest@EQWParser@@QAEXPBDPAVHTTPRequest@@@Z)
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setref_pv
2>Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_setref_pv
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_get_sv referenced in function "public: void __thiscall EQWParser::SetHTTPRequest(char const *,class HTTPRequest *)" (?SetHTTPRequest@EQWParser@@QAEXPBDPAVHTTPRequest@@@Z)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_eval_pv referenced in function "public: void __thiscall EQWParser::SetHTTPRequest(char const *,class HTTPRequest *)" (?SetHTTPRequest@EQWParser@@QAEXPBDPAVHTTPRequest@@@Z)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_pop_scope referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_free_tmps referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2bool_flags referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2bool_flags
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_gv_add_by_type referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_call_pv referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2mortal referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
2>perl_EQLConfig.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_newSVpv referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_stack_grow referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
2>perl_EQLConfig.obj : error LNK2001: unresolved external symbol __imp__Perl_stack_grow
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_stack_grow
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_stack_grow
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_markstack_grow referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_save_int referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_push_scope referenced in function "protected: bool __thiscall EQWParser::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?dosub@EQWParser@@IAE_NPBDABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@H@Z)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_get_cv referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_gv_fetchpv referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_gv_stashpv referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__perl_run referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__perl_parse referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_sys_init3 referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__perl_construct referenced in function "protected: void __thiscall EQWParser::DoInit(void)" (?DoInit@EQWParser@@IAEXXZ)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__Perl_newSV referenced in function "public: __thiscall EQWParser::EQWParser(void)" (??0EQWParser@@QAE@XZ)
2>EQWParser.obj : error LNK2019: unresolved external symbol __imp__perl_alloc referenced in function "public: __thiscall EQWParser::EQWParser(void)" (??0EQWParser@@QAE@XZ)
2>Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
2>perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2iv_flags referenced in function _XS_EQLConfig_IsConnected
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
2>Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
2>perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_derived_from referenced in function _XS_EQLConfig_IsConnected
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
2>Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_croak
2>perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_croak referenced in function _XS_EQLConfig_IsConnected
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_croak
2>perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2uv_flags referenced in function _XS_EQLConfig_BootStaticZone
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
2>Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_mg_set
2>perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_mg_set referenced in function _XS_EQLConfig_GetDynamicCount
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_mg_set
2>perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setiv referenced in function _XS_EQLConfig_GetDynamicCount
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setiv
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setiv
2>Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
2>perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_newmortal referenced in function _XS_EQLConfig_GetDynamicCount
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
2>perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setpv referenced in function _XS_EQLConfig_GetName
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
2>Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
2>perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setpvn referenced in function _XS_EQLConfig_GetZoneDetails
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpvn
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpvn
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_setpvn
2>perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_hv_common_key_len referenced in function _XS_EQLConfig_GetZoneDetails
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_hv_common_key_len
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_hv_common_key_len
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_hv_common_key_len
2>perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_newRV referenced in function _XS_EQLConfig_GetZoneDetails
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_newRV
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_newRV
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_newRV
2>perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_newSV_type referenced in function _XS_EQLConfig_GetZoneDetails
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_newSV_type
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_newSV_type
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_newSV_type
2>Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
2>perl_EQLConfig.obj : error LNK2019: unresolved external symbol __imp__Perl_newXS_flags referenced in function _boot_EQLConfig
2>perl_EQW.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
2>perl_HTTPRequest.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
2>perl_EQW.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setuv referenced in function _XS_EQW_CreateGuild
2>Common.lib(perl_EQDBRes.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_setuv
2>Common.lib(perl_EQDB.obj) : error LNK2001: unresolved external symbol __imp__Perl_sv_setuv
2>perl_HTTPRequest.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setnv referenced in function _XS_HTTPRequest_getFloat
2>perl_HTTPRequest.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2nv_flags referenced in function _XS_HTTPRequest_getFloat
2>C:\Users\Jordan\Desktop\Eqemu Build\Build\Bin\RelWithDebInfo\world.exe : fatal error LNK1120: 45 unresolved externals
3>embparser.obj : error LNK2019: unresolved external symbol __imp__Perl_get_sv referenced in function "private: struct sv * __thiscall Embperl::my_get_sv(char const *)" (?my_get_sv@Embperl@@AAEPAUsv@@PBD@Z)
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_get_sv
3>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>perl_raids.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>perl_npc.obj : error LNK2019: unresolved external symbol __imp__Perl_get_context referenced in function _XS_NPC_GetNPCHate
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>perl_perlpacket.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>perl_doors.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>perl_groups.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>perl_hateentry.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>embparser.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>embperl.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>embxs.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_get_context
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>perl_raids.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>perl_perlpacket.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>perl_entity.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2iv_flags referenced in function _XS_EntityList_RemoveAllTraps
3>perl_groups.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>perl_hateentry.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>embparser.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>embxs.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>perl_doors.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2iv_flags
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setiv
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setiv
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setiv
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setiv
3>embparser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setiv referenced in function "public: void __thiscall Embperl::seti(char const *,int)const " (?seti@Embperl@@QBEXPBDH@Z)
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setiv
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setiv
3>perl_hateentry.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setiv
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setnv
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setnv
3>perl_perlpacket.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setnv
3>embparser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setnv referenced in function "public: void __thiscall Embperl::setd(char const *,float)const " (?setd@Embperl@@QBEXPBDM@Z)
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setnv
3>perl_doors.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setnv
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setnv
3>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
3>perl_entity.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setpv referenced in function _XS_EntityList_Message
3>perl_groups.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
3>embparser.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
3>embxs.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
3>perl_doors.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setpv
3>embparser.obj : error LNK2019: unresolved external symbol __imp__Perl_hv_common_key_len referenced in function "public: void __thiscall Embperl::sethash(char const *,class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,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 ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &)" (?sethash@Embperl@@QAEXPBDAAV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$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@@V12@@std@@@2@@std@@@Z)
3>embperl.obj : error LNK2001: unresolved external symbol __imp__Perl_hv_common_key_len
3>embparser.obj : error LNK2019: unresolved external symbol __imp__Perl_newSVpv referenced in function "public: void __thiscall Embperl::sethash(char const *,class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,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 ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &)" (?sethash@Embperl@@QAEXPBDAAV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$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@@V12@@std@@@2@@std@@@Z)
3>embperl.obj : error LNK2001: unresolved external symbol __imp__Perl_newSVpv
3>embparser.obj : error LNK2019: unresolved external symbol __imp__Perl_hv_clear referenced in function "public: void __thiscall Embperl::sethash(char const *,class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,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 ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &)" (?sethash@Embperl@@QAEXPBDAAV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$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@@V12@@std@@@2@@std@@@Z)
3>embparser.obj : error LNK2019: unresolved external symbol __imp__Perl_get_hv referenced in function "public: void __thiscall Embperl::sethash(char const *,class std::map<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,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 ,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > > &)" (?sethash@Embperl@@QAEXPBDAAV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V12@U?$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@@V12@@std@@@2@@std@@@Z)
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
3>perl_perlpacket.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
3>perl_raids.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
3>perl_groups.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
3>embparser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2pv_flags referenced in function "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Embperl::getstr(char const *)" (?getstr@Embperl@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBD@Z)
3>embxs.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
3>perl_doors.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2pv_flags
3>embparser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setsv_flags referenced in function "public: void __thiscall PerlembParser::ExecCommand(class Client *,class Seperator *)" (?ExecCommand@PerlembParser@@QAEXPAVClient@@PAVSeperator@@@Z)
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setsv_flags
3>embparser.obj : error LNK2019: unresolved external symbol __imp__Perl_newSV referenced in function "public: void __thiscall PerlembParser::ExecCommand(class Client *,class Seperator *)" (?ExecCommand@PerlembParser@@QAEXPAVClient@@PAVSeperator@@@Z)
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_newSV
3>perl_raids.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setref_pv
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setref_pv
3>perl_hateentry.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setref_pv
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setref_pv
3>perl_perlpacket.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setref_pv
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setref_pv
3>embparser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setref_pv referenced in function "public: void __thiscall PerlembParser::ExecCommand(class Client *,class Seperator *)" (?ExecCommand@PerlembParser@@QAEXPAVClient@@PAVSeperator@@@Z)
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setref_pv
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setref_pv
3>perl_groups.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setref_pv
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_newXS referenced in function _xs_init
3>embxs.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS
3>embperl.obj : error LNK2019: unresolved external symbol _boot_DynaLoader referenced in function _xs_init
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_eval_pv referenced in function "private: void __thiscall Embperl::init_eval_file(void)" (?init_eval_file@Embperl@@AAEXXZ)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_gv_stashpv referenced in function "public: bool __thiscall Embperl::SubExists(char const *,char const *)" (?SubExists@Embperl@@QAE_NPBD0@Z)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_get_cv referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_gv_fetchpv referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__perl_run referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__perl_parse referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_sys_init3 referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__perl_construct referenced in function "protected: void __thiscall Embperl::DoInit(void)" (?DoInit@Embperl@@IAEXXZ)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__perl_destruct referenced in function "public: void __thiscall Embperl::Reinit(void)" (?Reinit@Embperl@@QAEXXZ)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__perl_alloc referenced in function "public: __thiscall Embperl::Embperl(void)" (??0Embperl@@QAE@XZ)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__perl_free referenced in function "public: __thiscall Embperl::~Embperl(void)" (??1Embperl@@QAE@XZ)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_pop_scope referenced in function "public: void __thiscall Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_free_tmps referenced in function "public: void __thiscall Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2bool_flags
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2bool_flags
3>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2bool_flags
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2bool_flags
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2bool_flags referenced in function "public: void __thiscall Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2bool_flags
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2bool_flags
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2bool_flags
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_gv_add_by_type referenced in function "public: void __thiscall Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_call_pv referenced in function "public: void __thiscall Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
3>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
3>perl_raids.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
3>perl_perlpacket.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2mortal referenced in function "public: void __thiscall Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
3>perl_groups.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2mortal
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_stack_grow referenced in function "public: void __thiscall Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_stack_grow
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_stack_grow
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_markstack_grow referenced in function "public: void __thiscall Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_save_int referenced in function "public: void __thiscall Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
3>embperl.obj : error LNK2019: unresolved external symbol __imp__Perl_push_scope referenced in function "public: void __thiscall Embperl::dosub(char const *,class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > const *,int)" (?dosub@Embperl@@QAEXPBDPBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@H@Z)
3>perl_raids.obj : error LNK2019: unresolved external symbol __imp__Perl_mg_set referenced in function _XS_Raid_IsRaidMember
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
3>perl_perlpacket.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
3>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
3>perl_groups.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
3>perl_hateentry.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
3>embxs.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
3>perl_doors.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_mg_set
3>perl_raids.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
3>perl_perlpacket.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_newmortal referenced in function _XS_PerlPacket_SetOpcode
3>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
3>perl_groups.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
3>perl_hateentry.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
3>embxs.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
3>perl_doors.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_newmortal
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
3>perl_perlpacket.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
3>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
3>perl_raids.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
3>perl_groups.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2uv_flags referenced in function _XS_Group_DisbandGroup
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
3>embxs.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
3>perl_doors.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2uv_flags
3>perl_raids.obj : error LNK2019: unresolved external symbol __imp__Perl_croak referenced in function _XS_Raid_IsRaidMember
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
3>perl_perlpacket.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
3>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
3>perl_groups.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
3>perl_hateentry.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
3>embxs.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
3>perl_doors.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_croak
3>net.obj : error LNK2019: unresolved external symbol _win32_gethostname referenced in function "public: unsigned int __thiscall NetConnection::GetIP(void)" (?GetIP@NetConnection@@QAEIXZ)
3>net.obj : error LNK2019: unresolved external symbol _win32_inet_addr referenced in function "public: unsigned int __thiscall NetConnection::GetIP(char *)" (?GetIP@NetConnection@@QAEIPAD@Z)
3>net.obj : error LNK2019: unresolved external symbol _win32_gethostbyname referenced in function "public: unsigned int __thiscall NetConnection::GetIP(char *)" (?GetIP@NetConnection@@QAEIPAD@Z)
3>net.obj : error LNK2019: unresolved external symbol _win32_inet_ntoa referenced in function _main
3>net.obj : error LNK2019: unresolved external symbol _win32_ntohs referenced in function _main
3>perl_perlpacket.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
3>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
3>perl_raids.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
3>perl_hateentry.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
3>perl_client.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_derived_from referenced in function _XS_Client_SendSound
3>perl_doors.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
3>perl_groups.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_derived_from
3>perl_raids.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setuv
3>perlparser.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setuv
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setuv
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setuv
3>perl_perlpacket.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setuv
3>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setuv
3>perl_client.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_setuv referenced in function _XS_Client_GetAnon
3>perl_doors.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setuv
3>perl_groups.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setuv
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_setuv
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2nv_flags
3>perl_raids.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2nv_flags
3>perlparser.obj : error LNK2019: unresolved external symbol __imp__Perl_sv_2nv_flags referenced in function _XS__setguild
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2nv_flags
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2nv_flags
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2nv_flags
3>perl_perlpacket.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2nv_flags
3>perl_client.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2nv_flags
3>perl_doors.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2nv_flags
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2nv_flags
3>perl_groups.obj : error LNK2001: unresolved external symbol __imp__Perl_sv_2nv_flags
3>perl_perlpacket.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
3>perl_PlayerCorpse.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
3>perl_questitem.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
3>perl_raids.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
3>perl_hateentry.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
3>perl_mob.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
3>perl_npc.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
3>perl_object.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
3>perl_client.obj : error LNK2019: unresolved external symbol __imp__Perl_newXS_flags referenced in function _boot_Client
3>perl_doors.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
3>perl_entity.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
3>perl_groups.obj : error LNK2001: unresolved external symbol __imp__Perl_newXS_flags
3>perl_perlpacket.obj : error LNK2019: unresolved external symbol __imp__Perl_av_fetch referenced in function _XS_PerlPacket_FromArray
3>perl_perlpacket.obj : error LNK2019: unresolved external symbol __imp__Perl_av_len referenced in function _XS_PerlPacket_FromArray
3>perlparser.obj : error LNK2019: unresolved external symbol __imp__Perl_newSViv referenced in function _XS__CreateGroundObject
3>perlparser.obj : error LNK2019: unresolved external symbol __imp__Perl_newSVuv referenced in function _XS__MerchantCountItem
3>C:\Users\Jordan\Desktop\Eqemu Build\Build\Bin\RelWithDebInfo\zone.exe : fatal error LNK1120: 54 unresolved externals
4>------ Skipped Build: Project: ALL_BUILD, Configuration: RelWithDebInfo Win32 ------
4>Project not selected to build for this solution configuration
========== Build: 1 succeeded, 2 failed, 5 up-to-date, 1 skipped ==========
|