I got an error and my app just terminates with the following error message in the Error.log file:
System Error: The current process has used all of its system allowance of handles for Window Manager objects.
This is because of a TSay object (actually several, around 12). which are called from a timer in the program.
The program is basically like an arrivals display at an airport. I was creating the Say object without referencing a variable.
I changed it to create the say object with oSay01 through oSay12 and set them to nil every time they are called.
Still got the same error. Is there a way to recapture the handles so this stops happening?
Thanks,