Subject | Re: [firebird-support] Looking for latest delphi header files for Firebird 1.5 RC7 |
---|---|
Author | Ivan Prenosil |
Post date | 2003-12-05T02:33:59Z |
> I knew there are some new API implemented in Firebird 1.5 RC7 likeFirebird project does not have "official" Delphi header file, only C.
> isc_get_client_version, isc_get_client_major_version(),
> isc_get_client_minor_version().
>
> However, I am not familiar with the header file of api written in
> delphi. The IBX shipped with Delphi doesn't has these new API.
> Could anyone point me where to download the latest header files for
> these API?
You can try to look at header files from components like
IBX, IBO, FIBPlus (but last time I checked them they were not
up to date(/with sync) with last Firebird 1.5),
or you can (like me) write your own header file
(with the advantage that you do not need to wait to someone else
to get latest version, and that you can write it exactly
to suit your needs).
Ivan