Hi,
I just "finnished" a project on winXP & visual 2005 (c++ / mfc dll)
using mysql++, and I have now to switch my work to WinCE5.0.
All my functionnality have been ported succesfuly to wince, but those
using mysql++ do not compile at all.
I get (46) linking errors (I link with the mysqlpp.lib as in my Xp's
project):
error LNK2019: symbole externe non résolu "__declspec(dllimport) public:
class std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > & __cdecl std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >::operator=(char
const *)"
(__imp_??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAAAAV01@PBD@Z)
référencé dans la fonction __unwind$110554
1>clNBGMySQL.obj : error LNK2019: symbole externe non résolu
"__declspec(dllimport) public: class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > & __cdecl
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::operator=(class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &)"
(__imp_??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAAAAV01@ABV01@@Z)
référencé dans la fonction __unwind$110554
Is it possible to use mysql++ on wince ? do I have something special to
do about this ?
Thanks for reading