Subject Re: isc_event_block_a() not exported on linux
Author woodsmailbox
--- In firebird-support@yahoogroups.com, Dimitry Sibiryakov <sd@...> wrote:
>
> > 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.
>

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.