<?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 storing to stream - Comments</title>
 <link>http://www.newlc.com/topic-9572</link>
 <description>Comments for &quot;CFbsBitmap storing to stream&quot;</description>
 <language>en</language>
<item>
 <title>Re: CFbsBitmap storing to stream</title>
 <link>http://www.newlc.com/topic-9572#comment-23489</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;The problem here seems to be that CFbsBitmap::Externalize() doesn&amp;#039;t write a .mbm file, like you seem to expect,&lt;br /&gt;but some internal format that only CFbsBitmap::Internalize understand. (or someone reverse enginering it).&lt;br /&gt;&lt;br /&gt;You need to rethink your file strategy. Externalize/Internalize is mainly used when you want to pack several types of data into one file, its not ment to write any particular file standard, just any data that Internalize would need to recreate the object.&lt;br /&gt;&lt;br /&gt;If you want to write several of your CFbsBitmap(s) in a .mbm, take a look at the CFbsBitmap::StoreL function instead. &lt;br /&gt;If you only want one, why not use CFbsBitmap::Save?&lt;br /&gt;If you want to create your own fileformat, go with Externalize/Internalize&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 12 Aug 2005 21:14:57 +0200</pubDate>
 <dc:creator>alh</dc:creator>
 <guid isPermaLink="false">comment 23489 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CFbsBitmap storing to stream</title>
 <link>http://www.newlc.com/topic-9572#comment-23488</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;check the class documentation and headers for the bitmap class, it should have internalize &amp;amp; externalize functions for internalizing &amp;amp; externalizing the image.&lt;br /&gt;&lt;br /&gt;yucca&lt;/div&gt;</description>
 <pubDate>Fri, 05 Aug 2005 05:42:04 +0200</pubDate>
 <dc:creator>yucca</dc:creator>
 <guid isPermaLink="false">comment 23488 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CFbsBitmap storing to stream</title>
 <link>http://www.newlc.com/topic-9572#comment-23487</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Problem is that I need store CFbsBitmap to file through stream&lt;br /&gt;&lt;br /&gt;But result of &lt;br /&gt;RWriteStream::Create(RFS, filename, iFlags)&lt;br /&gt;RWriteStream::Open(RFS, filename, iFlags)&lt;br /&gt;CFbsBitmap::ExternalizeL(RWriteStream)&lt;br /&gt;&lt;br /&gt;is not save like&lt;br /&gt;CFbsBitmap::Save(filename)&lt;br /&gt;&lt;br /&gt;So please if I start &lt;br /&gt;RWriteStream::Create(RFS, filename, iFlags)&lt;br /&gt;RWriteStream::Open(RFS, filename, iFlags)&lt;br /&gt;what next? how to save CFbsBitmap to stream&lt;br /&gt;&lt;br /&gt;after for test I will use&lt;br /&gt;CFbsBitmap::Load(filename)&lt;br /&gt;&lt;br /&gt;Thanks&lt;/div&gt;</description>
 <pubDate>Thu, 04 Aug 2005 13:55:22 +0200</pubDate>
 <dc:creator>adamis</dc:creator>
 <guid isPermaLink="false">comment 23487 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CFbsBitmap storing to stream</title>
 <link>http://www.newlc.com/topic-9572#comment-23486</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi&lt;br /&gt;&lt;br /&gt;What is the excat problem that you are having ? any erro notes. I have used dictionary stored succesfully with bitmaps, so maybe you should try them as well.&lt;br /&gt;&lt;br /&gt;yucca&lt;/div&gt;</description>
 <pubDate>Thu, 04 Aug 2005 12:10:18 +0200</pubDate>
 <dc:creator>yucca</dc:creator>
 <guid isPermaLink="false">comment 23486 at http://www.newlc.com</guid>
</item>
<item>
 <title>CFbsBitmap storing to stream</title>
 <link>http://www.newlc.com/topic-9572</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-9572&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/topic-9572#comments</comments>
 <category domain="http://www.newlc.com/forums/2d-3d-graphics">Bitmaps and Graphics</category>
 <pubDate>Thu, 04 Aug 2005 11:28:46 +0200</pubDate>
 <dc:creator>adamis</dc:creator>
 <guid isPermaLink="false">10048 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
