Subject Re: FB 1.5 RC8 not compatible anymore with IBX 7.08
Author Alexander V.Nevsky
--- In firebird-support@yahoogroups.com, "Piotr L" <vpiotr@p...> wrote:
> --- In firebird-support@yahoogroups.com, "Alexander V.Nevsky"
> <ded@h...> wrote:
>
> OK, thanks for info. So it is possible to rebuild IBX? Event without
> DPKs? Can you publish such a dpk?

I stopped to follow official IBX at 4.42 version - changes made in 4.52 led to re-design all my code again. You can make this by
more simple way - install IBX, copy it's source into sub-directory within your project, include it into projects's search path, patch it and
build project. One hint - IBX should be compiled without range checking (fantastically reliable code, you know :) ). Since my code is'nt
so perfect usually, I don't switch this off in project options but insert {$R-} at the beginining of IBX units. And {$D-) too when my
patches are debugged to avoid trace into IBX debugging application code.

Best regards,
Alexander.