<?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 - Active Object problem, CBase 42 error - Comments</title>
 <link>http://www.newlc.com/topic-7747</link>
 <description>Comments for &quot;Active Object problem, CBase 42 error&quot;</description>
 <language>en</language>
<item>
 <title>Active Object problem, CBase 42 error</title>
 <link>http://www.newlc.com/topic-7747#comment-19783</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I means you are doing something like (using a socket here, but principle the same for anything that takes a TRequestStatus):&lt;br /&gt;&lt;br /&gt;iSocket.Write(iStatus...);&lt;br /&gt;SetActive();&lt;br /&gt;&lt;br /&gt;Thats fine, but then, before that write has finished, you are calling SetActive again.&lt;br /&gt;&lt;br /&gt;You are not allowed to call SetActive on that one active object until that write has fininshed (i.e. RunL has been called - you can call SetActive again from within RunL too). &amp;nbsp;Or of course, you cancel the Write.&lt;br /&gt;&lt;br /&gt;If you wish to do something else in the mean time, wait on something else for instance, then yes, you must use another active object.&lt;/div&gt;</description>
 <pubDate>Tue, 17 May 2005 10:16:26 +0200</pubDate>
 <dc:creator>didster</dc:creator>
 <guid isPermaLink="false">comment 19783 at http://www.newlc.com</guid>
</item>
<item>
 <title>Active Object problem, CBase 42 error</title>
 <link>http://www.newlc.com/topic-7747</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/topic-7747&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/topic-7747#comments</comments>
 <category domain="http://www.newlc.com/forums/symbian-c">Symbian C++</category>
 <pubDate>Tue, 17 May 2005 09:48:49 +0200</pubDate>
 <dc:creator>soujirou</dc:creator>
 <guid isPermaLink="false">8346 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
