On Nov 24, 2008, at 5:02 AM, Ernest Bori wrote:
> 1>tcp_connection.obj : error LNK2001: unresolved external symbol
> "private: virtual bool __thiscall
> mysqlpp::TCPConnection::connect(char const *,char const *,char const
> *,char const *,unsigned int)" (?
> connect@TCPConnection@mysqlpp@@EAE_NPBD000I@Z)
That's truly lame. The function isn't called. It *can't* *be*
called, yet VC++ demands access to it. Grrr...
I've attached the patch I'm about to apply to the source tree. If you
can't apply it directly, just study it...it's just replacing a bunch
of semicolons with "{ }" or "{ return false; }".
I guess there's going to be a 3.0.8 after all...