1. EuIDE get W32VOID not declared message
- Posted by radiosky Feb 05, 2009
- 982 views
I am new to this. Tried to install the EuIDE from sorceforge. Placed it in a EuIDE subdirectory of the Euphoria directory. From the same site I downloaded the modified Win32Lib and place it in the EuIDE directory. I can run some Euphoria demos including the Win32 demos. However when I try to run the IDE.exw file I get an error sating thate w32VOID has not been declared and it stops in the line that would launch a message box stating that only 1 instance of teh IDE is allowed. Reboot. same issue. I do not see a IDE.exe file as suggested in another post.
Please help.
2. Re: EuIDE get W32VOID not declared message
- Posted by DanM Feb 05, 2009
- 992 views
I am new to this. Tried to install the EuIDE from sorceforge. Placed it in a EuIDE subdirectory of the Euphoria directory. From the same site I downloaded the modified Win32Lib and place it in the EuIDE directory. I can run some Euphoria demos including the Win32 demos. However when I try to run the IDE.exw file I get an error sating thate w32VOID has not been declared and it stops in the line that would launch a message box stating that only 1 instance of teh IDE is allowed. Reboot. same issue. I do not see a IDE.exe file as suggested in another post.
Please help.
I'm not sure why you're having the difficulty you describe, maybe others can help with that, but the IDE.exe (for IDE v18.22) can be found at:
http://www.rapideuphoria.com/ide_c.zip
or, you can goto RapidEuphoria homepage, select user contributions, and then search for IDE, which should show amongst others, Judith's IDE compiled (v. 18.22).
Greg Haberek also compiled her IDE, v0.15.0, at:
http://www.rapideuphoria.com/ide15exe.zip
And also Andy Drummond compilization (version 0.22.0?) at:
http://www.rapideuphoria.com/euide%200.22.0.exe
Dan
3. Re: EuIDE get W32VOID not declared message
- Posted by radiosky Feb 06, 2009
- 925 views
Thanks Dan, that fixes the problem, though I am baffled as to why I could not run the Euphoria version.
4. Re: EuIDE get W32VOID not declared message
- Posted by DanM Feb 06, 2009
- 949 views
Thanks Dan, that fixes the problem, though I am baffled as to why I could not run the Euphoria version.
Me too, that's why I was hoping someone else might know what went wrong, seems to me you set it up right.
Can you post the part of the error that tells what line in what module the error occurs in? I'm supposing that w32VOID is supposed to be defined in Win32Lib, so actually if you could post the error back to where the error was first seen in the IDE, that might help figure it out.
Dan
5. Re: EuIDE get W32VOID not declared message
- Posted by radiosky Feb 06, 2009
- 906 views
- Last edited Feb 07, 2009
C:\Program Files\EUPHORIA\EuIDE\IDE.exw:62 w32VOID has not been declared w32VOID=message_box("Only 1 instance of IDE is allowed","",0)suggested by Mark Young ^
Press Enter
Hi Dan,
Above is the message I receive. Yes it would indicate that the windows library was not installed, but if that is the case how can the other Windows exw files run successfully? There isn't some sort of registration of referenced files that I don't know about is there?
I should probably start a new thread on this but I canot figure out how to change the properties of the controls using the IDE. When I try to type in the properties list it jumps to events, sometimes throwing up a window for editing event code. I have only tried Greg's compilation of the IDE so far.
Aloha
6. Re: EuIDE get W32VOID not declared message
- Posted by DanM Feb 07, 2009
- 939 views
C:\Program Files\EUPHORIA\EuIDE\IDE.exw:62 w32VOID has not been declared w32VOID=message_box("Only 1 instance of IDE is allowed","",0)suggested by Mark Young ^
Press Enter
Hi Dan,
Above is the message I receive. Yes it would indicate that the windows library was not installed, but if that is the case how can the other Windows exw files run successfully? There isn't some sort of registration of referenced files that I don't know about is there?
I should probably start a new thread on this but I canot figure out how to change the properties of the controls using the IDE. When I try to type in the properties list it jumps to events, sometimes throwing up a window for editing event code. I have only tried Greg's compilation of the IDE so far.
Aloha
With regards to the "modified Win32Lib" that you downloaded (which you mentioned in your first post), is it "win32lib v0.70.4a"?? I'm not using the most recent IDE, but when I download it & look at the comments in ide.exw, I see that it requires v0.70a of the Win32Lib or later. That could be your problem.
Dan
7. Re: EuIDE get W32VOID not declared message
- Posted by radiosky Feb 07, 2009
- 931 views
Hi Dan,
I tried updating the WinLib file but the result is the same.
Thanks anyway.