Re: euphoria error

new topic     » goto parent     » topic index » view thread      » older message » newer message

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?

dcole said...

win32lib.ew line 4622 word should be object

disagree.

dcole said...

w32resources.ew 3485 global function textToBitmap( sequence s ) s should be object global function textToBitmap( object s )

disagree.

dcole said...

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.

dcole said...

w32resources.ew 5472 maskbits should be object

disagree.

dcole said...

w32resources.ew 4064 image should be object

disagree.

dcole said...

win32lib.ew 9316 id should be object

Probably.

dcole said...

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) 
dcole said...

win32lib.ew 18133 line should be object

agree. (Yeayh! blink)

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu