<?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[Wie hänge ich Text an ein bereits existierendes Textfile dran ?]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich habe ein Textfile und möchte da jetzt noch neue Textzeilen dranhängen.<br />
Wie tue ich da ?</p>
<p>Folgender code überschreibt mir immer alles:</p>
<pre><code class="language-asm">invoke CreateFile,addr szPath,GENERIC_WRITE,FILE_SHARE_WRITE,0,OPEN_EXISTING,0,0
mov hFile, eax
invoke WriteFile, hFile, addr buffer, sizeof buffer, addr WriteSize, 0
invoke CloseHandle, hFile
</code></pre>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/67420/wie-hänge-ich-text-an-ein-bereits-existierendes-textfile-dran</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Apr 2026 05:02:41 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/67420.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Mar 2004 13:32:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wie hänge ich Text an ein bereits existierendes Textfile dran ? on Mon, 08 Mar 2004 13:32:52 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich habe ein Textfile und möchte da jetzt noch neue Textzeilen dranhängen.<br />
Wie tue ich da ?</p>
<p>Folgender code überschreibt mir immer alles:</p>
<pre><code class="language-asm">invoke CreateFile,addr szPath,GENERIC_WRITE,FILE_SHARE_WRITE,0,OPEN_EXISTING,0,0
mov hFile, eax
invoke WriteFile, hFile, addr buffer, sizeof buffer, addr WriteSize, 0
invoke CloseHandle, hFile
</code></pre>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/475731</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/475731</guid><dc:creator><![CDATA[API-USer]]></dc:creator><pubDate>Mon, 08 Mar 2004 13:32:52 GMT</pubDate></item><item><title><![CDATA[Reply to Wie hänge ich Text an ein bereits existierendes Textfile dran ? on Mon, 08 Mar 2004 14:05:04 GMT]]></title><description><![CDATA[<p>habs schon!</p>
<pre><code class="language-asm">invoke SetFilePointer, hFile,0,0,FILE_END
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/475737</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/475737</guid><dc:creator><![CDATA[API-USer]]></dc:creator><pubDate>Mon, 08 Mar 2004 14:05:04 GMT</pubDate></item><item><title><![CDATA[Reply to Wie hänge ich Text an ein bereits existierendes Textfile dran ? on Mon, 08 Mar 2004 14:06:10 GMT]]></title><description><![CDATA[<p>Oha, Assembler! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/475738</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/475738</guid><dc:creator><![CDATA[Aziz]]></dc:creator><pubDate>Mon, 08 Mar 2004 14:06:10 GMT</pubDate></item></channel></rss>