<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - Exiting the application on P800 - Comments</title>
 <link>http://www.newlc.com/en/topic-837</link>
 <description>Comments for &quot;Exiting the application on P800&quot;</description>
 <language>en</language>
<item>
 <title>Exiting the application on P800</title>
 <link>http://www.newlc.com/en/topic-837#comment-5355</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;You have the same problem with resource leak on target and emulator but it&#039;s only in the debug build of Symbian (emu) that checks for resource leaks, You should fix it!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;/Andreas&lt;/div&gt;</description>
 <pubDate>Wed, 21 Jan 2004 16:28:39 +0100</pubDate>
 <dc:creator>sprawl</dc:creator>
 <guid isPermaLink="false">comment 5355 at http://www.newlc.com</guid>
</item>
<item>
 <title>Exiting the application on P800</title>
 <link>http://www.newlc.com/en/topic-837#comment-5354</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;cone 8 == ECoePanicWservResourceNotFreed&lt;br /&gt;&lt;br /&gt;you are allocating (loading) a resource &amp;quot;manually&amp;quot; and you don&#039;t remove it when the component using it is destroyed&lt;/div&gt;</description>
 <pubDate>Wed, 21 Jan 2004 14:54:54 +0100</pubDate>
 <dc:creator>wolfigor</dc:creator>
 <guid isPermaLink="false">comment 5354 at http://www.newlc.com</guid>
</item>
<item>
 <title>Hi all</title>
 <link>http://www.newlc.com/en/topic-837#comment-5353</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi All,&lt;br /&gt;&lt;br /&gt;This is rather unusual behavoiur that my application is showing. On Emulator we get the Cone 8 - &amp;quot;Window Server&amp;quot; Error. On the Device this seems to work very well. The Cone 8 error is not seen at all and my application close without any hasel. &lt;br /&gt;&lt;br /&gt;Can this cause a problem with the device? Is it ok to to forget about Cone 8 as the application is working properly on the device? &lt;br /&gt;&lt;br /&gt;Is the Cone 8 error related only to device? Where can I get a list of such errors, which dont cause a prb on the device but do show up on the emulator.&lt;br /&gt;&lt;br /&gt;Thanks for your time.&lt;br /&gt;&lt;br /&gt;Sanket Lopez.&lt;/div&gt;</description>
 <pubDate>Mon, 08 Dec 2003 10:38:19 +0100</pubDate>
 <dc:creator>sanket</dc:creator>
 <guid isPermaLink="false">comment 5353 at http://www.newlc.com</guid>
</item>
<item>
 <title>Exiting the application on P800</title>
 <link>http://www.newlc.com/en/topic-837#comment-5352</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi Sanket,&lt;br /&gt;&lt;br /&gt;well, CONE error 8 is &amp;quot;Environment found window server resources had not been freed&amp;quot;. I haven&#039;t encountered that problem myself so I can&#039;t help you more than that. sorry.&lt;br /&gt;good luck!&lt;br /&gt;&lt;br /&gt;Imzadi&lt;/div&gt;</description>
 <pubDate>Tue, 25 Nov 2003 16:07:49 +0100</pubDate>
 <dc:creator>imzadi_il</dc:creator>
 <guid isPermaLink="false">comment 5352 at http://www.newlc.com</guid>
</item>
<item>
 <title>Hi</title>
 <link>http://www.newlc.com/en/topic-837#comment-5351</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi &amp;nbsp;Imzadi,&lt;br /&gt;&lt;br /&gt;Previously i was not Deleteing a pointer, so the App Crashed. Now I m Getting a Cone 8 Error. Whats Wrong. Any clues.&lt;br /&gt;&lt;br /&gt;Thanks For Your Time.&lt;br /&gt;&lt;br /&gt;Sanket Lopez.&lt;/div&gt;</description>
 <pubDate>Tue, 25 Nov 2003 15:15:46 +0100</pubDate>
 <dc:creator>sanket</dc:creator>
 <guid isPermaLink="false">comment 5351 at http://www.newlc.com</guid>
</item>
<item>
 <title>Exiting the application on P800</title>
 <link>http://www.newlc.com/en/topic-837#comment-5350</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi Sanket,&lt;br /&gt;&lt;br /&gt;I had a similar problem when two views used the same CDesCArrayFlat array. I used it as a text array for CEikTextListBox. Notice that CTextListBoxModel ConstructL has a default for taking ownership over its array. That&#039;s why my program crashed on exiting. Both views had owenrship over the array, which means both views tried to destroy it. The first one succeeded, but the second one obviouslly failed.&lt;br /&gt;&lt;br /&gt;hope it helps&lt;br /&gt;&lt;br /&gt;Imzadi&lt;/div&gt;</description>
 <pubDate>Mon, 24 Nov 2003 09:11:58 +0100</pubDate>
 <dc:creator>imzadi_il</dc:creator>
 <guid isPermaLink="false">comment 5350 at http://www.newlc.com</guid>
</item>
<item>
 <title>Hi</title>
 <link>http://www.newlc.com/en/topic-837#comment-5349</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi Imzadi,&lt;br /&gt;&lt;br /&gt;Yes i have more views, around eight of them and three are registered. So whats the Shared Object that you are talking about. &lt;br /&gt;&lt;br /&gt;Thanks for your Time.&lt;br /&gt;Sanket Lopez&lt;/div&gt;</description>
 <pubDate>Mon, 24 Nov 2003 08:39:04 +0100</pubDate>
 <dc:creator>hoopsman</dc:creator>
 <guid isPermaLink="false">comment 5349 at http://www.newlc.com</guid>
</item>
<item>
 <title>Exiting the application on P800</title>
 <link>http://www.newlc.com/en/topic-837#comment-5348</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi,&lt;br /&gt;&lt;br /&gt;Do you have more than one view? it is possible you accidently delete a shared object.&lt;br /&gt;&lt;br /&gt;Imzadi&lt;/div&gt;</description>
 <pubDate>Wed, 19 Nov 2003 14:14:04 +0100</pubDate>
 <dc:creator>imzadi_il</dc:creator>
 <guid isPermaLink="false">comment 5348 at http://www.newlc.com</guid>
</item>
<item>
 <title>Exiting the application on P800</title>
 <link>http://www.newlc.com/en/topic-837</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/topic-837&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/topic-837#comments</comments>
 <category domain="http://www.newlc.com/en/forums/uiq">UIQ</category>
 <pubDate>Wed, 19 Nov 2003 12:59:56 +0100</pubDate>
 <dc:creator>sanket</dc:creator>
 <guid isPermaLink="false">1910 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
