Subject | Re: [firebird-support] howto determine fb-version from ibase.h |
---|---|
Author | Olivier Mascia |
Post date | 2003-08-03T22:12:38Z |
Lutz Mueller wrote:
Sean gave you the answer. I'll comment on a different theme.
About the library, there are a lot of them already. IBPP is one of them
and that one may be close to what you're doing or needs if you're
looking for a small-glue around the C-API not tight to any RAD tool (and
supports events, distributed transactions, and all). Besides, that
open-source project might benefit in the future from additional
developers. If you want to have a look and maybe later contribute :
http://sourceforge/projects/ibpp
Regards,
--
Olivier
> hello all,Hello,
>
> i wrote a small c++ - library to access firebird databases, which has to
> compile on firebird-1.5 as well as on firebird-1.0 machines. since there
> have- been minor changes in the isc interface (isq_queue_events for instance)
> , i wondered if there is a #define in ibase.h which helps me to tell which
> version i am using ? can anybody help ?
>
> lutz
> of
Sean gave you the answer. I'll comment on a different theme.
About the library, there are a lot of them already. IBPP is one of them
and that one may be close to what you're doing or needs if you're
looking for a small-glue around the C-API not tight to any RAD tool (and
supports events, distributed transactions, and all). Besides, that
open-source project might benefit in the future from additional
developers. If you want to have a look and maybe later contribute :
http://sourceforge/projects/ibpp
Regards,
--
Olivier