Hi,
trying to compile the new version of QuantLibAddin Here the error i get for the Release CRTDLL Linking... Creating library .\buildStatic\vc80\Release CRTDLL/QuantLibAddinStatic-vc80-mt-0_9_0.lib and object .\buildStatic\vc80\Release CRTDLL/QuantLibAddinStatic-vc80-mt-0_9_0.exp register_all.obj : error LNK2019: unresolved external symbol "void __cdecl registerTimeseries(struct xloper const &)" (?registerTimeseries@@YAXABUxloper@@@Z) referenced in function "void __cdecl registerQlFunctions(struct xloper const &)" (?registerQlFunctions@@YAXABUxloper@@@Z) register_all.obj : error LNK2019: unresolved external symbol "void __cdecl registerHandles(struct xloper const &)" (?registerHandles@@YAXABUxloper@@@Z) referenced in function "void __cdecl registerQlFunctions(struct xloper const &)" (?registerQlFunctions@@YAXABUxloper@@@Z) register_all.obj : error LNK2019: unresolved external symbol "void __cdecl unregisterTimeseries(struct xloper const &)" (?unregisterTimeseries@@YAXABUxloper@@@Z) referenced in function "void __cdecl unregisterQlFunctions(struct xloper const &)" (?unregisterQlFunctions@@YAXABUxloper@@@Z) register_all.obj : error LNK2019: unresolved external symbol "void __cdecl unregisterHandles(struct xloper const &)" (?unregisterHandles@@YAXABUxloper@@@Z) referenced in function "void __cdecl unregisterQlFunctions(struct xloper const &)" (?unregisterQlFunctions@@YAXABUxloper@@@Z) serializationfactory.obj : error LNK2019: unresolved external symbol "void __cdecl QuantLibXL::register_timeseries(class boost::archive::xml_iarchive &)" (?register_timeseries@QuantLibXL@@YAXAAVxml_iarchive@archive@boost@@@Z) referenced in function "void __cdecl QuantLibXL::tpl_register_classes<class boost::archive::xml_iarchive>(class boost::archive::xml_iarchive &)" (??$tpl_register_classes@Vxml_iarchive@archive@boost@@@QuantLibXL@@YAXAAVxml_iarchive@archive@boost@@@Z) serializationfactory.obj : error LNK2019: unresolved external symbol "void __cdecl QuantLibXL::register_timeseries(class boost::archive::xml_oarchive &)" (?register_timeseries@QuantLibXL@@YAXAAVxml_oarchive@archive@boost@@@Z) referenced in function "void __cdecl QuantLibXL::tpl_register_classes<class boost::archive::xml_oarchive>(class boost::archive::xml_oarchive &)" (??$tpl_register_classes@Vxml_oarchive@archive@boost@@@QuantLibXL@@YAXAAVxml_oarchive@archive@boost@@@Z) ..\xll\QuantLibXL-vc80-mt-0_9_0.xll : fatal error LNK1120: 6 unresolved externals any Help I tried to set No (/Zc:wchar_t-) but has no effects. same think for the release version Build started: Project: QuantLibXLStatic, Configuration: Release Win32 ------ Linking... Creating library .\buildStatic\vc80\Release/QuantLibAddinStatic-vc80-mt-s-0_9_0.lib and object .\buildStatic\vc80\Release/QuantLibAddinStatic-vc80-mt-s-0_9_0.exp register_all.obj : error LNK2019: unresolved external symbol "void __cdecl registerTimeseries(struct xloper const &)" (?registerTimeseries@@YAXABUxloper@@@Z) referenced in function "void __cdecl registerQlFunctions(struct xloper const &)" (?registerQlFunctions@@YAXABUxloper@@@Z) register_all.obj : error LNK2019: unresolved external symbol "void __cdecl registerHandles(struct xloper const &)" (?registerHandles@@YAXABUxloper@@@Z) referenced in function "void __cdecl registerQlFunctions(struct xloper const &)" (?registerQlFunctions@@YAXABUxloper@@@Z) register_all.obj : error LNK2019: unresolved external symbol "void __cdecl unregisterTimeseries(struct xloper const &)" (?unregisterTimeseries@@YAXABUxloper@@@Z) referenced in function "void __cdecl unregisterQlFunctions(struct xloper const &)" (?unregisterQlFunctions@@YAXABUxloper@@@Z) register_all.obj : error LNK2019: unresolved external symbol "void __cdecl unregisterHandles(struct xloper const &)" (?unregisterHandles@@YAXABUxloper@@@Z) referenced in function "void __cdecl unregisterQlFunctions(struct xloper const &)" (?unregisterQlFunctions@@YAXABUxloper@@@Z) serializationfactory.obj : error LNK2019: unresolved external symbol "void __cdecl QuantLibXL::register_timeseries(class boost::archive::xml_iarchive &)" (?register_timeseries@QuantLibXL@@YAXAAVxml_iarchive@archive@boost@@@Z) referenced in function "void __cdecl QuantLibXL::tpl_register_classes<class boost::archive::xml_iarchive>(class boost::archive::xml_iarchive &)" (??$tpl_register_classes@Vxml_iarchive@archive@boost@@@QuantLibXL@@YAXAAVxml_iarchive@archive@boost@@@Z) serializationfactory.obj : error LNK2019: unresolved external symbol "void __cdecl QuantLibXL::register_timeseries(class boost::archive::xml_oarchive &)" (?register_timeseries@QuantLibXL@@YAXAAVxml_oarchive@archive@boost@@@Z) referenced in function "void __cdecl QuantLibXL::tpl_register_classes<class boost::archive::xml_oarchive>(class boost::archive::xml_oarchive &)" (??$tpl_register_classes@Vxml_oarchive@archive@boost@@@QuantLibXL@@YAXAAVxml_oarchive@archive@boost@@@Z) ..\xll\QuantLibXL-vc80-mt-s-0_9_0.xll : fatal error LNK1120: 6 unresolved externals |
Hello,
As this message relates to unreleased software I'm responding in quantlib-dev, please pick up the thread there. Thanks, Eric > > Hi, > > trying to compile the new version of QuantLibAddin > Here the error i get for the Release CRTDLL > Linking... > Creating library .\buildStatic\vc80\Release > CRTDLL/QuantLibAddinStatic-vc80-mt-0_9_0.lib and object > .\buildStatic\vc80\Release CRTDLL/QuantLibAddinStatic-vc80-mt-0_9_0.exp > register_all.obj : error LNK2019: unresolved external symbol "void __cdecl > registerTimeseries(struct xloper const &)" > (?registerTimeseries@@YAXABUxloper@@@Z) referenced in function "void > __cdecl > registerQlFunctions(struct xloper const &)" > (?registerQlFunctions@@YAXABUxloper@@@Z) > register_all.obj : error LNK2019: unresolved external symbol "void __cdecl > registerHandles(struct xloper const &)" > (?registerHandles@@YAXABUxloper@@@Z) > referenced in function "void __cdecl registerQlFunctions(struct xloper > const > &)" (?registerQlFunctions@@YAXABUxloper@@@Z) > register_all.obj : error LNK2019: unresolved external symbol "void __cdecl > unregisterTimeseries(struct xloper const &)" > (?unregisterTimeseries@@YAXABUxloper@@@Z) referenced in function "void > __cdecl unregisterQlFunctions(struct xloper const &)" > (?unregisterQlFunctions@@YAXABUxloper@@@Z) > register_all.obj : error LNK2019: unresolved external symbol "void __cdecl > unregisterHandles(struct xloper const &)" > (?unregisterHandles@@YAXABUxloper@@@Z) referenced in function "void > __cdecl > unregisterQlFunctions(struct xloper const &)" > (?unregisterQlFunctions@@YAXABUxloper@@@Z) > serializationfactory.obj : error LNK2019: unresolved external symbol "void > __cdecl QuantLibXL::register_timeseries(class boost::archive::xml_iarchive > &)" > (?register_timeseries@QuantLibXL@@YAXAAVxml_iarchive@archive@boost@@@Z) > referenced in function "void __cdecl > QuantLibXL::tpl_register_classes<class > boost::archive::xml_iarchive>(class boost::archive::xml_iarchive &)" > (??$tpl_register_classes@Vxml_iarchive@archive@boost@@@QuantLibXL@@YAXAAVxml_iarchive@archive@boost@@@Z) > serializationfactory.obj : error LNK2019: unresolved external symbol "void > __cdecl QuantLibXL::register_timeseries(class boost::archive::xml_oarchive > &)" > (?register_timeseries@QuantLibXL@@YAXAAVxml_oarchive@archive@boost@@@Z) > referenced in function "void __cdecl > QuantLibXL::tpl_register_classes<class > boost::archive::xml_oarchive>(class boost::archive::xml_oarchive &)" > (??$tpl_register_classes@Vxml_oarchive@archive@boost@@@QuantLibXL@@YAXAAVxml_oarchive@archive@boost@@@Z) > ..\xll\QuantLibXL-vc80-mt-0_9_0.xll : fatal error LNK1120: 6 unresolved > externals > > any Help > :rules: > I tried to set > No (/Zc:wchar_t-) but has no effects. > > same think for the release version > > Build started: Project: QuantLibXLStatic, Configuration: Release Win32 > ------ > Linking... > Creating library > .\buildStatic\vc80\Release/QuantLibAddinStatic-vc80-mt-s-0_9_0.lib and > object .\buildStatic\vc80\Release/QuantLibAddinStatic-vc80-mt-s-0_9_0.exp > register_all.obj : error LNK2019: unresolved external symbol "void __cdecl > registerTimeseries(struct xloper const &)" > (?registerTimeseries@@YAXABUxloper@@@Z) referenced in function "void > __cdecl > registerQlFunctions(struct xloper const &)" > (?registerQlFunctions@@YAXABUxloper@@@Z) > register_all.obj : error LNK2019: unresolved external symbol "void __cdecl > registerHandles(struct xloper const &)" > (?registerHandles@@YAXABUxloper@@@Z) > referenced in function "void __cdecl registerQlFunctions(struct xloper > const > &)" (?registerQlFunctions@@YAXABUxloper@@@Z) > register_all.obj : error LNK2019: unresolved external symbol "void __cdecl > unregisterTimeseries(struct xloper const &)" > (?unregisterTimeseries@@YAXABUxloper@@@Z) referenced in function "void > __cdecl unregisterQlFunctions(struct xloper const &)" > (?unregisterQlFunctions@@YAXABUxloper@@@Z) > register_all.obj : error LNK2019: unresolved external symbol "void __cdecl > unregisterHandles(struct xloper const &)" > (?unregisterHandles@@YAXABUxloper@@@Z) referenced in function "void > __cdecl > unregisterQlFunctions(struct xloper const &)" > (?unregisterQlFunctions@@YAXABUxloper@@@Z) > serializationfactory.obj : error LNK2019: unresolved external symbol "void > __cdecl QuantLibXL::register_timeseries(class boost::archive::xml_iarchive > &)" > (?register_timeseries@QuantLibXL@@YAXAAVxml_iarchive@archive@boost@@@Z) > referenced in function "void __cdecl > QuantLibXL::tpl_register_classes<class > boost::archive::xml_iarchive>(class boost::archive::xml_iarchive &)" > (??$tpl_register_classes@Vxml_iarchive@archive@boost@@@QuantLibXL@@YAXAAVxml_iarchive@archive@boost@@@Z) > serializationfactory.obj : error LNK2019: unresolved external symbol "void > __cdecl QuantLibXL::register_timeseries(class boost::archive::xml_oarchive > &)" > (?register_timeseries@QuantLibXL@@YAXAAVxml_oarchive@archive@boost@@@Z) > referenced in function "void __cdecl > QuantLibXL::tpl_register_classes<class > boost::archive::xml_oarchive>(class boost::archive::xml_oarchive &)" > (??$tpl_register_classes@Vxml_oarchive@archive@boost@@@QuantLibXL@@YAXAAVxml_oarchive@archive@boost@@@Z) > ..\xll\QuantLibXL-vc80-mt-s-0_9_0.xll : fatal error LNK1120: 6 unresolved > externals > > > > -- > View this message in context: > http://www.nabble.com/QuantLinAddin-0_9_0-tf4963063.html#a14215818 > Sent from the quantlib-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users > ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |