Re: euphoria error
- Posted by ChrisB (moderator) Apr 28, 2010
- 2501 views
dcole said...
win32lib.ew v0.60.6 Euphoria Interpiter 4.0.0 beta 3 (r3116) for Windows
---------------------------------error------------------------------------------ e:\eu\win32lib\Win32lib.ew:26805 s = ( s = ' ' ) ^ type error ...included by Win32Lib.ew, line 520 ...included by port.exw, line 4 --------------------------------------------------------------------------------Hello everybody, My computer crashed and now I keep getting the above error.
Any help appreciated.
Don Cole
Hi Don
Not sure what this has to do with your computer crashing, but it looks like the line 's = ( s = ' ' )' is evaluating to TRUE or FALSE, and trying to set s to either of these values is balking at this, unless your crash corrupted win32lib. Look at what variable type s is.
Chris