| Autor |
Nachricht |
AlphaMensch
Mitglied
Benutzerprofil
Anmeldungsdatum: 04.08.2010
Beiträge: 22
|
AlphaMensch Mitglied
10:47:31 25.08.2010 Titel: |
wxWidgets: wx/wx.h no such file or directory |
Zitieren |
hi,
ich wollte mal ganz einfach mit wxWidgets anfangen.
Nur wenn ich das Programm satrten will, kommt ein Error:
wx/wx.h no such file or directory
Ich habe auch schon versucht, die Datei wx.h bei include in Visual Studio einzufügen aber dann kommen eine ganze Reihe von nichtgefunden Dateien.
Ich habe auch schon bei Google geschaut, dort wurde beschrieben, dass man die Eintellungen ändern muss, das habe ich auch probiert aber es kommt immer der selbe Error.
Wie macht ihr das? Speichert ihr das irgendwie ab oder so?
MfG
AlphaMensch |
_________________ AlphaMenschen: Wenn jemand aufgrund seiner materiellen Güter sich das Recht heraus nimmt, über andere zu bestimmen, dann stellt alles das kein wirklicher Grund dar, andere Menschen zu bevormunden, da es kein wirkliches Gerechtigkeitsprinzip dahinter gibt.
|
|
 |
daersc
Mitglied
Benutzerprofil
Anmeldungsdatum: 27.05.2008
Beiträge: 398
|
daersc Mitglied
12:18:33 25.08.2010 Titel: |
|
Zitieren |
Du musst in deinen Projekteigenschaften zwei zusätzliche Include-Verzeichnis angeben:
$(WXWIN)\include und $(WXWIN)\include\msvc
Und dann noch ein zusätzliches Bibliotheks-Verzeichnis:
$(WXWIN)\lib\vc_lib
$(WXWIN) steht dabei für dein wxWidgets-Verzeichnis.
Hier ein kleiner Link mit einer detaillierteren Anleitung: http://wiki.wxwidgets.org/Microsoft_Visual_C++_Guide |
_________________ It's not a bug,
it's a feature!
Zuletzt bearbeitet von daersc am 12:18:59 25.08.2010, insgesamt 1-mal bearbeitet |
|
 |
AlphaMensch
Mitglied
Benutzerprofil
Anmeldungsdatum: 04.08.2010
Beiträge: 22
|
AlphaMensch Mitglied
13:09:32 25.08.2010 Titel: |
|
Zitieren |
danke für die Antwort aber dann steht da:
LINK : fatal error LNK1104: Datei "C:\wxWidgets-2.8.11\\lib\vc_lib.obj" kann nicht geöffnet werden.
weiß jemand weiter?
MfG
AlphaMensch |
_________________ AlphaMenschen: Wenn jemand aufgrund seiner materiellen Güter sich das Recht heraus nimmt, über andere zu bestimmen, dann stellt alles das kein wirklicher Grund dar, andere Menschen zu bevormunden, da es kein wirkliches Gerechtigkeitsprinzip dahinter gibt.
|
|
 |
Scorcher24
Mitglied
Benutzerprofil
Anmeldungsdatum: 29.12.2004
Beiträge: 2090
|
Scorcher24 Mitglied
13:43:16 25.08.2010 Titel: |
|
Zitieren |
| AlphaMensch schrieb: | danke für die Antwort aber dann steht da:
LINK : fatal error LNK1104: Datei "C:\wxWidgets-2.8.11\\lib\vc_lib.obj" kann nicht geöffnet werden.
weiß jemand weiter?
MfG
AlphaMensch |
Seufz, Du musst natürlich das Lib-Verzeichnis auch hinzufügen..
http://img714.imageshack.us/img714/5759/wxincl.jpg
rya. |
_________________ Sometimes it pays to stay in bed in Monday, rather than spending the rest of the week debugging Monday's code. ~Dan Salomon
Meine Projekte
Zuletzt bearbeitet von Scorcher24 am 13:45:49 25.08.2010, insgesamt 1-mal bearbeitet |
|
 |
