Subject | isc_event_block_a() not exported on linux |
---|---|
Author | woodsmailbox |
Post date | 2009-08-04T22:11:35Z |
Hi,
Quick question: isc_event_block_a() and isc_event_block_s() are missing from fbclient.dll (fb v2.5b1) in Linux. 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). Can you please export those symbols? Is there any other way I can initialize an event block without using isc_event_block() ? Making a wrapper of the library is not an option, I need a runtime solution. I'm stuck :)
Thank you,
Cosmin.
Quick question: isc_event_block_a() and isc_event_block_s() are missing from fbclient.dll (fb v2.5b1) in Linux. 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). Can you please export those symbols? Is there any other way I can initialize an event block without using isc_event_block() ? Making a wrapper of the library is not an option, I need a runtime solution. I'm stuck :)
Thank you,
Cosmin.