Re: Editor
- Posted by dcuny Jan 19, 2015
- 2708 views
I just updated to the latest version of Euphoria (x64) by copying the files to the bin directory, and grabbed the 0.1 version of wee.
failed to open scintilla DLL C:\Users\[REDACTED]\Desktop\wee-0.10(2)\wee\scintilla.e:33 attempt to divide by 0 --> See ex.err Press Enter...I'm not sure if this is a dll issue, a Euphoria 4.1.x issue, a 64 bit issue, or what...
Hrm... ed appears to be broken as well:
C:\Users\[REDACTED]\Desktop\[MY_PROJECT]>ed C:\euphoria\bin\ed.ex:547 <0158>:: Wrong number of arguments supplied for forward reference C:\euphoria\bin\ed.ex (547): function SyntaxColor. Expected 2, but found 4. color_line = SyntaxColor(this_line, ,get_multiline( bline - 1 ))
EDIT: I reinstalled the prior version of Euphoria from scratch, and wee and ed now work. So it's something with the new version.
- David