Board index » Visual Studio » error LNK2001
|
CoFSM
|
error LNK2001
Visual Studio313
My current issue..I can not link. I have my current project compiled and I looked at msdn library about the issue but I don't see what I could be doing wrong. The pathpoint object calls the leg object and the leg object is the bottom object (from an hierarchy perspective) and everything else builds from this. And there are a total of 4 modules that use the variables, while only pathpoint is the only one that uses the function calls. The variables are gpcField, gfHiRange, gfLoRange, and gfResolution. Linking... pathpoint.obj : error LNK2001: unresolved external symbol "public: __thiscall CLeg::CLeg(class CString const &,int,double,double,double,char const *,enum DATA_CONTENT_TYPE)" (??0CLeg@@QAE@ABVCString@@HNNNPBDW4DATA_CONTENT_TYPE@@@Z) pathpoint.obj : error LNK2001: unresolved external symbol "char * * gpcField" (?gpcField@@3PAPADA) pathpoint.obj : error LNK2001: unresolved external symbol "public: void __thiscall CLeg::Reset(class CString const &)" (?Reset@CLeg@@QAEXABVCString@@@Z) pathpoint.obj : error LNK2001: unresolved external symbol "public: void __thiscall CLeg::SetValue(class CString const &,int)" (?SetValue@CLeg@@QAEXABVCString@@H@Z) pathpoint.obj : error LNK2001: unresolved external symbol "public: void __thiscall CLeg::SetValue(double,int)" (?SetValue@CLeg@@QAEXNH@Z) pathpoint.obj : error LNK2001: unresolved external symbol "public: int __thiscall CLeg::IsValid(class CString const &,class CString &)const " (?IsValid@CLeg@@QBEHABVCString@@AAV2@@Z) pathpoint.obj : error LNK2001: unresolved external symbol "double const * const gfHiRange" (?gfHiRange@@3QBNB) pathpoint.obj : error LNK2001: unresolved external symbol "double const * const gfLoRange" (?gfLoRange@@3QBNB) pathpoint.obj : error LNK2001: unresolved external symbol "public: void __thiscall CLeg::UpdateEntry(class CString const &,int)" (?UpdateEntry@CLeg@@QAEXABVCString@@H@Z) pathpoint.obj : error LNK2001: unresolved external symbol "double const * const gfResolution" (?gfResolution@@3QBNB) any help is more than appreciated. thanks - |
