Re: getting started with GUI
- Posted by _tom (admin) Jul 19, 2013
- 2179 views
One more choice is the Euphoria TCL wrapper by Leonardo Cecchi written for Euphoria 3.
http://leonardoce.interfree.it/eutcl/index.html
To make this work on oEu4:
- edit the include module to change routine to Routine (since this is now a reserved keyword)
- I had to update constant TK_LIB={ "libtk8.5.so.0", $ ) and constant TCL_LIB={ "libtcl8.5.so.0", $ ) to point to the current versons of tk/tcl