[fpc-pascal]mysql on windows
Kanzelsberger Pavel
kanzelsberger at rekt.umb.sk
Thu May 31 15:27:27 CEST 2001
Win32 version of compiler... looks like that WIN32 is not defined?
-----Original Message-----
From: Michael Van Canneyt [mailto:michael.vancanneyt at wisa.be]
Sent: Thursday, May 31, 2001 3:11 PM
To: 'fpc-pascal at deadlock.et.tudelft.nl'
Subject: RE: [fpc-pascal]mysql on windows
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.
_______________________________________________
fpc-pascal maillist - fpc-pascal at lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20010531/b385189d/attachment.html>
More information about the fpc-pascal
mailing list