1. EU upgrade
- Posted by gwalters Jun 08, 2012
- 1307 views
I have been writing lotsa programs using EU 2.4, win32lib, and Matt's odbc.e to connect to mySql databases. I am interested in doing something similar in OS X. Can someone answer these questions to help me get there.
Do we have an install pkg to setup EXW on OS x. Looks like we do for 4.0.4
What win32lib equivalent do we have that I can use.
Do we have an odbc equilivent for OS X.
Recommend an OS X editor. I currently use Crimson.
Thanks for any help.
2. Re: EU upgrade
- Posted by jeremy (admin) Jun 08, 2012
- 1311 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