Re: Swig for Euphoria
- Posted by mattlewis (admin) Mar 05, 2009
- 937 views
jeremy said...
Matt, why not use swig to wrap wxWidgets?
The C code of wxEuphoria does more than simply provide a C interface. It also converts data types (especially sequences to wxStrings). There are some things that are easier to do with C than with euphoria code when dealing with wxWidgets, and that's where the hand-written C comes in.
At one point, I did look at using Swig, but I couldn't figure out an easy way to get it to do what I wanted (I don't recall the details at this point).
Matt