<?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[Proplem mit String länge]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe in proplem mit der länge innes CString.<br />
in meinen Programm bastel ich eine string zusamen für ein Komandozeilen aufruf.</p>
<pre><code class="language-cpp">CString command=&quot;&quot;;
command=m_geotools+&quot;\\geoTools AlkPostProc &quot;+m_INI+&quot; rowTag=&quot;+m_TAG+&quot; MasterFolder=&quot;+m_mFld+&quot; 
InputFolder=&quot;+m_iFld+&quot;\\erst delFile= makeMain=&quot;+t1+
&quot; makeArrows=&quot;+t2+&quot; makeAnnos=&quot;+t3+&quot; flst_besch=&quot;+t4+&quot; geb_hnr=&quot;+t5+&quot; geb=&quot;+t6+
&quot; flach=&quot;+t7+&quot; flst=&quot;+t8+&quot; lin=&quot;+t9+&quot; punkte=&quot;+t10+&quot; text=&quot;+t11+&quot; &gt; &quot;+m_iFld+&quot;\\aus.txt&quot;;
</code></pre>
<p>aber beim ausfüren kommt ein speicherfehler.<br />
der Debuger zeigt mir das der string aubgeschniten ist.<br />
[man]<br />
command {&quot;D:\dev\vc60\geoTools AlkPostProc D:\dev\vc60\alk.ini rowTag=Neukirch MasterFolder=D:\aaa\Neukirch\master InputFolder=D:\aaa\Neukirch\erst delFile= makeMain=1 makeArrows=0 makeAnnos=0 flst_besch=0 geb_hnr=0 geb=0 flach=0 flst=0 lin=0 punkte=0 text=1 &gt; D&quot;<br />
[/man]<br />
wie bekomt man in den string alles rein? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p>Oder habe ich was falsch gemacht??</p>
<p>MFG TaccoGo</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/84147/proplem-mit-string-länge</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 00:44:03 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/84147.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 27 Aug 2004 08:19:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Proplem mit String länge on Fri, 27 Aug 2004 08:19:14 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe in proplem mit der länge innes CString.<br />
in meinen Programm bastel ich eine string zusamen für ein Komandozeilen aufruf.</p>
<pre><code class="language-cpp">CString command=&quot;&quot;;
command=m_geotools+&quot;\\geoTools AlkPostProc &quot;+m_INI+&quot; rowTag=&quot;+m_TAG+&quot; MasterFolder=&quot;+m_mFld+&quot; 
InputFolder=&quot;+m_iFld+&quot;\\erst delFile= makeMain=&quot;+t1+
&quot; makeArrows=&quot;+t2+&quot; makeAnnos=&quot;+t3+&quot; flst_besch=&quot;+t4+&quot; geb_hnr=&quot;+t5+&quot; geb=&quot;+t6+
&quot; flach=&quot;+t7+&quot; flst=&quot;+t8+&quot; lin=&quot;+t9+&quot; punkte=&quot;+t10+&quot; text=&quot;+t11+&quot; &gt; &quot;+m_iFld+&quot;\\aus.txt&quot;;
</code></pre>
<p>aber beim ausfüren kommt ein speicherfehler.<br />
der Debuger zeigt mir das der string aubgeschniten ist.<br />
[man]<br />
command {&quot;D:\dev\vc60\geoTools AlkPostProc D:\dev\vc60\alk.ini rowTag=Neukirch MasterFolder=D:\aaa\Neukirch\master InputFolder=D:\aaa\Neukirch\erst delFile= makeMain=1 makeArrows=0 makeAnnos=0 flst_besch=0 geb_hnr=0 geb=0 flach=0 flst=0 lin=0 punkte=0 text=1 &gt; D&quot;<br />
[/man]<br />
wie bekomt man in den string alles rein? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p>Oder habe ich was falsch gemacht??</p>
<p>MFG TaccoGo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/592787</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/592787</guid><dc:creator><![CDATA[TaccoGo]]></dc:creator><pubDate>Fri, 27 Aug 2004 08:19:14 GMT</pubDate></item><item><title><![CDATA[Reply to Proplem mit String länge on Fri, 27 Aug 2004 08:45:12 GMT]]></title><description><![CDATA[<p>Lass dir den String per TRACE ausgeben - der Debugger schneidet bei 255 Zeichen ab. <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="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/592816</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/592816</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Fri, 27 Aug 2004 08:45:12 GMT</pubDate></item></channel></rss>