Regarding a little problem in programming and debugging, please give your guidance!

xiaoxiao2021-03-06  93

My program is prompted in the first time: Linking ... link: Fatal Error LNK1104: Cannot Open file "ptclibd.lib" Error Executing Link.exe.

McUcenter.exe - 1 Error (s), 0 Warning (s) But I add new errors after adding the ptclibd.lib library in Project - Setting-Link! Linking ... PTClibd.lib (Asner .obj): error LNK2001: unresolved external symbol "public: virtual long __thiscall PUnsignedArray :: GetNumberValueAt (int) const" (GetNumberValueAt @ PUnsignedArray @@ UBEJH @ Z) ptclibd.lib (Asner.obj):? error LNK2001: unresolved external symbol "public: virtual void __thiscall PUnsignedArray :: PrintOn (class ostream &) const" ptclibd.lib (Asner.obj) (PrintOn @ PUnsignedArray @@ UBEXAAVostream @@@ Z?): error LNK2001: unresolved external symbol "protected: virtual long __thiscall PAbstractArray :: GetNumberValueAt (int) const "ptclibd.lib (Asner.obj) (GetNumberValueAt @ PAbstractArray @@ MBEJH @ Z?): error LNK2001: unresolved external symbol" public: virtual long __thiscall PBYTEArray :: GetNumberValueAt (int) const "ptclibd.lib (Asner.obj) (GetNumberValueAt @ PBYTEArray @@ UBEJH @ Z?): error LNK2001: unresolved external symbol" public: class PWORDArray __thiscall PString :: AsUCS2 (void) const "(AsUCS2 @ PS? tring @@ QBE AVPWORDArray @@ XZ) ptclibd.lib (Asner.obj):? error LNK2001: unresolved external symbol "public: virtual long __thiscall PWORDArray :: GetNumberValueAt (int) const" (GetNumberValueAt @ PWORDArray @@ UBEJH @ Z? ) ptclibd.lib (Asner.obj): error LNK2001: unresolved external symbol? "public: virtual void __thiscall PWORDArray :: PrintOn (class ostream &) const" (PrintOn @ PWORDArray @@ UBEXAAVostream @@@ Z) Debug / McuCenter. EXE: Fatal Error LNK1120: 7 Unresolved ExternalSerror Executing Link.exe.mcucenter.exe - 8 Error (s), 0 Warning (s) What is going on here!

转载请注明原文地址:https://www.9cbs.com/read-96756.html

New Post(0)