win32lib bug
- Posted by Tone Škoda <tskoda at email.si> Sep 19, 2004
- 393 views
-- 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).