I’ve been thrown a bit in the deep-end with a C++ app I need to get running and I cant get it to build.
It appears that just about error source file throws out this error:
BindActivView.obj : error LNK2001 : unresolved external symbol “public: void __thiscall CNOLEError::AddError(struct IUnknown *,struct _GUID const &:” (?AddError@CNOLEError@@QAEXPAUIUnknown@@ABU_GUID@@@Z)
Could someone please point me in the right direction with how I go about fixing this?
You omit some obj/lib file in your project.
You probably use some lib files which need to be linked together with your output.