1. win32lib v60.5 and IDE and virtual memory
Using win95 I have limited my virtual memory to max 100 mb. I had no
difficulties with previous versions of win32lib running IDE, explorer,
Mozilla, Wordpad and other programs all at the same time.
Starting IDE18-22 now will crash and give me an ex.err like this:
E:\EUPHORIA\Win32LibV06\include\win32lib.ew:8256 in function
invokeHandler()
Your program has run out of memory.
One moment please...
id = 127'?'
event = 19
params = {70'F',0,5763396,-2761}
lRoutines = <no value>
lCallType = <no value>
lPos = <no value>
lNotify = <no value>
lRecvr = <no value>
etc
The stand-alone editor works ok.
On the other hand I have run all the demos of win32lib and did not
encounter problems with memory or memory leaks. (Two or three demos will
not work because the api functions are not supported in Win95).
So probably some routines in IDE will have to be adjusted for win32lib
v60.5? (900 mb of virtual memory should be too much)
--Roland