Re: win32lib bug
- Posted by CoJaBo <cojabo at suscom.net> Sep 19, 2004
- 387 views
I think this is fixed in the newer versions. Tone Škoda wrote: > > > -- Software ID: win32lib > -- Version: 0.60.4 23/August/2004 > > this euphoria error popped up while my program was running: > > c:\myproj\euphoria\tslib\win32lib.ew:32774 in procedure eventLoop() > bitwise operations are limited to 32-bit numbers > > i modify my win32lib, so line number may not be same as in your win32lib.ew, > so this > is the line in eventLoop() in which error occured: > > w32Seed = xor_bits(floor(w32Seed), peek4u(msg+20) * peek4u(msg+24)) > > and these are values from ex.err: > > w32Seed = 1059674717 > msg = 12943796 > > interesting that this error occurs only when i play some old dos game > (non-eu). >