<?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 - Problem with decalaration of TBuf8 ??? - Comments</title>
 <link>http://www.newlc.com/en/topic-9643</link>
 <description>Comments for &quot;Problem with decalaration of TBuf8 ???&quot;</description>
 <language>en</language>
<item>
 <title>Re: Problem with decalaration of TBuf8 ???</title>
 <link>http://www.newlc.com/en/topic-9643#comment-23591</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Thanks Vivek,&lt;br /&gt;&lt;br /&gt;I use HBufC8 for dynamic buffer and this solve my problem &lt;br /&gt;&lt;br /&gt;Thanks again &lt;img src=&quot;/en/sites/all/modules/smf_filter/smf_smileys/smiley.gif&quot; alt=&quot;Smiley&quot; border=&quot;0&quot; /&gt;&lt;/div&gt;</description>
 <pubDate>Mon, 08 Aug 2005 17:19:03 +0200</pubDate>
 <dc:creator>d1</dc:creator>
 <guid isPermaLink="false">comment 23591 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Problem with decalaration of TBuf8 ???</title>
 <link>http://www.newlc.com/en/topic-9643#comment-23590</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;TBuf8 takes const value as parameter....the i you are providing is not const...thats why you are getting error....&lt;/div&gt;</description>
 <pubDate>Mon, 08 Aug 2005 09:09:17 +0200</pubDate>
 <dc:creator>impankaj24</dc:creator>
 <guid isPermaLink="false">comment 23590 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Problem with decalaration of TBuf8 ???</title>
 <link>http://www.newlc.com/en/topic-9643#comment-23589</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;compiler has to know the amount of memory to allocate&lt;br /&gt;try&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;const int i = 10;&lt;br /&gt;TBuf8&amp;lt;i&amp;gt; buf;&lt;/div&gt;or use HBufC, as vivekchopra said, if you want to change the length dynamically&lt;/div&gt;</description>
 <pubDate>Mon, 08 Aug 2005 07:58:40 +0200</pubDate>
 <dc:creator>Core_RUS_</dc:creator>
 <guid isPermaLink="false">comment 23589 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Problem with decalaration of TBuf8 ???</title>
 <link>http://www.newlc.com/en/topic-9643#comment-23588</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;TBuf is usually used for buffers of fixed lengths, hence you should use the following way:&lt;br /&gt;TBuf8&amp;lt;10&amp;gt; buf;&lt;br /&gt;&lt;br /&gt;But, if you are looking for some dynamic buffer, then you could explore using HBufC.&lt;br /&gt;&lt;br /&gt;Vivek&lt;/div&gt;</description>
 <pubDate>Mon, 08 Aug 2005 05:01:23 +0200</pubDate>
 <dc:creator>vivekchopra</dc:creator>
 <guid isPermaLink="false">comment 23588 at http://www.newlc.com</guid>
</item>
<item>
 <title>Problem with decalaration of TBuf8 ???</title>
 <link>http://www.newlc.com/en/topic-9643</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-9643&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/topic-9643#comments</comments>
 <category domain="http://www.newlc.com/en/forums/symbian-c">Symbian C++</category>
 <pubDate>Sun, 07 Aug 2005 15:25:59 +0200</pubDate>
 <dc:creator>d1</dc:creator>
 <guid isPermaLink="false">10112 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
