<?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[speichern unter dialog]]></title><description><![CDATA[<p>Hallo,</p>
<p>wie mach ich es, dass in dem speichern unter dialog schon steht wo gespeichert wird und immer wieder ein neuer name verwendet wird.<br />
Das mit dem neuen namen könnte man ja so machen das hinten an den namen einfach der tag und die uhrzeit dran gehängt wird. aber wie, mach ich das??????</p>
<pre><code class="language-cpp">CFileDialog file_dlg (false,0, (&quot;*.sml&quot;),OFN_OVERWRITEPROMPT | OFN_PATHMUSTEXIST  , 
(&quot;Files(*.sml) | *.sml | All Files (*.*) | *.* ||&quot;), this);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/53308/speichern-unter-dialog</link><generator>RSS for Node</generator><lastBuildDate>Mon, 01 Jun 2026 07:30:51 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/53308.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Oct 2003 08:00:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to speichern unter dialog on Tue, 28 Oct 2003 08:00:30 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>wie mach ich es, dass in dem speichern unter dialog schon steht wo gespeichert wird und immer wieder ein neuer name verwendet wird.<br />
Das mit dem neuen namen könnte man ja so machen das hinten an den namen einfach der tag und die uhrzeit dran gehängt wird. aber wie, mach ich das??????</p>
<pre><code class="language-cpp">CFileDialog file_dlg (false,0, (&quot;*.sml&quot;),OFN_OVERWRITEPROMPT | OFN_PATHMUSTEXIST  , 
(&quot;Files(*.sml) | *.sml | All Files (*.*) | *.* ||&quot;), this);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/381049</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381049</guid><dc:creator><![CDATA[gaga]]></dc:creator><pubDate>Tue, 28 Oct 2003 08:00:30 GMT</pubDate></item><item><title><![CDATA[Reply to speichern unter dialog on Tue, 28 Oct 2003 10:55:00 GMT]]></title><description><![CDATA[<pre><code>CTime myTime=CTime::GetCurrentTime();
CString strMyFile;
strMyFile.Format(&quot;%s %d.%d.%d %&quot;,&quot;myfiles&quot;,myTime.Day,myTime.Month,myTime.Year,&quot;.bla&quot;);
CString strFile=&quot;Meine Files (myfiles*.*)&quot;+strMyFile+&quot;|All Files(*.*)|*.*||&quot;)

CFileDialog dlg(TRUE, NULL, NULL, NULL, strFile;
</code></pre>
<p>geht vielleicht</p>
]]></description><link>https://www.c-plusplus.net/forum/post/381177</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381177</guid><dc:creator><![CDATA[f]]></dc:creator><pubDate>Tue, 28 Oct 2003 10:55:00 GMT</pubDate></item><item><title><![CDATA[Reply to speichern unter dialog on Tue, 28 Oct 2003 11:55:11 GMT]]></title><description><![CDATA[<p>anderes Problem</p>
<p>was mach ich hier:</p>
<p>Fehlendes ';' vor Bezeichner 'm_dparameterdlg'<br />
: error C2501: 'CParameterDlg' : Fehlende Speicherklasse oder Typbezeichner<br />
: error C2501: 'm_dparameterdlg' : Fehlende Speicherklasse oder Typbezeichner</p>
<p>was soll das???</p>
<p>ich bekomme den fehler nicht mehr weg, weder durch löschen der variblen noch durch bereinigen ...kann mir jemand helfen weil wäre echt doof wenn ich von vorne anfangen müsste...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/381234</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381234</guid><dc:creator><![CDATA[gaga]]></dc:creator><pubDate>Tue, 28 Oct 2003 11:55:11 GMT</pubDate></item><item><title><![CDATA[Reply to speichern unter dialog on Tue, 28 Oct 2003 12:00:41 GMT]]></title><description><![CDATA[<p>Zeig mal den Quelltextabschnitt (auch 1-2 Zeilen da drüber). Klingt aber nach einem vergessenen Include.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/381241</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381241</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Tue, 28 Oct 2003 12:00:41 GMT</pubDate></item><item><title><![CDATA[Reply to speichern unter dialog on Tue, 28 Oct 2003 12:14:07 GMT]]></title><description><![CDATA[<p>das komische ist das programm ist davor ohne probleme gelaufen, auch mit dieser variblen.<br />
Aber geht das das der sich selber das include entfernt???<br />
das include ist da</p>
<pre><code class="language-cpp">private:
	CParameterDlg  m_dparameterdlg;
	CVerbraucher66Dlg m_dverbraucher66dlg;
</code></pre>
<p>mach ichs weg hab ich über hundert fehler weil die variable ja gebraucht wird zum fenster öffnen und zum werte übergeben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/381256</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381256</guid><dc:creator><![CDATA[gaga]]></dc:creator><pubDate>Tue, 28 Oct 2003 12:14:07 GMT</pubDate></item><item><title><![CDATA[Reply to speichern unter dialog on Tue, 28 Oct 2003 12:33:05 GMT]]></title><description><![CDATA[<p>Hmm, sieht soweit okay aus... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
<p>Ich schiesse also mal ins blaue:<br />
1.) Die benötigte Datei wird VOR stdafx.h included. -&gt; Alles vor DEM include wird ignoriert.<br />
2.) Du hast dir einen &quot;Kreisinclude&quot; gebaut, d.h. Datei A included B und B included A. Das darf auch nicht sein und die Fehlermeldungen dazu sind nicht sehr sinnvoll.</p>
<p>Das waren meine Ideen. Für alles weitere muss man mindestens die ganze Datei kennen.</p>
<p>Viel Glück</p>
]]></description><link>https://www.c-plusplus.net/forum/post/381266</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381266</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Tue, 28 Oct 2003 12:33:05 GMT</pubDate></item><item><title><![CDATA[Reply to speichern unter dialog on Wed, 29 Oct 2003 06:44:39 GMT]]></title><description><![CDATA[<p>danke für deine hilfe<br />
hab das programm verworfen, hab noch eine älter kopie davon gehabt <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 />
Es ging nämlich gar nichts mehr, aber wie gut das ich noch eine kopie hatte (puh)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/381668</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381668</guid><dc:creator><![CDATA[gaga]]></dc:creator><pubDate>Wed, 29 Oct 2003 06:44:39 GMT</pubDate></item></channel></rss>