1 2 3 4 5 6 7 8
| 1>PluginProcessor.obj : error LNK2019: unresolved external symbol "public: class std::complex<double> __thiscall Dsp::BiquadBase::response(double)const " (?response@BiquadBase@Dsp@@QBE?AV?$complex@N@std@@N@Z) referenced in function "public: virtual class std::complex<double> __thiscall Dsp::FilterDesignBase<struct Dsp::RBJ::Design::LowPass>::response(double)const " (?response@?$FilterDesignBase@ULowPass@Design@RBJ@Dsp@@@Dsp@@UBE?AV?$complex@N@std@@N@Z)
1>PluginProcessor.obj : error LNK2019: unresolved external symbol "public: class std::vector<struct Dsp::PoleZeroPair,class std::allocator<struct Dsp::PoleZeroPair> > __thiscall Dsp::BiquadBase::getPoleZeros(void)const " (?getPoleZeros@BiquadBase@Dsp@@QBE?AV?$vector@UPoleZeroPair@Dsp@@V?$allocator@UPoleZeroPair@Dsp@@@std@@@std@@XZ) referenced in function "public: virtual class std::vector<struct Dsp::PoleZeroPair,class std::allocator<struct Dsp::PoleZeroPair> > __thiscall Dsp::FilterDesignBase<struct Dsp::RBJ::Design::LowPass>::getPoleZeros(void)const " (?getPoleZeros@?$FilterDesignBase@ULowPass@Design@RBJ@Dsp@@@Dsp@@UBE?AV?$vector@UPoleZeroPair@Dsp@@V?$allocator@UPoleZeroPair@Dsp@@@std@@@std@@XZ)
1>PluginProcessor.obj : error LNK2019: unresolved external symbol "public: __thiscall Dsp::ParamInfo::ParamInfo(void)" (??0ParamInfo@Dsp@@QAE@XZ) referenced in function "public: virtual class Dsp::ParamInfo __thiscall Dsp::FilterDesignBase<struct Dsp::RBJ::Design::LowPass>::getParamInfo(int)const " (?getParamInfo@?$FilterDesignBase@ULowPass@Design@RBJ@Dsp@@@Dsp@@UBE?AVParamInfo@2@H@Z)
1>PluginProcessor.obj : error LNK2019: unresolved external symbol "public: static class Dsp::ParamInfo __cdecl Dsp::ParamInfo::defaultSampleRateParam(void)" (?defaultSampleRateParam@ParamInfo@Dsp@@SA?AV12@XZ) referenced in function "public: static class Dsp::ParamInfo const __cdecl Dsp::DesignBase::getParamInfo_0(void)" (?getParamInfo_0@DesignBase@Dsp@@SA?BVParamInfo@2@XZ)
1>PluginProcessor.obj : error LNK2019: unresolved external symbol "public: static class Dsp::ParamInfo __cdecl Dsp::ParamInfo::defaultCutoffFrequencyParam(void)" (?defaultCutoffFrequencyParam@ParamInfo@Dsp@@SA?AV12@XZ) referenced in function "public: static class Dsp::ParamInfo const __cdecl Dsp::RBJ::Design::TypeIBase::getParamInfo_1(void)" (?getParamInfo_1@TypeIBase@Design@RBJ@Dsp@@SA?BVParamInfo@4@XZ)
1>PluginProcessor.obj : error LNK2019: unresolved external symbol "public: static class Dsp::ParamInfo __cdecl Dsp::ParamInfo::defaultQParam(void)" (?defaultQParam@ParamInfo@Dsp@@SA?AV12@XZ) referenced in function "public: static class Dsp::ParamInfo const __cdecl Dsp::RBJ::Design::TypeIBase::getParamInfo_2(void)" (?getParamInfo_2@TypeIBase@Design@RBJ@Dsp@@SA?BVParamInfo@4@XZ)
1>PluginProcessor.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall Dsp::Filter::~Filter(void)" (??1Filter@Dsp@@UAE@XZ) referenced in function "public: virtual __thiscall Dsp::FilterDesignBase<struct Dsp::RBJ::Design::LowPass>::~FilterDesignBase<struct Dsp::RBJ::Design::LowPass>(void)" (??1?$FilterDesignBase@ULowPass@Design@RBJ@Dsp@@@Dsp@@UAE@XZ)
1>PluginProcessor.obj : error LNK2019: unresolved external symbol "public: void __thiscall Dsp::RBJ::LowPass::setup(double,double,double)" (?setup@LowPass@RBJ@Dsp@@QAEXNNN@Z) referenced in function "public: void __thiscall Dsp::RBJ::Design::TypeI<struct Dsp::RBJ::LowPass>::setParams(struct Dsp::Params const &)" (?setParams@?$TypeI@ULowPass@RBJ@Dsp@@@Design@RBJ@Dsp@@QAEXABUParams@4@@Z) |
Partager