1. Tiny Win32lib bug
- Posted by Tom Eklvf <darkspace at HOTMAIL.COM> Aug 21, 1998
- 566 views
While dabbling around with a windoze-program of mine I noticed there's a tiny error at procedure killTimer() in win32lib.ew: At (about) line 3350 where it says c_proc( xSetTimer, { window_handle[ id ], timerId } ) the xSetTimer should of course be xKillTimer. Took me a while to figure out why my killTimer() was constantly making my program die mysteriously :) Well, anyhow, I'll congratulate mr. Cuny on a job well done. I'd be jumping off the walls if it wasn't for Win32Lib. Keep up the good work! --Tom "I wish I had registered Euphoria" Eklvf ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
2. Re: Tiny Win32lib bug
- Posted by David Cuny <dcuny at LANSET.COM> Aug 21, 1998
- 550 views
Tom Eklvf wrote: >At (about) line 3350 where [Win32Lib] says c_proc( xSetTimer, > { window_handle[ id ], timerId } ) the xSetTimer should of course > be xKillTimer. Thanks! I've sent in a fix. -- David Cuny