Subject | Re: isc_event_block_a() not exported on linux |
---|---|
Author | woodsmailbox |
Post date | 2009-08-05T08:44:22Z |
--- In firebird-support@yahoogroups.com, Dimitry Sibiryakov <sd@...> wrote:
>Tried that but it segfaults. Even if I make it work, it's only for x86 so I'd still need a proper solution in the long run. Thanks.
> > I can't use isc_event_block() because I can't bind to vararg functions at all (I bind with libffi which doesn't support varargs).
>
> Declare and bind it with max possible number of arguments (16).
>
> SY, SD.
>