Hello all

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.

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.

Regards,

Albert

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hiram
> Chirino
> Sent: 21 September 2006 19:06
> To: [email protected]
> 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