On Sun, 25 Jul 2004, Christopher Kirkpatrick wrote:
> > > Can I have some guidance please from the FPC developers?
> >
> > The problem you point out is an old one. It is the very reason why I don't
> > recommend developing with MySQL in FPC. The API has changed quite often,
> > sometimes even a
On Sun, 2004-07-25 at 18:11, [EMAIL PROTECTED] wrote:
> On Sat, 24 Jul 2004, Christopher Kirkpatrick wrote:
>
> > I have been trying to install the MySQLLaz package into my Lazarus
> > system. It compiles OK, but on linking I get the following errors:
> >
> > ...undefined reference to `mysql_conne
On Sat, 24 Jul 2004, Christopher Kirkpatrick wrote:
> I have been trying to install the MySQLLaz package into my Lazarus
> system. It compiles OK, but on linking I get the following errors:
>
> ...undefined reference to `mysql_connect'
> ...undefined reference to `mysql_create_db'
> ...undefine
On Sat, 24 Jul 2004, Joost van der Sluis wrote:
> > i have some fixes for the database implementation in FCL.
>
> Ok, since my development-machine had no internet-connection i've made
> the patch files myself, but the database.diff wasn't correct. Here are
> the right ones.
Thank you. Reviewe