Re: Brain-scratcher: likely a bug - please help me confirm and fix. Seems to only affect exw.exe
- Posted by CladStone Jun 14, 2009
- 1002 views
Please excuse my ignorance - I found the appropriate file, which I'd managed to overlook earlier. I downloaded "euphoria_40a3.exe", and that of course does have exw.exe.
Something has changed with V4, such that my example did not produce the effects I'd said, but going back to some earlier code, I did manage to reproduce the problem with V4, so the problem is not fixed. I'll post a new example on this thread soon, but in my current testings I've found that:
- The filename AND path makes a difference.
- The exact method of running the file makes a difference (for example, whether or not the path of the file is included in the command string).
- The value of pretty much any numeric value in the program.
- Even the WAY that each numeric value is written, e.g. #C3 vs. 195, #0 vs. 0, etc.
I'll continue to do some testing, and I'll post a new example soon.