Re: Passing a pointer of function to a c function
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Apr 03, 2007
- 533 views
David Ryder wrote: > > thanks Matt > > What I would really like to do would be to figure out how to wrap the original > C++ code for this library > > However, the developers provide a c wrapper which I am using at the moment. Please don't. :P Continue using the C wrapper. C++ is not really worth the headaches, especially if you've already been given a wrapper with a C interface. > I have looked at the wxEuphoria library and the numerous posts on this forum, > but decided that it will have to wait till i have more time I've changed the was wxEuphoria works. I've written my own C++ wrapper that exports a C interface for euphoria to use. I feel 10 years younger... Matt