> 
> Here's another option that might be feasible: instead of trying to fix the
> C
> code, how about building a few C wrapper functions around the working C++
> code? You can then mark these functions with extern "C" so you can call
> them
> from you C libraries.

I was going to suggest this as well.  Shouldn't be to hard.

> 
> This approach also has other benefits. If these C wrappers are
> well-designed, one can also call them from Python through ctypes, so
> immediately we have OpenWire available in Python.

Activemq-cpp doesn't yet have openwire support, only Stomp, Openwire is
still in the works.

> 
> Regards,
> 
> Albert
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hiram
> > Chirino
> > Sent: 21 September 2006 19:06
> > To: activemq-dev@geronimo.apache.org
> > Subject: Re: Status of OpenWire C Client
> >
> > Sajendra,
> >
> > On 9/21/06, sajendra <[EMAIL PROTECTED]> wrote:
> > >
> > > Hiram,
> > >
> > > Thank you for your quick reply and advice.  Unfortunately I require a
> C
> > > client.
> >
> > ah. too bad..

Reply via email to