<?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 - CFbsBitmap::StoreL - Comments</title>
 <link>http://www.newlc.com/en/topic-16647</link>
 <description>Comments for &quot;CFbsBitmap::StoreL&quot;</description>
 <language>en</language>
<item>
 <title>Re: CFbsBitmap::StoreL</title>
 <link>http://www.newlc.com/en/topic-16647#comment-40070</link>
 <description>&lt;p&gt;This is the solution:&lt;br /&gt;
&lt;pre class=&quot;bb-code-block&quot;&gt;
CFbsBitmap::StoreL(mbmfile, 8, (const TDesC16**)aSource, aSourceIds);
&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Cheers&lt;/p&gt;</description>
 <pubDate>Mon, 23 Jul 2007 12:17:32 +0200</pubDate>
 <dc:creator>Luca</dc:creator>
 <guid isPermaLink="false">comment 40070 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CFbsBitmap::StoreL</title>
 <link>http://www.newlc.com/en/topic-16647#comment-39839</link>
 <description>&lt;p&gt;I donno whether you are still looking for solution. if you are, then out this link &lt;a href=&quot;http://discussion.forum.nokia.com/forum/archive/index.php/t-72040.html&quot;&gt;http://discussion.forum.nokia.com/forum/archive/index.php/t-72040.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Cheers,&lt;br /&gt;
Sri&lt;/p&gt;</description>
 <pubDate>Thu, 12 Jul 2007 05:17:44 +0200</pubDate>
 <dc:creator>srikanth</dc:creator>
 <guid isPermaLink="false">comment 39839 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CFbsBitmap::StoreL</title>
 <link>http://www.newlc.com/en/topic-16647#comment-39367</link>
 <description>&lt;p&gt;hi Luca&lt;/p&gt;

&lt;p&gt;Please tell me how i can pass the parameters to CFbsBitmap::StoreL() function specially const TDesC *aSources[].&lt;/p&gt;

