![]() |
![]() |
|
![]() |
![]() |
|
Registrieren | Hilfe/Forumregeln | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
Programmierung Rat & Tat für Programmierer |
|
Themen-Optionen | Ansicht |
![]() |
#1 |
Jr. Member
![]() Registriert seit: 17.05.2001
Alter: 52
Beiträge: 80
|
![]() Hallo Leute!
Ich hätte da unten was zum knabbern. Ich arbeite grad an nem recht großen SW-Ding, und bekomme nach einem Systemabsturz nun unten angefügte Meldung. Laut meinem Informationsstand bedeuted das, das mein Linker diverse Funktionen in anderen zu linkenden Objekten findet. Nur soweit ich es beurteilen kann, sind alle Header da!?!? Wäre dankbar für ein paar Hinweise, weil mich wohl bald mein Vorgesetzter killen wird, wenn ich den Fehler nicht bald finde. thx G ================================================== ==================== Linker-Vorgang läuft... Bibliothek Debug/MsgServer.lib und Objekt Debug/MsgServer.exp wird erstellt Calculator.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: class CString __thiscall CGate::GetTempValueOut(void)" (?GetTempValueOut@CGate@@QAE?AVCString@@XZ) Calculator.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: int __thiscall CGate::GetValue(void)" (?GetValue@CGate@@QAEHXZ) Calculator.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: class CString __thiscall CGate::GetName(void)" (?GetName@CGate@@QAE?AVCString@@XZ) MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: __thiscall CCMServerView::CCMServerView(class CWnd *)" (??0CCMServerView@@QAE@PAVCWnd@@@Z) MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: int __thiscall CMilacronFile::ReadSettings(void)" (?ReadSettings@CMilacronFile@@QAEHXZ) MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: __thiscall CMilacronFile::CMilacronFile(class CString)" (??0CMilacronFile@@QAE@VCString@@@Z) MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: __thiscall CMilacronFile::~CMilacronFile(void)" (??1CMilacronFile@@QAE@XZ) . . . MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: int __thiscall CCMServerView: ![]() MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: int __thiscall CMachine::GetMemIndex(void)" (?GetMemIndex@CMachine@@QAEHXZ) MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: struct HWND__ * __thiscall CMachine::SetItemValue(char const *,char const *)" (?SetItemValue@CMachine@@QAEPAUHWND__@@PBD0@Z) MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: int __thiscall CMachine::GetMachineID(void)" (?GetMachineID@CMachine@@QAEHXZ) MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: class CString __thiscall CMachine::GetTopic(void)" (?GetTopic@CMachine@@QAE?AVCString@@XZ) MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: int __thiscall CMachine::IsConnected(void)" (?IsConnected@CMachine@@QAEHXZ) MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: void __thiscall CMachine::SetGateRetVal(int,int)" (?SetGateRetVal@CMachine@@QAEXHH@Z) MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: int __thiscall CMachine::IsFinished(void)" (?IsFinished@CMachine@@QAEHXZ) MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: void __thiscall CMachine::ReadDriverValues(void)" (?ReadDriverValues@CMachine@@QAEXXZ) MainFrm.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: __thiscall CLogin::CLogin(class CWnd *)" (??0CLogin@@QAE@PAVCWnd@@@Z) Server.obj : error LNK2001: Nichtaufgeloestes externes Symbol "struct HDDEDATA__ * __cdecl HelpXfer(struct _XFERINFO *,unsigned short)" (?HelpXfer@@YAPAUHDDEDATA__@@PAU_XFERINFO@@G@Z) Server.obj : error LNK2001: Nichtaufgeloestes externes Symbol "struct HDDEDATA__ * __cdecl sysFormatsXfer(struct _XFERINFO *,unsigned short)" (?sysFormatsXfer@@YAPAUHDDEDATA__@@PAU_XFERINFO@@G @Z) Server.obj : error LNK2001: Nichtaufgeloestes externes Symbol "struct HDDEDATA__ * __cdecl ItemListXfer(struct _XFERINFO *,unsigned short)" (?ItemListXfer@@YAPAUHDDEDATA__@@PAU_XFERINFO@@G@Z ) Server.obj : error LNK2001: Nichtaufgeloestes externes Symbol "struct HDDEDATA__ * __cdecl TopicListXfer(struct _XFERINFO *,unsigned short)" (?TopicListXfer@@YAPAUHDDEDATA__@@PAU_XFERINFO@@G@ Z) Server.obj : error LNK2001: Nichtaufgeloestes externes Symbol "struct HDDEDATA__ * __stdcall DdeCallback(unsigned int,unsigned int,struct HCONV__ *,struct HSZ__ *,struct HSZ__ *,struct HDDEDATA__ *,unsigned long,unsigned long)" (?DdeCallback@@YGPAUH DDEDATA__@@IIPAUHCONV__@@PAUHSZ__@@1PAU1@KK@Z) Server.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: void __thiscall CFormatInfo::SetAtom(unsigned short)" (?SetAtom@CFormatInfo@@QAEXG@Z) Server.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: char * __thiscall CFormatInfo::GetSz(void)" (?GetSz@CFormatInfo@@QAEPADXZ) Server.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: __thiscall CFormatInfo::CFormatInfo(unsigned short,char *)" (??0CFormatInfo@@QAE@GPAD@Z) Topic.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: char * __thiscall CItem::GetName(void)" (?GetName@CItem@@QAEPADXZ) Topic.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: __thiscall CItem::CItem(char *,struct HDDEDATA__ * (__cdecl*)(struct _XFERINFO *,unsigned short))" (??0CItem@@QAE@PADP6APAUHDDEDATA__@@PAU_XFERINFO@@ G@Z@Z) Topic.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: struct HSZ__ * __thiscall CItem::GetItem(void)" (?GetItem@CItem@@QAEPAUHSZ__@@XZ) Topic.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: void __thiscall CItem::SetItem(struct HSZ__ *)" (?SetItem@CItem@@QAEXPAUHSZ__@@@Z) Topic.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: struct HDDEDATA__ * __thiscall CItem: ![]() Debug/MsgServer.dll : fatal error LNK1120: 35 unaufgeloeste externe Verweise Fehler beim Ausführen von link.exe.
____________________________________
> > > Bei mir gib\'s keine Viren ich hab ne Putzfrau < < < |
![]() |
![]() |
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
Themen-Optionen | |
Ansicht | |
|
|