In a specific program where I added multiple treeviews months ago, I'm just starting to get Windows errors. There is no error message number, just the prompt to send the info to MS and the event log shows the application stopped suddenly.
On machines with more memory it doesn't occur. I'm thinking memory leak but should it show up now after all this time?
I'm using an imagelist with the treeviews and some local handles are being created. What is the proper way to deleteobject when the handle is local and not global. Those I delete in wm_destroy.
The error seems to occur when I call a DLL which checks the security level of user as to whether or not they can run the assigned program. This DLL has been in place with no error for 3 years. Real puzzle.
Bob Mechler
On machines with more memory it doesn't occur. I'm thinking memory leak but should it show up now after all this time?
I'm using an imagelist with the treeviews and some local handles are being created. What is the proper way to deleteobject when the handle is local and not global. Those I delete in wm_destroy.
The error seems to occur when I call a DLL which checks the security level of user as to whether or not they can run the assigned program. This DLL has been in place with no error for 3 years. Real puzzle.
Bob Mechler
Comment