[eMule-Web]

[eMule-Web] (http://www.emule-web.de/board/)
-   Mülltonne (http://www.emule-web.de/board/muelltonne/)
-   -   Emule 0.46c Linker Probleme (http://www.emule-web.de/board/10400-emule-0-46c-linker-probleme.html)

Sany 29. December 2005 23:56

Emule 0.46c Linker Probleme
 
Hallo,

Habe Visual Studio 2003, möchte eine eMule 0.46c Kompilieren, das klappt auch bis zum Linken, dort spuckt er mir folgende Fehler aus:

Code:

AbstractFile.obj : error LNK2001: unresolved external symbol ___ascii_stricmp
emule.obj : error LNK2001: unresolved external symbol ___argc
uafxcw.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argc
emule.obj : error LNK2001: unresolved external symbol ___wargv
uafxcw.lib(appcore.obj) : error LNK2001: unresolved external symbol ___wargv
AddSourceDlg.obj : error LNK2001: unresolved external symbol "protected: void __thiscall CResizableDialog::EnableSaveRestore(unsigned short const *,int)" (?EnableSaveRestore@CResizableDialog@@IAEXPBGH@Z)
ClientDetailDialog.obj : error LNK2001: unresolved external symbol "protected: void __thiscall CResizableSheet::EnableSaveRestore(unsigned short const *,int,int)" (?EnableSaveRestore@CResizableSheet@@IAEXPBGHH@Z)
DialogMinTrayBtn.obj : error LNK2001: unresolved external symbol "public: __thiscall CResizableDialog::CResizableDialog(unsigned short const *,class CWnd *)" (??0CResizableDialog@@QAE@PBGPAVCWnd@@@Z)
ListViewWalkerPropertySheet.obj : error LNK2001: unresolved external symbol "public: __thiscall CResizableSheet::CResizableSheet(unsigned short const *,class CWnd *,unsigned int)" (??0CResizableSheet@@QAE@PBGPAVCWnd@@I@Z)
.\release/emule.exe : fatal error LNK1120: 7 unresolved externals
Build log was saved at "file://c:\eMule0.46c-Sources\srchybrid\release\BuildLog.htm"
emule - 10 error(s), 0 warning(s)

Kann mir jemand helfen?
Ich Kompiliere den Source, als Multithreaded und als Unicode..

Stulle 30. December 2005 01:33

irgendwas stimmt mit der resizeable lib nicht! hast du wchar_T build an¿
is bei sprache oder wie auch immer das auf deutsch heißt ;)

MFG Stulle


Alle Zeitangaben in WEZ +1. Es ist jetzt 09:47 Uhr.

Powered by vBulletin® Version 3.8.3 (Deutsch)
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.


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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102