Subject Events programming information
Author manuel_hauck
Hallo,

i try to write a application, where i will use "events". I have some
trouble by useing the event fuctions of the fb-api. Is there any good
how-to on how to use the events?
The samples like they are written in the APIDOC of interbase, work
but what about adding dynamic events.

Most of all in the function "isc_event_block" is memory reserved from
the fbclient dll, when is this memory freed again ? Do i have to free
that memory ?

What are the order of calls, when my app is only interesting in one
Event, and after opening a other Windows, it is now interetetd in
2 "Events". After a while the first Event is not longer requierd.
How will i do something like that. If i try to call a few
times "isc_event_block" the fbclient DLL crashes.

Thomas