spoddynerd
Programmer
What do I need to do to resolve the following link error?
I am a bit dim-witted/inexperienced w.r.t. DLLs. I checked another project which linked the call o.k., but couldn't see where the settings had been modified to find the appropriate object.
someproj error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class someclass & __cdecl someclass::Instance(void)" (__imp_?Instance@someclass@@SAAAV1@XZ) referenced in function "public: int __thiscall anotherclass::set(struct somestruct const &)" (?set@anotherclass@@QAEHABUsomestruct@@@Z)
I am a bit dim-witted/inexperienced w.r.t. DLLs. I checked another project which linked the call o.k., but couldn't see where the settings had been modified to find the appropriate object.
someproj error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class someclass & __cdecl someclass::Instance(void)" (__imp_?Instance@someclass@@SAAAV1@XZ) referenced in function "public: int __thiscall anotherclass::set(struct somestruct const &)" (?set@anotherclass@@QAEHABUsomestruct@@@Z)