On Sep 4, 2008, at 5:03 PM, Marco van de Voort wrote:In our previous episode, Dimitrios Chr. Ioannidis said: is it possible someone to add support for OS X in ibase60.inc ? Firebird for OS X is working fine for quite some time now.This can be done. Are you sure that gds and fbembed really arelibf
On Sep 4, 2008, at 5:03 PM, Marco van de Voort wrote:
In our previous episode, Dimitrios Chr. Ioannidis said:
is it possible someone to add support for OS X in ibase60.inc ?
Firebird for OS X is working fine for quite some time now.
This can be done. Are you sure that gds and fbembed real
In our previous episode, Dimitrios Chr. Ioannidis said:
> is it possible someone to add support for OS X in ibase60.inc ?
>
> Firebird for OS X is working fine for quite some time now.
This can be done. Are you sure that gds and fbembed really are
libfbclient.dylib, and not the ones from the
Hi,
is it possible someone to add support for OS X in ibase60.inc ?
Firebird for OS X is working fine for quite some time now.
Something like ( didn't test it )
{$IFDEF Unix}
{$DEFINE extdecl:=cdecl}
{$IFDEF Darwin}
const
gdslib = 'libfbclient.dylib';
fbclib = 'libfbclien