From: Warren Young Date: September 13 2007 8:25am Subject: Re: install mysql++ in windows List-Archive: http://lists.mysql.com/plusplus/7005 Message-Id: <46E8F406.3000103@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit siva kumar pudi wrote: > I didnt find any mysql++ dir in the > mysql installation dir. Why do you expect to find one? > How to get mysql++ installed and build libraray files . Load mysql++.sln in Visual Studio, and build both the Debug and Release versions. Then you can either use install.bat to copy the built library files and the headers to c:\mysql++, or you can copy them somewhere else by hand.