[fpc-pascal]mysql on windows

Michael Van Canneyt michael.vancanneyt at wisa.be
Thu May 31 15:11:28 CEST 2001


On Thu, 31 May 2001, Kanzelsberger Pavel wrote:

> Yes it's v1.5
>
> { $Id: mysql.pp,v 1.5 2001/03/13 08:50:38 michael Exp $ }
>
> and contains
>
> {$ifdef win32}
> Const mysqllib = 'libmysql';
> {$else}
> Const mysqllib = 'mysqlclient';
> {$endif}
>
> {$ifndef win32}
> {$linklib c}
> {$linklib m}
> {$endif}

But in that case, the library 'mysqlclient' should not be looked for, so
with which compiler are you working ?

Michael.






More information about the fpc-pascal mailing list