Hello, Thank you Jeffrey for your suggestion... I did try searching the archives and googling. The only thing I've found was changing "Calling convention" to __stdcall, but that didn't help - I keep getting LNK2001 errors :(
Not only doesn't my application work, your DirtyPad doesn't link correctly either :( I even tried using the old crypto++ v. 4.2, but there are similiar errors: --------------------Configuration: dialog - Win32 Debug-------------------- Compiling... StdAfx.cpp Compiling... dialog.cpp dialogDlg.cpp Generating Code... Linking... LINK : warning LNK4049: locally defined symbol ""public: __thiscall std::ios_base::Init::Init(void)" ([EMAIL PROTECTED]@std@@[EMAIL PROTECTED])" imported LINK : warning LNK4049: locally defined symbol ""public: __thiscall std::ios_base::Init::~Init(void)" ([EMAIL PROTECTED]@std@@[EMAIL PROTECTED])" imported LINK : warning LNK4049: locally defined symbol ""public: __thiscall std::_Winit::_Winit(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])" imported LINK : warning LNK4049: locally defined symbol ""public: __thiscall std::_Winit::~_Winit(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])" imported libcpmtd.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol ___setlc_active libcpmtd.lib(_tolower.obj) : error LNK2001: unresolved external symbol ___setlc_active libcpmtd.lib(_toupper.obj) : error LNK2001: unresolved external symbol ___setlc_active libcpmtd.lib(xwctomb.obj) : error LNK2001: unresolved external symbol ___setlc_active libcpmtd.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol ___setlc_active libcpmtd.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol ___unguarded_readlc_active libcpmtd.lib(_tolower.obj) : error LNK2001: unresolved external symbol ___unguarded_readlc_active libcpmtd.lib(_toupper.obj) : error LNK2001: unresolved external symbol ___unguarded_readlc_active libcpmtd.lib(xwctomb.obj) : error LNK2001: unresolved external symbol ___unguarded_readlc_active libcpmtd.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol ___unguarded_readlc_active libcpmtd.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol ___lc_handle libcpmtd.lib(_tolower.obj) : error LNK2001: unresolved external symbol ___lc_handle libcpmtd.lib(_toupper.obj) : error LNK2001: unresolved external symbol ___lc_handle libcpmtd.lib(xwctomb.obj) : error LNK2001: unresolved external symbol ___lc_handle libcpmtd.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol ___lc_handle libcpmtd.lib(_tolower.obj) : error LNK2001: unresolved external symbol __pctype libcpmtd.lib(_toupper.obj) : error LNK2001: unresolved external symbol __pctype libcpmtd.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol __pctype libcpmtd.lib(wlocale.obj) : error LNK2001: unresolved external symbol ___mb_cur_max libcpmtd.lib(_tolower.obj) : error LNK2001: unresolved external symbol ___mb_cur_max libcpmtd.lib(_toupper.obj) : error LNK2001: unresolved external symbol ___mb_cur_max libcpmtd.lib(xwctomb.obj) : error LNK2001: unresolved external symbol ___mb_cur_max libcpmtd.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol ___mb_cur_max libcpmtd.lib(_tolower.obj) : error LNK2001: unresolved external symbol ___lc_codepage libcpmtd.lib(_toupper.obj) : error LNK2001: unresolved external symbol ___lc_codepage libcpmtd.lib(xwctomb.obj) : error LNK2001: unresolved external symbol ___lc_codepage libcpmtd.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol ___lc_codepage libcpmtd.lib(xstrcoll.obj) : error LNK2001: unresolved external symbol ___lc_collate_cp Debug/dialog.exe : fatal error LNK1120: 7 unresolved externals Error executing link.exe. dialog.exe - 29 error(s), 4 warning(s) Maybe there's something wrong with my configuration? Or with my VC++ instalation? Some library is still missing? I've tried switching many options in Project -> Setting but neither helped. I'm really in need of help :( Best regards, Maciej Zieba
