I'm trying to include aurloader as a static library in my plugin (building as dynamic w/auroloader.dll works fine).
However, I get the following error when building statically:
Which library is this function included in? I've tried including all the libraries shipped with the PhoenixSDK but none of them resolve the symbol.
However, I get the following error when building statically:
Error LNK2019 unresolved external symbol "void __cdecl terminate(void)" (?terminate@@YAXXZ) referenced in function "public: __cdecl PhoenixFrameData::PGroup::PGroup(struct PhoenixFrameData::PGroup const &)" (??0PGroup@PhoenixFrameData@@QEAA@AEBU01@@Z) aurloader_s.lib(PhoenixFrame.obj) 1
Comment