From: Warren Young Date: August 19 2004 9:19pm Subject: Re: dll problems with borland 6 List-Archive: http://lists.mysql.com/plusplus/3393 Message-Id: <4125195D.2050705@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Totte Karlsson wrote: > But where is the sourcecode for the library? In sqlplusint. You take all the *.cc files in that directory and build them into a library. Most of the *.hh files in that directory are indeed used only internally by the library, while a few expose the public interfaces to the library. The latter are the ones you #include in your code. > it won't compile > without header mysql.h, which is not in the tar file on your webpage. That's the header for the MySQL client library. Download it from mysql.com.