AlphaMensch
Mitglied
Benutzerprofil
Anmeldungsdatum: 04.08.2010
Beiträge: 22
|
AlphaMensch Mitglied
14:29:49 25.08.2010 Titel: |
|
Zitieren |
Ich "habe" das das schon angegeben! Sonst müsste dort doch stehe, dass es nicht gefunden werden konnte!
MfG
AlphaMensch |
_________________ AlphaMenschen: Wenn jemand aufgrund seiner materiellen Güter sich das Recht heraus nimmt, über andere zu bestimmen, dann stellt alles das kein wirklicher Grund dar, andere Menschen zu bevormunden, da es kein wirkliches Gerechtigkeitsprinzip dahinter gibt.
|
|
 |
Scorcher24
Mitglied
Benutzerprofil
Anmeldungsdatum: 29.12.2004
Beiträge: 2090
|
Scorcher24 Mitglied
15:08:37 25.08.2010 Titel: |
|
Zitieren |
Nein, Du hast das nicht richtig gemacht, sonst würde es funktionieren.
Hast Du das wiki gelesen?
Da stehts beschrieben.
rya. |
_________________ Sometimes it pays to stay in bed in Monday, rather than spending the rest of the week debugging Monday's code. ~Dan Salomon
Meine Projekte
|
|
 |
daersc
Mitglied
Benutzerprofil
Anmeldungsdatum: 27.05.2008
Beiträge: 398
|
daersc Mitglied
18:13:10 25.08.2010 Titel: |
|
Zitieren |
| AlphaMensch schrieb: | | C:\wxWidgets-2.8.11\\lib\vc_lib.obj |
Diese Datei gibt es nicht! Das ist ein Verzeichnis, dass du angeben musst. Was sucht eigentlich der doppelte \\ da oben?
Probiers mal so: C:\wxWidgets-2.8.11\lib\vc_lib (am besten kopieren und einfügen) |
_________________ It's not a bug,
it's a feature!
|
|
 |
AlphaMensch
Mitglied
Benutzerprofil
Anmeldungsdatum: 04.08.2010
Beiträge: 22
|
AlphaMensch Mitglied
17:35:22 27.08.2010 Titel: |
|
Zitieren |
habs wie in der Anleitung gemacht aber jetzt kommt das:
c:\wxwidgets-2.8.11\include\msvc\wx\setup.h(134) : fatal error C1083: Datei (Include) kann nicht geöffnet werden: "../../../lib/vc_dll/mswd/wx/setup.h": No such file or directory
AlphaMensch |
_________________ AlphaMenschen: Wenn jemand aufgrund seiner materiellen Güter sich das Recht heraus nimmt, über andere zu bestimmen, dann stellt alles das kein wirklicher Grund dar, andere Menschen zu bevormunden, da es kein wirkliches Gerechtigkeitsprinzip dahinter gibt.
|
|
 |
daersc
Mitglied
Benutzerprofil
Anmeldungsdatum: 27.05.2008
Beiträge: 398
|
daersc Mitglied
22:48:00 27.08.2010 Titel: |
|
Zitieren |
Hast du wxWidgets schon compiliert?
Wenn ja, auch schon mit den Optionen "UNICODE=0" und "BUILD=debug"? |
_________________ It's not a bug,
it's a feature!
|
|
 |
