<?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[StringReplace und Windows98]]></title><description><![CDATA[<p>guten tag forum!</p>
<p>ich hab mal wieder ein problem!<br />
Ich schreibe ein programm, welches am besten unter win9x und winxp laufen soll, kompiliere es aber unter winxp.<br />
das einzige problem derzeit noch ist der STRINGREPLACE</p>
<p>unter win xp funktiniert alles wunderbar, nur unter win98SE (um genau zu sein) macht er mir fehler</p>
<p>normalerweise sollte:<br />
C:\\PROGRAMMVERZEICHNIS\\<br />
in einer string variable stehen. Ich realisiere es durch:<br />
Exepath=Application-&gt;ExeName;<br />
Exepath=StringReplace(Exepath, &quot;\&quot;, &quot;\\\&quot;, TReplaceFlags() &lt;&lt; rfReplaceAll);<br />
Exepath=StringReplace(Exepath, &quot;NAME.EXE&quot;, &quot;&quot;, TReplaceFlags() &lt;&lt; rfReplaceAll);</p>
<p>Jedoch gibt er mir unter Win9x den fehler aus das eine Datei namens:<br />
Datei C:\\PROGRAMMVERZEICHNIS\\NAME.EXEmap\1.jpg kann nicht geöffnet werden.<br />
Folge dessen wird der StringReplace einmal nicht und einmal zuviel ausgeführt.<br />
Jemand eine idee woran das liegt und wie ich den fehler beheben kann?!?</p>
<p>Thx schonmal <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /><br />
Grüße</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/133307/stringreplace-und-windows98</link><generator>RSS for Node</generator><lastBuildDate>Fri, 31 Jul 2026 13:34:41 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/133307.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Jan 2006 19:30:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to StringReplace und Windows98 on Mon, 16 Jan 2006 19:30:02 GMT]]></title><description><![CDATA[<p>guten tag forum!</p>
<p>ich hab mal wieder ein problem!<br />
Ich schreibe ein programm, welches am besten unter win9x und winxp laufen soll, kompiliere es aber unter winxp.<br />
das einzige problem derzeit noch ist der STRINGREPLACE</p>
<p>unter win xp funktiniert alles wunderbar, nur unter win98SE (um genau zu sein) macht er mir fehler</p>
<p>normalerweise sollte:<br />
C:\\PROGRAMMVERZEICHNIS\\<br />
in einer string variable stehen. Ich realisiere es durch:<br />
Exepath=Application-&gt;ExeName;<br />
Exepath=StringReplace(Exepath, &quot;\&quot;, &quot;\\\&quot;, TReplaceFlags() &lt;&lt; rfReplaceAll);<br />
Exepath=StringReplace(Exepath, &quot;NAME.EXE&quot;, &quot;&quot;, TReplaceFlags() &lt;&lt; rfReplaceAll);</p>
<p>Jedoch gibt er mir unter Win9x den fehler aus das eine Datei namens:<br />
Datei C:\\PROGRAMMVERZEICHNIS\\NAME.EXEmap\1.jpg kann nicht geöffnet werden.<br />
Folge dessen wird der StringReplace einmal nicht und einmal zuviel ausgeführt.<br />
Jemand eine idee woran das liegt und wie ich den fehler beheben kann?!?</p>
<p>Thx schonmal <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /><br />
Grüße</p>
]]></description><link>https://www.c-plusplus.net/forum/post/968331</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/968331</guid><dc:creator><![CDATA[Michael_MX5]]></dc:creator><pubDate>Mon, 16 Jan 2006 19:30:02 GMT</pubDate></item><item><title><![CDATA[Reply to StringReplace und Windows98 on Tue, 17 Jan 2006 05:36:04 GMT]]></title><description><![CDATA[<p>ein \ ist durch \\ darzustellen</p>
<p><a href="http://www.marquardtnet.info/cecke/quickies.1/1_quicky_40.html" rel="nofollow">http://www.marquardtnet.info/cecke/quickies.1/1_quicky_40.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/968544</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/968544</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Tue, 17 Jan 2006 05:36:04 GMT</pubDate></item><item><title><![CDATA[Reply to StringReplace und Windows98 on Tue, 17 Jan 2006 06:34:50 GMT]]></title><description><![CDATA[<p>ExtractFilePath() // Mit schließendem \<br />
ExtractFileDir() // Ohne schließendes \</p>
]]></description><link>https://www.c-plusplus.net/forum/post/968554</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/968554</guid><dc:creator><![CDATA[Reyx]]></dc:creator><pubDate>Tue, 17 Jan 2006 06:34:50 GMT</pubDate></item></channel></rss>