&lt;p&gt;regards&lt;br /&gt;
Himanshu&lt;/p&gt;</description>
 <pubDate>Thu, 21 Jun 2007 07:48:57 +0200</pubDate>
 <dc:creator>hag_01cs25</dc:creator>
 <guid isPermaLink="false">comment 39367 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CFbsBitmap::StoreL</title>
 <link>http://www.newlc.com/en/topic-16647#comment-35725</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Thank you very much Andreas, now it&amp;#039;s ok!!!!Â  &lt;img src=&quot;/en/sites/all/modules/smf_filter/smf_smileys/grin.gif&quot; alt=&quot;Grin&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Bye, Luca&lt;/div&gt;</description>
 <pubDate>Fri, 10 Nov 2006 11:15:27 +0100</pubDate>
 <dc:creator>Luca</dc:creator>
 <guid isPermaLink="false">comment 35725 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CFbsBitmap::StoreL</title>
 <link>http://www.newlc.com/en/topic-16647#comment-35724</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I found this from Google code search, try if this works:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http&amp;#58;//www.google.com/codesearch?q=+CFbsBitmap+StoreL+show&amp;#58;ZO1ltV-pHk8&amp;#58;PJuT_oRhvCU&amp;#58;jzcZTTQ_E3A&amp;amp;sa=N&amp;amp;cd=1&amp;amp;ct=rc&amp;amp;cs_p=http&amp;#58;//kotisivu.mtv3.fi/Applari/ege_sources.zip&amp;amp;cs_f=ege/ege3d/src/orange.cpp#a0&quot; target=&quot;_blank&quot;&gt;http://www.google.com/codesearch?q=+CFbsBitmap+StoreL+show:ZO1ltV-pHk8:PJuT_oRhvCU:jzcZTTQ_E3A&amp;amp;sa=N&amp;amp;cd=1&amp;amp;ct=rc&amp;amp;cs_p=http://kotisivu.mtv3.fi/Applari/ege_sources.zip&amp;amp;cs_f=ege/ege3d/src/orange.cpp#a0&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 10 Nov 2006 09:54:57 +0100</pubDate>
 <dc:creator>Andreas</dc:creator>
 <guid isPermaLink="false">comment 35724 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CFbsBitmap::StoreL</title>
 <link>http://www.newlc.com/en/topic-16647#comment-35723</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi Andreas, &lt;br /&gt;&lt;br /&gt;I tried but the there&amp;#039;s the same problem too!!!&lt;br /&gt;I also tried with RBuf16 like :&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;const RBuf16 aSource[8];&lt;br /&gt;_LIT(mbmfile,&amp;quot;C:\\mbmfile.mbm&amp;quot;);&lt;br /&gt;TInt32 aSourceIds[8];&lt;br /&gt;TInt FrameNum=ImageDecoder-&amp;gt;FrameCount();&lt;br /&gt;CFbsBitmap::StoreL(mbmfile, FrameNum, &amp;amp;aSource, aSourceIds);&amp;nbsp; &amp;nbsp; Here I&amp;#039;ve a &amp;quot;doesn&amp;#039;t match&amp;quot; error compiling&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;... but nothing&amp;nbsp; &lt;img src=&quot;/en/sites/all/modules/smf_filter/smf_smileys/angry.gif&quot; alt=&quot;Angry&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;I&amp;#039; m on the horns of a dilemma!!!&lt;/div&gt;</description>
 <pubDate>Fri, 10 Nov 2006 09:48:22 +0100</pubDate>
 <dc:creator>Luca</dc:creator>
 <guid isPermaLink="false">comment 35723 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CFbsBitmap::StoreL</title>
 <link>http://www.newlc.com/en/topic-16647#comment-35722</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;How about:&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;_LIT(mbmfile,&amp;quot;C:\\mbmfile.mbm&amp;quot;);&lt;br /&gt;const TBufC&amp;lt;14&amp;gt; aSource[8];&lt;br /&gt;TInt32 aSourceIds[8];&lt;br /&gt;TInt FrameNum=ImageDecoder-&amp;gt;FrameCount();&lt;br /&gt;CFbsBitmap::StoreL(mbmfile, FrameNum, &amp;amp;aSource, aSourceIds);&lt;br /&gt;&lt;/div&gt; &lt;/div&gt;</description>
 <pubDate>Fri, 10 Nov 2006 09:02:21 +0100</pubDate>
 <dc:creator>Andreas</dc:creator>
 <guid isPermaLink="false">comment 35722 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CFbsBitmap::StoreL</title>
 <link>http://www.newlc.com/en/topic-16647#comment-35721</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi alh,&lt;br /&gt;I&amp;#039;ve tried to use RBuf16 which, in effect, inherit from TDesC and in the sdk is specified that it can be passed to any function that is prototyped to take a TDesC16 type (like StoreL), but I always have the same problem compiling&lt;br /&gt;&lt;div class=&quot;codeheader&quot;&gt;Code:&lt;/div&gt;&lt;div class=&quot;code&quot;&gt;_LIT(frame1, &amp;quot;C:\\frame1.bmp&amp;quot;);&lt;br /&gt;...&lt;br /&gt;_LIT(frame8, &amp;quot;C:\\frame8.bmp&amp;quot;);&lt;br /&gt;RBuf16 aSourceBuffer[8];&lt;br /&gt;aSourceBuffer[0].Create(frame1);&lt;br /&gt;...&lt;br /&gt;aSourceBuffer[7].Create(frame8);&lt;br /&gt;const RBuf16 *aSource[8];&lt;br /&gt;aSource[0]=&amp;amp;aSourceBuffer[0];&lt;br /&gt;...&lt;br /&gt;aSource[7]=&amp;amp;aSourceBuffer[7];&lt;br /&gt;TInt32 aSourceIds[8];&lt;br /&gt;TInt FrameNum=ImageDecoder-&amp;gt;FrameCount();&lt;br /&gt;_LIT(mbmfile,&amp;quot;C:\\mbmfile.mbm&amp;quot;);&lt;br /&gt;CFbsBitmap::StoreL(mbmfile, FrameNum, aSource, aSourceIds);&lt;br /&gt;&lt;/div&gt;... if somebody can help me&lt;br /&gt;Thanks&lt;/div&gt;</description>
 <pubDate>Thu, 09 Nov 2006 18:15:14 +0100</pubDate>
 <dc:creator>Luca</dc:creator>
 <guid isPermaLink="false">comment 35721 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CFbsBitmap::StoreL</title>
 <link>http://www.newlc.com/en/topic-16647#comment-35720</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;The problem is that TBufC doesn&amp;#039;t inherit from TDesC as one would expect.&lt;br /&gt;&lt;br /&gt;youd need an array of TDesC* in some way.&lt;br /&gt;&lt;br /&gt;I&amp;#039;m not sure really what StoreL expects in that array, maybe you can use RBuf instead.&lt;br /&gt;&lt;br /&gt;But that is the reason for the compilation error at least.&lt;/div&gt;</description>
 <pubDate>Thu, 09 Nov 2006 13:55:35 +0100</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 35720 at http://www.newlc.com</guid>
</item>
<item>
 <title>CFbsBitmap::StoreL</title>
 <link>http://www.newlc.com/en/topic-16647</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-16647&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/topic-16647#comments</comments>
 <category domain="http://www.newlc.com/en/forums/2d-3d-graphics">Bitmaps and Graphics</category>
 <pubDate>Wed, 08 Nov 2006 18:37:19 +0100</pubDate>
 <dc:creator>Luca</dc:creator>
 <guid isPermaLink="false">16270 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
