Re: Win32Lib bug
- Posted by Robert Craig <rds at RapidEuphoria.com> Feb 14, 2001
- 630 views
Matt Lewis writes: > However, while the latest version (0.51.1) registers > ChildWindowFromPoint/Ex, it should never > call the function (apps might do so themselves). I was testing Judith's IDE, and ChildWindowFromPointEx was called via these calls: .. WinList = create( Combo, "", Tools, 323, 2, 160, 32*6, 0 ), TheTabItemCombo = create( Combo, "", Tools, 485, 2, 160, 32*6, 0 ), .. The exw interpreter seemed to run ide.exw ok, as did the translated C code compiled by Watcom or Lcc. Only when I compiled with Borland did it crash. Something on the call stack got corrupted as a result of the incorrect C call using Borland. After fixing the call in the way I described, ide.exw runs fine now with the interpreter, Watcom, Lcc and Borland. So I guess I'll be ready to release the beta translator soon. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com