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..