1. Confused ...
- Posted by tbohon Aug 03, 2010
- 1034 views
I've just loaded OpenEuphoria 4.0 b3 along with what I thought were the correct EuVIDE and WinLib32 versions. Everything is configured as requested (mostly the EuVIDE) but I still can't get a simple window with one (1) button to compile/work for me.
When I try to run it I get 'CreateProcessHi Failed' (system is Windows 7 Pro 64-bit with all current patches).
I thought I had everything linked/copied/configured (have been coding for 45+ years in various languages so this isn't my first barn dance :) ) but obviously I've screwed something up.
Is there a possibility that someone who knows more about OE than I do (which limits it to anybody else on the forum I suspect) could give me and other newbies to the language a simple step-by-step procedure to ensure that everything is set up properly?
Thanks in advance.
Tom
2. Re: Confused ...
- Posted by euphoric (admin) Aug 03, 2010
- 1024 views
I've just loaded OpenEuphoria 4.0 b3 along with what I thought were the correct EuVIDE and WinLib32 versions. Everything is configured as requested (mostly the EuVIDE) but I still can't get a simple window with one (1) button to compile/work for me.
When I try to run it I get 'CreateProcessHi Failed' (system is Windows 7 Pro 64-bit with all current patches).
I get that same message, and not just on Win7. The problem is the IDE, not your setup.
What you'll need to do is just save the project, then go to the directory where the program resides and run it from there. I usually just have a window open to it and switch to it. Yeah, a pain. You could always use Irv's GTK GUI stuff or Matt's wxEuphoria GUI stuff. Those don't have an IDE, but you might not need one.
Or, you can fix the IDE.
3. Re: Confused ...
- Posted by DerekParnell (admin) Aug 03, 2010
- 1006 views
I've just loaded OpenEuphoria 4.0 b3 along with what I thought were the correct EuVIDE and WinLib32 versions. Everything is configured as requested (mostly the EuVIDE) but I still can't get a simple window with one (1) button to compile/work for me.
Neither the IDE nor Win32lib.e has been released for version 4 of Euphoria. Both require version 3.11 of Euphoria.
There is a work-in-progress edition of Win32lib.e that works on v4 and that is available from the SVN at sourceforge. The IDE has not been updated yet.
4. Re: Confused ...
- Posted by tbohon Aug 03, 2010
- 983 views
Which makes sense - from reading the forum messages I couldn't tell if the old one 'kinda worked' or if there was a new one out there somewhere I haven't looked.
Thanks.