win32lib ver0.43? to ver0.45b safe.e bug
- Posted by wolfgang fritz <wolfritz at KING.IGS.NET> Dec 18, 1999
- 525 views
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