GOMEZ Henri wrote:
[snip]

> >If nothing else such a constant could be used to throw a compile time
> >error if people attempt to build a connector using incompatible shared
> >jk code.
> 
> Could you develop ?

D'you mean could I write code that throws a compile time error? If so,
it's just

#if !defined(JK_MODULE_RELEASE) || JK_MODULE_RELEASE < REQUIRED
#error "You need to have a later of the jk module. See source for
details"
#endif

Is that what you meant or were you expecting something more glamorous?

-- 
Andy Armstrong, Tagish

Reply via email to