From: Warren Young Date: April 27 2006 9:01am Subject: Re: Unresolved symbols in Query (Lockable) List-Archive: http://lists.mysql.com/plusplus/5663 Message-Id: <44508870.60508@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Pedro LamarĂ£o wrote: > Compiling my application I get: > > sql.obj : error LNK2001: unresolved external symbol "private: virtual > void __thiscall mysqlpp::Query::unlock(void)" Do the examples build? If so, then there is some difference in the way you are building your program vs. how the examples get built. Either study the differences, or let us know the command line you're trying to use and we'll point the differences out to you.