Re: wxEuphoria - wxHtmlWindow - SelectionToText
- Posted by mattlewis (admin) Sep 23, 2009
- 1196 views
ghaberek said...
euphoric said...
What's difference twixt wxeud.e and wxeud2.e?
So wrap.exw doesn't bork your entire wxeud.e. If wxeud2.e comes out the way you want, use it to overwrite wxeud.e.
wrap.exw is used to automatically generate the euphoria wrappers for the wxEuphoria C wrappers for wxWidgets. It generates the define_c_func statements as well as euphoria wrappers for calling those. Basically, it makes sure that you have wrappers for everything in there. There are hundreds of routines wrapped by wxEuphoria, and I got tired of doing it all by hand a long time ago.
Matt