Re: [Firebird-devel] IUtile API Version numbering

2020-03-19 Thread Norbert Saint Georges
Tony Whyman a écrit : were all missing from Firebird.pas. It should now compile correctly. fpc Firebird.pas -- Free Pascal Compiler version 3.0.4 [2017/10/06] for i386 Copyright (c) 1993-2017 by Florian Klaempfl and others Target OS: Win32 for i386 Compiling Firebird.pas Firebird.pas(3451,13) W

Re: [Firebird-devel] IUtile API Version numbering

2020-03-19 Thread Tony Whyman
Yes, the "missing types" problem was fixed earlier today.  ISC_TIMESTAMP_TZ_EX  ISC_SHORT  ISC_TIME_TZ_EX were all missing from Firebird.pas. It should now compile correctly. On 19/03/2020 15:38, Norbert Saint Georges wrote: Tony Whyman a écrit : See http://tracker.firebirdsql.org/browse/CORE

Re: [Firebird-devel] IUtile API Version numbering

2020-03-19 Thread Norbert Saint Georges
Tony Whyman a écrit : See http://tracker.firebirdsql.org/browse/CORE-6207 this is the difference between the compilation of the day before yesterday and that of the git less than an hour ago -- Norbert Saint Georges http://tetrasys.fi Firebird-Devel mailing list, web interface at https:/

Re: [Firebird-devel] IUtile API Version numbering

2020-03-19 Thread Tony Whyman
See http://tracker.firebirdsql.org/browse/CORE-6207 On 19/03/2020 15:27, Norbert Saint Georges wrote: for information, the differential from yesterday's "firebird.pas" 139c139,140 < ISC_USHORT = word; { 16 bit unsigned } --- ISC_USHORT = word;    { 16 bit unsigned } ISC_SHORT =

Re: [Firebird-devel] IUtile API Version numbering

2020-03-19 Thread Norbert Saint Georges
for information, the differential from yesterday's "firebird.pas" 139c139,140

Re: [Firebird-devel] IUtile API Version numbering

2020-03-19 Thread Dimitry Sibiryakov
19.03.2020 12:51, Tony Whyman wrote: The first two do look like some kind of progression. Except it was a bug that could cause a crash if a newer application use an older client. Now versions in pascal module match versions in C++ header. -- WBR, SD. Firebird-Devel mailing list, web i