1. win32lib ver0.43? to ver0.45b safe.e bug
Since dcuny at lanset.com seems to be a 'dead-letter' box for me I'll try
here.
Hi David.
Think I've found that old 'bug' I referred to in an earlier message.
[ when using safe.e with any win32lib program. ]
In procedure createWindow() you have:
szClassName = allot_string( sprintf( "Win32Lib AppWindow %d",....
.....then you have:
free_strings()
......and at the bottom of this procedure , you have:
free( szClassName )
......seems to run 'clean' without this last line...
Wolf
2. Re: win32lib ver0.43? to ver0.45b safe.e bug
Wolfgang Fritz wrote:
> Since dcuny at lanset.com seems to be
> a 'dead-letter' box for me I'll try here.
Sorry. My ISP has been flakey for the last week. Apparently they are in the
process of installing new equipment. (Insert "they should be using
Linux^H^H^H^H^H FreeBSD" remark here).
I overlooked the bug *again*; Robert reminded me of it. I'll try to get it
posted to my site if I get some time this weekend.
-- David Cuny