<?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[das Makro TRACE(...)]]></title><description><![CDATA[<p>HALL0.</p>
<p>ich arbeite gerade mit folgendem tutorial:<br />
<a href="http://www.cpp-tutor.de/mfc/mfc/kap3/lektion5.htm" rel="nofollow">http://www.cpp-tutor.de/mfc/mfc/kap3/lektion5.htm</a></p>
<p>darin gibt es folgende methode:</p>
<pre><code class="language-cpp">void CChildView::OnPaint()
{
    CPaintDC dc(this); 
    TRACE(&quot;Fenster wird neu gezeichnet!\n&quot;);
}
</code></pre>
<p>und den kommentar:</p>
<blockquote>
<p>Immer wenn das Fenster in seiner Größe verändert wird erfolgt eine Ausgabe im Debuggerfenster.</p>
</blockquote>
<p>leider habe ich aber bei meinem projekt gar kein debuggerfenster, so dass auch keine ausgabe erfolgen kann. wo erfolgt die projekteinstellung, dass ich wieder ein debuggerfenster habe?</p>
<p>DANKE!!<br />
STICK.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/164837/das-makro-trace</link><generator>RSS for Node</generator><lastBuildDate>Fri, 31 Jul 2026 01:50:18 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/164837.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Nov 2006 08:37:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to das Makro TRACE(...) on Mon, 13 Nov 2006 08:37:29 GMT]]></title><description><![CDATA[<p>HALL0.</p>
<p>ich arbeite gerade mit folgendem tutorial:<br />
<a href="http://www.cpp-tutor.de/mfc/mfc/kap3/lektion5.htm" rel="nofollow">http://www.cpp-tutor.de/mfc/mfc/kap3/lektion5.htm</a></p>
<p>darin gibt es folgende methode:</p>
<pre><code class="language-cpp">void CChildView::OnPaint()
{
    CPaintDC dc(this); 
    TRACE(&quot;Fenster wird neu gezeichnet!\n&quot;);
}
</code></pre>
<p>und den kommentar:</p>
<blockquote>
<p>Immer wenn das Fenster in seiner Größe verändert wird erfolgt eine Ausgabe im Debuggerfenster.</p>
</blockquote>
<p>leider habe ich aber bei meinem projekt gar kein debuggerfenster, so dass auch keine ausgabe erfolgen kann. wo erfolgt die projekteinstellung, dass ich wieder ein debuggerfenster habe?</p>
<p>DANKE!!<br />
STICK.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1173397</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1173397</guid><dc:creator><![CDATA[stick_thai]]></dc:creator><pubDate>Mon, 13 Nov 2006 08:37:29 GMT</pubDate></item><item><title><![CDATA[Reply to das Makro TRACE(...) on Mon, 13 Nov 2006 08:39:06 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Bei mir befindet sich das Debug-Fenster auf der Oberfläche der IDE unten rechts (VS 2005)</p>
<p>chrische</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1173398</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1173398</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Mon, 13 Nov 2006 08:39:06 GMT</pubDate></item><item><title><![CDATA[Reply to das Makro TRACE(...) on Mon, 13 Nov 2006 08:44:45 GMT]]></title><description><![CDATA[<p>danke für die schnelle antwort. bei mir ist auch dort, hatte es aber nicht wahrgenommen!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1173401</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1173401</guid><dc:creator><![CDATA[stick_thai]]></dc:creator><pubDate>Mon, 13 Nov 2006 08:44:45 GMT</pubDate></item><item><title><![CDATA[Reply to das Makro TRACE(...) on Mon, 13 Nov 2006 15:59:13 GMT]]></title><description><![CDATA[<p>Es gibt noch ein externes Programm das die laufenden TRACES ausgibt, geschickt wenn man auf einem Rechner auf dem kein VS verfügbar ist um evtl. Fehler zu finden, die Debug Trace ausgabe anschauen will.</p>
<p><a href="http://www.microsoft.com/technet/sysinternals/Miscellaneous/DebugView.mspx" rel="nofollow">http://www.microsoft.com/technet/sysinternals/Miscellaneous/DebugView.mspx</a></p>
<p>gruss<br />
Marcus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1173780</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1173780</guid><dc:creator><![CDATA[UserMarcus]]></dc:creator><pubDate>Mon, 13 Nov 2006 15:59:13 GMT</pubDate></item></channel></rss>