Re: Is there a good Windows or cross-platform Euphoria IDE?
- Posted by xecronix Oct 20, 2015
- 8943 views
dcuny said...
I'll be up-front about this: I think OE should adopt the wxWidgets library.
It's a full-featured, cross-platform library. So not only do you get GUI controls, but you get support for stuff that other libraries leave out, like printing, graphics and audio. (Although the audio support leaves something to be desired).
I'm also voting to statically compile it. wxBasic did that, and weighed in at less than 1000K.
Statically link for all 5 supported platforms? Including osx, unix like, and ARM systems too? 32 bit and 64 bit? If so, this could make application deployment better. How would this solution affect xlate and compile?