Re: euphoria error
- Posted by dcole May 03, 2010
- 2160 views
DerekParnell said...
petelomax said...
Looks like you (/Phix) found a minor bug in win32lib.
... obviously ansiUpper's parameter should likewise be object, not sequence
I've fixed this now in the sourceforge SVN for win32lib.
NOTE: When the parameter is an atom, it is assumed to be the address of a null-terminated string in RAM and not a single character to be converted.
I found several errors like this I will post when I finish.
Don Cole