ATE Namespace
I am having the worse time getting my app to compile using the ATE namespace. I have included all *ATE*.h include files put "using namespace ATE" at the top. No matter what I do, I get these compile errors:
Tutorial.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall ATE::ITextRanges::~ITextRanges(void)" (??1ITextRanges@ATE@@UAE@XZ) referenced in function "long __cdecl GoFilter(struct AIFilterMessage *)" (?GoFilter@@YAJPAUAIFilterMessage@@@Z)
Tutorial.obj : error LNK2019: unresolved external symbol "public: __thiscall ATE::ITextRanges::ITextRanges(struct ATE::_TextRanges *)" (??0ITextRanges@ATE@@QAE@PAU_TextRanges@1@@Z) referenced in function "long __cdecl GoFilter(struct AIFilterMessage *)"
Surely it cannot be this complicated to use the ATE namespace with AI SDK. . . . or maybe it is??
