[fpc-pascal]mysql on windows

Fernando Lozano fsl at centroin.com.br
Thu May 31 22:33:15 CEST 2001


Hi Kanzelsberger and list


I am using 1.0.4 binary as provided on freepascal.org. Looks like I'll have to rebuild the unit mysql and make sure win32 is defined...

Whom should I talk to to ask for a fix on the binary distributions form fpc web site? 


[]s, Fernando Lozano


> 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}




More information about the fpc-pascal mailing list