1. IDE error goes to includes???
- Posted by jvandal Oct 30, 2011
- 1363 views
I am trying to install IDE. This is the error I get, several times. Why ?? I run on Vista, euphoria 4.0.3, IDE 0.4 Install C:\euphoria\win32lib, c:\euphoria\include This error mesage. Any help much appreciated
C:\Euphoria\IDE\includes\IDE_about.ew:108 <0074>:: Errors resolving the following references: includes\IDE_about.ew (108): Win32LibVersionEx
setText(LText8,sprintf(MsgNos[10][3] ,{Win32LibVersionEx[1],Win32LibVersionE x[2],Win32LibVersionEx[3],Win32LibVersionEx[4]} ) & " " & Win32LibVersionEx[5])
^
Press Enter
2. Re: IDE error goes to includes???
- Posted by DerekParnell (admin) Oct 30, 2011
- 1394 views
I am trying to install IDE. This is the error I get, several times.
That error occurs when using an old version of the IDE with either the latest Win32lib library or a very old version of the win32lib library.
From where did you get the IDE that you are installing?
I believe that the latest editions of both libraries are available from sourceforge.
3. Re: IDE error goes to includes???
- Posted by jvandal Oct 30, 2011
- 1337 views
I went to sourceforge and couldn't find IDE. I found EUVIDE but it was the french language not the prograam itself. I looked at rapideuphoria and I get the version of date 07. I have downloaded the files and reran them, same results I cand run the demos of windows and wirefire Any suggetions???
4. Re: IDE error goes to includes???
- Posted by DerekParnell (admin) Oct 30, 2011
- 1357 views
I went to sourceforge and couldn't find IDE. I found EUVIDE but it was the french language not the prograam itself. I looked at rapideuphoria and I get the version of date 07. I have downloaded the files and reran them, same results I cand run the demos of windows and wirefire Any suggetions???
The bad line is in the file called 'IDE_about.ew', around line 108.
Change the line ...
setText(LText8,sprintf(MsgNos[10][3] ,{Win32LibVersionEx[1],Win32LibVersionEx[2],Win32LibVersionEx[3],Win32LibVersionEx[4]} ) & " " & Win32LibVersionEx[5])
to
setText(LText8,sprintf(MsgNos[10][3] ,{Win32LibVersion[1],Win32LibVersion[2],Win32LibVersion[3],Win32LibVersion[4]} ))