AlphaMensch
Mitglied
Benutzerprofil
Anmeldungsdatum: 04.08.2010
Beiträge: 22
|
AlphaMensch Mitglied
18:53:43 28.08.2010 Titel: |
|
Zitieren |
ich glaube schon...
Na ja ich habe jetzt mal etwas anderes angegeben (was ich glaube richtig war), abr jetzt kommen diese 30 Errors:
| Code: | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | wxbase28d.lib(appbase.obj) : error LNK2005: "protected: static class wxAppConsole * wxAppConsole::ms_appInstance" (?ms_appInstance@wxAppConsole@@1PAV1@A) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "protected: static class wxAppConsole * (__cdecl* wxAppConsole::ms_appInitFn)(void)" (?ms_appInitFn@wxAppConsole@@1P6APAV1@XZA) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: __thiscall wxAppConsole::wxAppConsole(void)" (??0wxAppConsole@@QAE@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual __thiscall wxAppConsole::~wxAppConsole(void)" (??1wxAppConsole@@UAE@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::Initialize(int &,char * *)" (?Initialize@wxAppConsole@@UAE_NAAHPAPAD@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::CleanUp(void)" (?CleanUp@wxAppConsole@@UAEXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::OnInit(void)" (?OnInit@wxAppConsole@@UAE_NXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual int __thiscall wxAppConsole::OnExit(void)" (?OnExit@wxAppConsole@@UAEHXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::Exit(void)" (?Exit@wxAppConsole@@UAEXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "protected: virtual class wxAppTraits * __thiscall wxAppConsole::CreateTraits(void)" (?CreateTraits@wxAppConsole@@MAEPAVwxAppTraits@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: class wxAppTraits * __thiscall wxAppConsole::GetTraits(void)" (?GetTraits@wxAppConsole@@QAEPAVwxAppTraits@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::ProcessPendingEvents(void)" (?ProcessPendingEvents@wxAppConsole@@UAEXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual int __thiscall wxAppConsole::FilterEvent(class wxEvent &)" (?FilterEvent@wxAppConsole@@UAEHAAVwxEvent@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::HandleEvent(class wxEvtHandler *,void (__thiscall wxEvtHandler::*)(class wxEvent &),class wxEvent &)const " (?HandleEvent@wxAppConsole@@UBEXPAVwxEvtHandler@@P82@AEXAAVwxEvent@@@Z1@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::OnInitCmdLine(class wxCmdLineParser &)" (?OnInitCmdLine@wxAppConsole@@UAEXAAVwxCmdLineParser@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::OnCmdLineParsed(class wxCmdLineParser &)" (?OnCmdLineParsed@wxAppConsole@@UAE_NAAVwxCmdLineParser@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::OnCmdLineHelp(class wxCmdLineParser &)" (?OnCmdLineHelp@wxAppConsole@@UAE_NAAVwxCmdLineParser@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::OnCmdLineError(class wxCmdLineParser &)" (?OnCmdLineError@wxAppConsole@@UAE_NAAVwxCmdLineParser@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: static bool __cdecl wxAppConsole::CheckBuildOptions(char const *,char const *)" (?CheckBuildOptions@wxAppConsole@@SA_NPBD0@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class wxLog * __thiscall wxConsoleAppTraitsBase::CreateLogTarget(void)" (?CreateLogTarget@wxConsoleAppTraitsBase@@UAEPAVwxLog@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class wxMessageOutput * __thiscall wxConsoleAppTraitsBase::CreateMessageOutput(void)" (?CreateMessageOutput@wxConsoleAppTraitsBase@@UAEPAVwxMessageOutput@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class wxFontMapper * __thiscall wxConsoleAppTraitsBase::CreateFontMapper(void)" (?CreateFontMapper@wxConsoleAppTraitsBase@@UAEPAVwxFontMapper@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class wxRendererNative * __thiscall wxConsoleAppTraitsBase::CreateRenderer(void)" (?CreateRenderer@wxConsoleAppTraitsBase@@UAEPAVwxRendererNative@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxConsoleAppTraitsBase::HasStderr(void)" (?HasStderr@wxConsoleAppTraitsBase@@UAE_NXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxConsoleAppTraitsBase::ScheduleForDestroy(class wxObject *)" (?ScheduleForDestroy@wxConsoleAppTraitsBase@@UAEXPAVwxObject@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxConsoleAppTraitsBase::RemoveFromPendingDelete(class wxObject *)" (?RemoveFromPendingDelete@wxConsoleAppTraitsBase@@UAEXPAVwxObject@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class GSocketGUIFunctionsTable * __thiscall wxConsoleAppTraitsBase::GetSocketGUIFunctionsTable(void)" (?GetSocketGUIFunctionsTable@wxConsoleAppTraitsBase@@UAEPAVGSocketGUIFunctionsTable@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "void __cdecl wxExit(void)" (?wxExit@@YAXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "void __cdecl wxWakeUpIdle(void)" (?wxWakeUpIdle@@YAXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
LINK : warning LNK4098: Standardbibliothek "MSVCRT" steht in Konflikt mit anderen Bibliotheken; /NODEFAULTLIB:Bibliothek verwenden.
C:\Dokumente und Einstellungen\Administrator\Eigene Dateien\Visual Studio 2008\Projects\acces\Debug\acces.exe : fatal error LNK1169: Mindestens ein mehrfach definiertes Symbol gefunden.
Das Buildprotokoll wurde unter "file://c:\Dokumente und Einstellungen\Administrator\Eigene Dateien\Visual Studio 2008\Projects\acces\acces\Debug\BuildLog.htm" gespeichert.
| |
| Code: | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | wxbase28d.lib(appbase.obj) : error LNK2005: "protected: static class wxAppConsole * wxAppConsole::ms_appInstance" (?ms_appInstance@wxAppConsole@@1PAV1@A) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "protected: static class wxAppConsole * (__cdecl* wxAppConsole::ms_appInitFn)(void)" (?ms_appInitFn@wxAppConsole@@1P6APAV1@XZA) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: __thiscall wxAppConsole::wxAppConsole(void)" (??0wxAppConsole@@QAE@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual __thiscall wxAppConsole::~wxAppConsole(void)" (??1wxAppConsole@@UAE@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::Initialize(int &,char * *)" (?Initialize@wxAppConsole@@UAE_NAAHPAPAD@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::CleanUp(void)" (?CleanUp@wxAppConsole@@UAEXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::OnInit(void)" (?OnInit@wxAppConsole@@UAE_NXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual int __thiscall wxAppConsole::OnExit(void)" (?OnExit@wxAppConsole@@UAEHXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::Exit(void)" (?Exit@wxAppConsole@@UAEXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "protected: virtual class wxAppTraits * __thiscall wxAppConsole::CreateTraits(void)" (?CreateTraits@wxAppConsole@@MAEPAVwxAppTraits@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: class wxAppTraits * __thiscall wxAppConsole::GetTraits(void)" (?GetTraits@wxAppConsole@@QAEPAVwxAppTraits@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::ProcessPendingEvents(void)" (?ProcessPendingEvents@wxAppConsole@@UAEXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual int __thiscall wxAppConsole::FilterEvent(class wxEvent &)" (?FilterEvent@wxAppConsole@@UAEHAAVwxEvent@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::HandleEvent(class wxEvtHandler *,void (__thiscall wxEvtHandler::*)(class wxEvent &),class wxEvent &)const " (?HandleEvent@wxAppConsole@@UBEXPAVwxEvtHandler@@P82@AEXAAVwxEvent@@@Z1@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::OnInitCmdLine(class wxCmdLineParser &)" (?OnInitCmdLine@wxAppConsole@@UAEXAAVwxCmdLineParser@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::OnCmdLineParsed(class wxCmdLineParser &)" (?OnCmdLineParsed@wxAppConsole@@UAE_NAAVwxCmdLineParser@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::OnCmdLineHelp(class wxCmdLineParser &)" (?OnCmdLineHelp@wxAppConsole@@UAE_NAAVwxCmdLineParser@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::OnCmdLineError(class wxCmdLineParser &)" (?OnCmdLineError@wxAppConsole@@UAE_NAAVwxCmdLineParser@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: static bool __cdecl wxAppConsole::CheckBuildOptions(char const *,char const *)" (?CheckBuildOptions@wxAppConsole@@SA_NPBD0@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class wxLog * __thiscall wxConsoleAppTraitsBase::CreateLogTarget(void)" (?CreateLogTarget@wxConsoleAppTraitsBase@@UAEPAVwxLog@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class wxMessageOutput * __thiscall wxConsoleAppTraitsBase::CreateMessageOutput(void)" (?CreateMessageOutput@wxConsoleAppTraitsBase@@UAEPAVwxMessageOutput@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class wxFontMapper * __thiscall wxConsoleAppTraitsBase::CreateFontMapper(void)" (?CreateFontMapper@wxConsoleAppTraitsBase@@UAEPAVwxFontMapper@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class wxRendererNative * __thiscall wxConsoleAppTraitsBase::CreateRenderer(void)" (?CreateRenderer@wxConsoleAppTraitsBase@@UAEPAVwxRendererNative@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxConsoleAppTraitsBase::HasStderr(void)" (?HasStderr@wxConsoleAppTraitsBase@@UAE_NXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxConsoleAppTraitsBase::ScheduleForDestroy(class wxObject *)" (?ScheduleForDestroy@wxConsoleAppTraitsBase@@UAEXPAVwxObject@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxConsoleAppTraitsBase::RemoveFromPendingDelete(class wxObject *)" (?RemoveFromPendingDelete@wxConsoleAppTraitsBase@@UAEXPAVwxObject@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class GSocketGUIFunctionsTable * __thiscall wxConsoleAppTraitsBase::GetSocketGUIFunctionsTable(void)" (?GetSocketGUIFunctionsTable@wxConsoleAppTraitsBase@@UAEPAVGSocketGUIFunctionsTable@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "void __cdecl wxExit(void)" (?wxExit@@YAXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "void __cdecl wxWakeUpIdle(void)" (?wxWakeUpIdle@@YAXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
LINK : warning LNK4098: Standardbibliothek "MSVCRT" steht in Konflikt mit anderen Bibliotheken; /NODEFAULTLIB:Bibliothek verwenden.
C:\Dokumente und Einstellungen\Administrator\Eigene Dateien\Visual Studio 2008\Projects\acces\Debug\acces.exe : fatal error LNK1169: Mindestens ein mehrfach definiertes Symbol gefunden.
Das Buildprotokoll wurde unter "file://c:\Dokumente und Einstellungen\Administrator\Eigene Dateien\Visual Studio 2008\Projects\acces\acces\Debug\BuildLog.htm" gespeichert.
| |
| Code: | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | wxbase28d.lib(appbase.obj) : error LNK2005: "protected: static class wxAppConsole * wxAppConsole::ms_appInstance" (?ms_appInstance@wxAppConsole@@1PAV1@A) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "protected: static class wxAppConsole * (__cdecl* wxAppConsole::ms_appInitFn)(void)" (?ms_appInitFn@wxAppConsole@@1P6APAV1@XZA) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: __thiscall wxAppConsole::wxAppConsole(void)" (??0wxAppConsole@@QAE@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual __thiscall wxAppConsole::~wxAppConsole(void)" (??1wxAppConsole@@UAE@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::Initialize(int &,char * *)" (?Initialize@wxAppConsole@@UAE_NAAHPAPAD@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::CleanUp(void)" (?CleanUp@wxAppConsole@@UAEXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::OnInit(void)" (?OnInit@wxAppConsole@@UAE_NXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual int __thiscall wxAppConsole::OnExit(void)" (?OnExit@wxAppConsole@@UAEHXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::Exit(void)" (?Exit@wxAppConsole@@UAEXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "protected: virtual class wxAppTraits * __thiscall wxAppConsole::CreateTraits(void)" (?CreateTraits@wxAppConsole@@MAEPAVwxAppTraits@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: class wxAppTraits * __thiscall wxAppConsole::GetTraits(void)" (?GetTraits@wxAppConsole@@QAEPAVwxAppTraits@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::ProcessPendingEvents(void)" (?ProcessPendingEvents@wxAppConsole@@UAEXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual int __thiscall wxAppConsole::FilterEvent(class wxEvent &)" (?FilterEvent@wxAppConsole@@UAEHAAVwxEvent@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::HandleEvent(class wxEvtHandler *,void (__thiscall wxEvtHandler::*)(class wxEvent &),class wxEvent &)const " (?HandleEvent@wxAppConsole@@UBEXPAVwxEvtHandler@@P82@AEXAAVwxEvent@@@Z1@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxAppConsole::OnInitCmdLine(class wxCmdLineParser &)" (?OnInitCmdLine@wxAppConsole@@UAEXAAVwxCmdLineParser@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::OnCmdLineParsed(class wxCmdLineParser &)" (?OnCmdLineParsed@wxAppConsole@@UAE_NAAVwxCmdLineParser@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::OnCmdLineHelp(class wxCmdLineParser &)" (?OnCmdLineHelp@wxAppConsole@@UAE_NAAVwxCmdLineParser@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxAppConsole::OnCmdLineError(class wxCmdLineParser &)" (?OnCmdLineError@wxAppConsole@@UAE_NAAVwxCmdLineParser@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: static bool __cdecl wxAppConsole::CheckBuildOptions(char const *,char const *)" (?CheckBuildOptions@wxAppConsole@@SA_NPBD0@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class wxLog * __thiscall wxConsoleAppTraitsBase::CreateLogTarget(void)" (?CreateLogTarget@wxConsoleAppTraitsBase@@UAEPAVwxLog@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class wxMessageOutput * __thiscall wxConsoleAppTraitsBase::CreateMessageOutput(void)" (?CreateMessageOutput@wxConsoleAppTraitsBase@@UAEPAVwxMessageOutput@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class wxFontMapper * __thiscall wxConsoleAppTraitsBase::CreateFontMapper(void)" (?CreateFontMapper@wxConsoleAppTraitsBase@@UAEPAVwxFontMapper@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class wxRendererNative * __thiscall wxConsoleAppTraitsBase::CreateRenderer(void)" (?CreateRenderer@wxConsoleAppTraitsBase@@UAEPAVwxRendererNative@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual bool __thiscall wxConsoleAppTraitsBase::HasStderr(void)" (?HasStderr@wxConsoleAppTraitsBase@@UAE_NXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxConsoleAppTraitsBase::ScheduleForDestroy(class wxObject *)" (?ScheduleForDestroy@wxConsoleAppTraitsBase@@UAEXPAVwxObject@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual void __thiscall wxConsoleAppTraitsBase::RemoveFromPendingDelete(class wxObject *)" (?RemoveFromPendingDelete@wxConsoleAppTraitsBase@@UAEXPAVwxObject@@@Z) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "public: virtual class GSocketGUIFunctionsTable * __thiscall wxConsoleAppTraitsBase::GetSocketGUIFunctionsTable(void)" (?GetSocketGUIFunctionsTable@wxConsoleAppTraitsBase@@UAEPAVGSocketGUIFunctionsTable@@XZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "void __cdecl wxExit(void)" (?wxExit@@YAXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
wxbase28d.lib(appbase.obj) : error LNK2005: "void __cdecl wxWakeUpIdle(void)" (?wxWakeUpIdle@@YAXXZ) ist bereits in wxbase28.lib(appbase.obj) definiert.
LINK : warning LNK4098: Standardbibliothek "MSVCRT" steht in Konflikt mit anderen Bibliotheken; /NODEFAULTLIB:Bibliothek verwenden.
C:\Dokumente und Einstellungen\Administrator\Eigene Dateien\Visual Studio 2008\Projects\acces\Debug\acces.exe : fatal error LNK1169: Mindestens ein mehrfach definiertes Symbol gefunden.
Das Buildprotokoll wurde unter "file://c:\Dokumente und Einstellungen\Administrator\Eigene Dateien\Visual Studio 2008\Projects\acces\acces\Debug\BuildLog.htm" gespeichert.
| |
|
_________________ AlphaMenschen: Wenn jemand aufgrund seiner materiellen Güter sich das Recht heraus nimmt, über andere zu bestimmen, dann stellt alles das kein wirklicher Grund dar, andere Menschen zu bevormunden, da es kein wirkliches Gerechtigkeitsprinzip dahinter gibt.
|
|
 |