From: Warren Young Date: November 24 2008 9:43pm Subject: Re: RELEASE: v3.0.7 List-Archive: http://lists.mysql.com/plusplus/8198 Message-Id: <3A74005E-E67B-430E-9ADD-E07A6577EF7F@etr-usa.com> MIME-Version: 1.0 (Apple Message framework v929.2) Content-Type: multipart/mixed; boundary=Apple-Mail-5-147710558 --Apple-Mail-5-147710558 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit 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; }". --Apple-Mail-5-147710558 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit I guess there's going to be a 3.0.8 after all... --Apple-Mail-5-147710558--