Re: euphoria error
- Posted by petelomax May 03, 2010
- 2193 views
Sorry Don, I disagree with most of these. Have a look at my mods (all marked PL 02/05/10) available at http://uploading.com/files/7mm38ac5/Include.zip
See also http://oe.cowgar.com/forum/111355.wc?last_id=0
I will happily expand on any of these, but one at a time, OK?
win32lib.ew line 4622 word should be object
disagree.
w32resources.ew 3485 global function textToBitmap( sequence s ) s should be object global function textToBitmap( object s )
disagree.
w32resources.ew 5230 procedure setMousePointer_( object id, atom handle, integer flag) sequence lKids,lCursors should be object lCurors
Unlikely to be the right thing to do. lCursors is passed to:
procedure setCursorInternal(integer id,sequence data)
I just put a ?9/0 in place of that lCursors=handle line, since it would have crashed there on RDS Eu every time anyway.
w32resources.ew 5472 maskbits should be object
disagree.
w32resources.ew 4064 image should be object
disagree.
win32lib.ew 9316 id should be object
Probably.
win32lib.ew 12532 attribs should be object maybe integer
Not sure about that one. It is definately used as a sequence, sometimes:
attribs=repeat('i',count)
win32lib.ew 18133 line should be object
agree. (Yeayh! )