[fpc-pascal]mysql package under WinNT
Michael Van Canneyt
michael.vancanneyt at wisa.be
Tue Mar 13 09:34:32 CET 2001
On Tue, 13 Mar 2001, Mirek Novak wrote:
> Hi,
>
> I've checked MySQL units, availiable at freepascal.org as a part of
> packages.zip, and I have to say AGAIN (for Michael VanCanneyt ) there is a
> bug (or problem) which prevents it from working under win32 and solution is
> know now for, approx., one year. Test program works fine - because of
> little db. But if you have bigger db it fails. The problem (not real bug) in
> function declaration under win32 all functions MUST be stdcall instead of
> cdecl.
It has been changed.
Calling convention on Win32 is now stdcall, cdecl on Unix systems.
Michael.
More information about the fpc-pascal
mailing list