1. Win32Lib 0.43d
OK, another bug fix for you beta testers!
I had gotten a bug report for 0.41 not working correctly when an onPaint
interrupted itself with another onPaint. It seemed a fairly obscure bug, but
it cause Bad Things to happen with the cached DC. I ultimately decided to
drop the cached DC, which caused event more Bad Things to happen to code
that had previously behaved quite well.
I've now re-implemented the caching of the DC, this time using a stack. It
seems to take care of the problem that people were encountering with EX16 -
the control is now displayed correctly. Hopefully it takes care of the
original problem as well, although I have my doubts about that.
As usual, the beta can be found at:
http:\\www.lanset.com/dcuny/euphoria.htm
Thanks!
-- David Cuny