<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/txobject/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/txobject/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 11 Dec 2001 21:52:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/txobject/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>stream overlay breaks with obj-ref turned On</title><link>https://sourceforge.net/p/txobject/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There is a bug in object serialization when streaming &lt;br /&gt;
complex objects with &amp;amp;quot;Object Referencing&amp;amp;quot; turned on. &lt;br /&gt;
The problem arises when overlaying a stream on a non-&lt;br /&gt;
pointer object.&lt;/p&gt;
&lt;p&gt;void example (void)&lt;br /&gt;
{&lt;br /&gt;
txList list;&lt;br /&gt;
list.insert(new txString(&amp;amp;quot;ABC-134&amp;amp;quot;));&lt;/p&gt;
&lt;p&gt;txOut out;&lt;br /&gt;
out.objectReferencingOn(); // turn obj-ref on.&lt;/p&gt;
&lt;p&gt;out &amp;amp;lt;&amp;amp;lt; list;&lt;br /&gt;
list.clearAndDestroy();&lt;/p&gt;
&lt;p&gt;// this will fail&lt;br /&gt;
in &amp;amp;gt;&amp;amp;gt; list;&lt;/p&gt;
&lt;p&gt;// this will work&lt;br /&gt;
txList *plist&lt;br /&gt;
in &amp;amp;gt;&amp;amp;gt; plist;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;This example will work for both cases if &amp;amp;quot;Object &lt;br /&gt;
Referencing&amp;amp;quot; is turned off (off by default). I will &lt;br /&gt;
deliver a fix in the next release.&lt;/p&gt;
&lt;p&gt;Tom&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Hazel</dc:creator><pubDate>Tue, 11 Dec 2001 21:52:04 -0000</pubDate><guid>https://sourceforge.net7cc3d823fd8833d6d4bb82ca57e19b0c19d5807f</guid></item></channel></rss>