Re: EU upgrade
- Posted by jeremy (admin) Jun 08, 2012
- 1310 views
Do we have an install pkg to setup EXW on OS x. Looks like we do for 4.0.4
Yes, there is a pkg file for the first time with 4.0.4. I'll make one for 4.0.5 and 4.1.0 when they are released.
What win32lib equivalent do we have that I can use.
Nope. The OSX platform is still pretty new to Euphoria and not a lot has been done with it yet. There is wxEuphoria. It is a cross platform GUI library that will allow you to write code once and deploy on Windows, Linux and OSX with native widgets on each. Ask Matt about it, he is the main author.
Do we have an odbc equilivent for OS X.
There is EDBI which is an easy database interface for a variety of database engines. See more at: http://jeremy.cowgar.com/edbi/
Recommend an OS X editor. I currently use Crimson.
I think you will be pretty happy with TextMate. I have written a pretty extensive mode for it and it is available in the editors repo: http://scm.openeuphoria.org/hg/editors/textmate/ ... It is the Euphoria.tmbundle directory.
Jeremy