Panic Cone 8
Login to reply to this topic.
Fri, 2005-07-29 13:08
Joined: 2005-01-23
Forum posts: 7
When i am exiting from an application getting Panic Cone 8.

According to Sdk Panic cone 8 defined as
"Environment found window server resources had not been freed
"
I gone through all the forums & sites and found that the main cause for this panic relates with Icons
used in the listbox.

I am using graphic listbox which have icons but its all working fine(reviewed it many times )

My querries are:

what are the resources does window server own(like icon).

what are the different cases in which cone 8 panic occurs


Any help or information are appreciable .

Thanks


Mon, 2005-12-05 14:47
Joined: 2005-03-14
Forum posts: 91
Window server resources are generally things like Windows, icons + bitmaps.

If you are using a listbox with icons the usual cause of this panic in my experience is calling SetIconArray() without deleting the previous array. SetIconArray() assumes the caller has deleted the previous array (accessed with IconArray()).

---
Kevin Dixon
Symsource Ltd.
www.symsource.com


copyright 2003-2009 NewLC SARL