1. Judith's IDE
- Posted by Jock Mar 01, 2013
- 1527 views
Hi Folks,
I checked out the earlier threads about issues with Judith's IDE and the newer versions of win32Lib. Even although I just downloaded the most recent versions (I believe), I, too, had the win32LibVersionEx issue. I am using win32Lib_0_70_20 and IDE1-0-4 on a Windows7 platform. Even correcting the win32LibVersionEx problem and making a batch file to launch the IDE with EUDIR set, it still causes problems. Just doing a quick run of the bare window in the IDE causes PEN errors.
I also tried out the ide15exe but even that seems to have problems. WHen you bring up the configuration window items on background tabs overwrite those of the current tab. Can anyone give me a steer here?
Jock
2. Re: Judith's IDE
- Posted by euphoric (admin) Mar 01, 2013
- 1562 views
Sorry I can't be more helpful at the moment, but have you considered using wxEuphoria?
IMHO, currently, you'll get much better support, performance, and development efficiency going that route.
3. Re: Judith's IDE
- Posted by Jock Mar 01, 2013
- 1526 views
Well, I'll certainly give it a go. Thnaks for the tip.
4. Re: Judith's IDE
- Posted by euphoric (admin) Mar 01, 2013
- 1543 views
Oh, and cross platform capability...
5. Re: Judith's IDE
- Posted by ghaberek (admin) Mar 01, 2013
- 1529 views
Oh, and cross platform capability...
And eventually a complete rewrite and then its own general-purpose IDE.
-Greg
6. Re: Judith's IDE
- Posted by euphoric (admin) Mar 01, 2013
- 1510 views
Oh, and cross platform capability...
And eventually a complete rewrite and then its own general-purpose IDE.
-Greg
Don't tease!
7. Re: Judith's IDE
- Posted by petelomax Mar 02, 2013
- 1453 views
And eventually a complete rewrite and then its own general-purpose IDE.
-Greg
How is the new baby? wxEuphoria mk 2 that is. It has been nine months
Pete
8. Re: Judith's IDE
- Posted by ghaberek (admin) Mar 02, 2013
- 1472 views
How is the new baby? wxEuphoria mk 2 that is. It has been nine months
LOL. Making progress as we speak! wxWidgets 2.9.x is huge. It's probably twins, maybe triplets.
I'm trying to cover as much as possible all-at-once by extracting content from the Doxygen XML output and dumping that simultaneously to the C++ wrapping code and the Euphoria c_func() calls, all while separating everything into its own namespace and statically linking the wrapping code with the wxWidgets shared libraries into DLL's that dynamically link with each other. The comprehensive Doxygen documentation was definitely not around when Matt started wxEuphoria, and he probably would have made good use of it had it been available.
A lot of time was spent (wasted?) on using wxWidget's own XML functions before I realized it didn't have any XPath features, which I needed desperately at some point, so more time was spent (wasted?) tracking down a better XML library (pugixml) and then re-writing all of the XML code to support said library. I'd be farther along now if I had made that discovery right away. And yes, the tool I'm calling "wxEuphoria Builder" is written in C++. It's sort of a chicken-and-the-egg problem.
-Greg
9. Re: Judith's IDE
- Posted by EUWX Mar 02, 2013
- 1416 views
Greg: I too am waiting for 2.9 and for the IDE. Wishing you a Happy and speedy coding.