000
27.02.2005, 15:48 Uhr
DerSchwarzeSchlumpf
|
hi
hab heute auf meinem laptop visual studio 2003 installiert und es hat eigentlich alles fehlerfrei geklappt. nur jetzt beim compilieren haut es hinten und vorne net hin. hab ein bestehendes projekt geöffnet und es compiliert auch fehlerfrei, nur beim linken kommt es zu nem problem:
matrix error LNK2019: unresolved external symbol "public: void __thiscall CalculatedPathManager::resetCalculatedPathManager(void)" (?resetCalculatedPathManager@CalculatedPathManager@@QAEXXZ) referenced in function "public: void __thiscall DefineLabyrinth::startLabyrinthDefine(class Labyrinth *)" (?startLabyrinthDefine@DefineLabyrinth@@QAEXPAVLabyrinth@@@Z) matrix error LNK2019: unresolved external symbol "public: void __thiscall CalculatedPathManager::resetCurrentPath(void)" (?resetCurrentPath@CalculatedPathManager@@QAEXXZ) referenced in function "public: void __thiscall DefinedPoint::changePoint(class Labyrinth *,unsigned int,unsigned int)" (?changePoint@DefinedPoint@@QAEXPAVLabyrinth@@II@Z) matrix error LNK2019: unresolved external symbol "public: unsigned int __thiscall PathSaved::getPartOfWayOrNot(unsigned int,unsigned int)" (?getPartOfWayOrNot@PathSaved@@QAEIII@Z) referenced in function "public: char __thiscall ListLabyrinth::getRightOutputElementWithPath(class Labyrinth *,unsigned int,unsigned int,class PathSaved *)" (?getRightOutputElementWithPath@ListLabyrinth@@QAEDPAVLabyrinth@@IIPAVPathSaved@@@Z) matrix error LNK2019: unresolved external symbol "public: class PathSaved * __thiscall CalculatedPathManager::getDefinedPathSave(char *)" (?getDefinedPathSave@CalculatedPathManager@@QAEPAVPathSaved@@PAD@Z) referenced in function "public: void __thiscall ListLabyrinth::listLabyrinthWithPathDefine(class Labyrinth *,char *)" (?listLabyrinthWithPathDefine@ListLabyrinth@@QAEXPAVLabyrinth@@PAD@Z) matrix error LNK2019: unresolved external symbol "public: bool __thiscall CalculatedPathManager::isPathWithSameNameExisting(char *)" (?isPathWithSameNameExisting@CalculatedPathManager@@QAE_NPAD@Z) referenced in function "public: void __thiscall ListLabyrinth::listLabyrinthWithPathDefine(class Labyrinth *,char *)" (?listLabyrinthWithPathDefine@ListLabyrinth@@QAEXPAVLabyrinth@@PAD@Z) matrix error LNK2019: unresolved external symbol "public: __thiscall ProgramControll::~ProgramControll(void)" (??1ProgramControll@@QAE@XZ) referenced in function "public: void * __thiscall ProgramControll::`scalar deleting destructor'(unsigned int)" (??_GProgramControll@@QAEPAXI@Z) matrix error LNK2019: unresolved external symbol "public: void __thiscall ProgramControll::run(void)" (?run@ProgramControll@@QAEXXZ) referenced in function _main matrix error LNK2019: unresolved external symbol "public: __thiscall ProgramControll::ProgramControll(void)" (??0ProgramControll@@QAE@XZ) referenced in function _main matrix error LNK2019: unresolved external symbol "public: __thiscall MatrixCell::~MatrixCell(void)" (??1MatrixCell@@QAE@XZ) referenced in function "public: void * __thiscall MatrixCell::`scalar deleting destructor'(unsigned int)" (??_GMatrixCell@@QAEPAXI@Z) matrix error LNK2001: unresolved external symbol "public: __thiscall MatrixCell::~MatrixCell(void)" (??1MatrixCell@@QAE@XZ) matrix error LNK2019: unresolved external symbol "public: __thiscall MatrixCell::MatrixCell(void)" (??0MatrixCell@@QAE@XZ) referenced in function "public: void __thiscall Matrix::createNewMatrix(unsigned int,unsigned int)" (?createNewMatrix@Matrix@@QAEXII@Z) matrix error LNK2019: unresolved external symbol "public: __thiscall DisplayWayElements:isplayWayElements(void)" (??0DisplayWayElements@@QAE@XZ) referenced in function "public: __thiscall OutputElements::OutputElements(void)" (??0OutputElements@@QAE@XZ) matrix error LNK2019: unresolved external symbol "public: __thiscall DisplayWayElements::~DisplayWayElements(void)" (??1DisplayWayElements@@QAE@XZ) referenced in function "public: void * __thiscall DisplayWayElements::`scalar deleting destructor'(unsigned int)" (??_GDisplayWayElements@@QAEPAXI@Z) matrix error LNK2019: unresolved external symbol "public: void __thiscall DisplayWayElements::changeElements(char,char)" (?changeElements@DisplayWayElements@@QAEXDD@Z) referenced in function "public: virtual void __thiscall OutputElements::changeDisplayWayElements(char,char)" (?changeDisplayWayElements@OutputElements@@UAEXDD@Z) matrix fatal error LNK1120: 13 unresolved externals
ich hab ehrlich gesagt überhaupt keine ahnung was es da hat und mit google auch nichts passendes gefunden
wär super wnen jemand einen tipp häte
liebe grüße chris |