<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[SaveToStream funktioniert nicht]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>was mache ich hier falsch?</p>
<p>TStream *tsStream;<br />
TStringList *tslList;</p>
<p>ttreeview1-&gt;SaveToStream(tsStream);<br />
tslList-&gt;LoadFromStream(tsStream);</p>
<p>Jedesmal wenn das Programm zu dem ttreeview1-&gt;SaveToStream(tsStream) kommt<br />
bekomme ich einen. Access violation at address nnn in module 'nnn.dll'. Write of address ...</p>
<p>Kann mir da jemand helfen?</p>
<p>Gruss und danke<br />
kea_</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/161875/savetostream-funktioniert-nicht</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 15:23:00 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/161875.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Oct 2006 20:25:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SaveToStream funktioniert nicht on Wed, 11 Oct 2006 20:25:53 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>was mache ich hier falsch?</p>
<p>TStream *tsStream;<br />
TStringList *tslList;</p>
<p>ttreeview1-&gt;SaveToStream(tsStream);<br />
tslList-&gt;LoadFromStream(tsStream);</p>
<p>Jedesmal wenn das Programm zu dem ttreeview1-&gt;SaveToStream(tsStream) kommt<br />
bekomme ich einen. Access violation at address nnn in module 'nnn.dll'. Write of address ...</p>
<p>Kann mir da jemand helfen?</p>
<p>Gruss und danke<br />
kea_</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1153175</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1153175</guid><dc:creator><![CDATA[kea_]]></dc:creator><pubDate>Wed, 11 Oct 2006 20:25:53 GMT</pubDate></item><item><title><![CDATA[Reply to SaveToStream funktioniert nicht on Wed, 11 Oct 2006 20:30:44 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>vermutlich hast du weder für den Stream noch für die StringList eine gültige Instanz angelegt. Benke das TStream selber abstrakt ist, du must eine Instanz der abgeleiteten Klassen erstellen, zum Beispiel TFileStream</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1153177</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1153177</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 11 Oct 2006 20:30:44 GMT</pubDate></item><item><title><![CDATA[Reply to SaveToStream funktioniert nicht on Thu, 12 Oct 2006 12:49:39 GMT]]></title><description><![CDATA[<p>Danke für die Antwort...</p>
<p>Hab mich in das Thema <strong>Abstrakte Klassen</strong> einlesen müssen!<br />
Ich glaube ich habe verstanden wie das Funktioniert.<br />
Hatte das mal im Studium ist aber schon lange her.</p>
<p>Gruss und danke für die rasche Antwort<br />
kea_</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1153555</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1153555</guid><dc:creator><![CDATA[kea_]]></dc:creator><pubDate>Thu, 12 Oct 2006 12:49:39 GMT</pubDate></item></channel></rss>