From: Warren Young Date: March 14 2007 11:39pm Subject: Re: Problem with VC++ 2005 List-Archive: http://lists.mysql.com/plusplus/6427 Message-Id: <45F887C7.8050702@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Dimitris Servis wrote: > > 1> Creating library Debug\mysqlpp.lib and object Debug\mysqlpp.exp > 1>row.obj : error LNK2001: unresolved external symbol _mysql_close@4 It sounds like you don't have the MySQL C API library installed, which is part of the Windows distribution of MySQL. Read README.vc.