Re: Developer wxEuphoria
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Jan 13, 2006
- 500 views
Andy wrote: > > I was wondering where the wxEuphoria developer kit is and what you need to > write > your own wrappers for wxEuphoria as I need to write some controls that > aren't yet part of wxEuphoria that I need for Frost. The developer kit is also stored on sourceforge. Looking at the web page, it looks like the link is to the v0.8.1 kit. You can alternatively go to the wxEuphoria summary page (it's in the menu on the left of the main wxEuphoria page) and get to the download section. Here is the direct link to the v0.9.0 download: http://prdownloads.sourceforge.net/wxeuphoria/wxeu-dev-0-9-0.zip?download In order to wrap a new control, you'll need to add the required classes to the appropriate file in the database[s]. This allows you to automatically generate the statements to import all the functions you'll need. Then you need to add the functions to create and use the controls. Take a look at the developer's package, and let me know when you have questions. Matt Lewis