<?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[Debug Errors (First-chance exception in ....)]]></title><description><![CDATA[<p>Hm ja, also meine Win32 Anwendung (geschrieben unter MSVC 6.0) läuft soweit einwandfrei. Mich stört aber folgende Fehlermeldung (im Debug fenster):</p>
<pre><code>Loaded 'C:\WINDOWS\system32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comdlg32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shlwapi.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shell32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ws2_32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ws2help.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\riched20.dll', no matching symbolic information found.
First-chance exception in project_003.exe (NTDLL.DLL): 0xC0000005: Access Violation.
[...]
</code></pre>
<p>Die Exception (letzte Fehlermeldung da oben) tritt schon während des Main-Loops auf. Ich hab leider keine Ahnung wie ich vorgehen soll, um den Fehler zu beseitigen. Any help ?</p>
<p>Muchas Gracias <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/topic/118603/debug-errors-first-chance-exception-in</link><generator>RSS for Node</generator><lastBuildDate>Sat, 04 Jul 2026 17:06:40 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/118603.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Aug 2005 11:15:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Debug Errors (First-chance exception in ....) on Mon, 22 Aug 2005 11:15:03 GMT]]></title><description><![CDATA[<p>Hm ja, also meine Win32 Anwendung (geschrieben unter MSVC 6.0) läuft soweit einwandfrei. Mich stört aber folgende Fehlermeldung (im Debug fenster):</p>
<pre><code>Loaded 'C:\WINDOWS\system32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comdlg32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shlwapi.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\shell32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ws2_32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ws2help.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\riched20.dll', no matching symbolic information found.
First-chance exception in project_003.exe (NTDLL.DLL): 0xC0000005: Access Violation.
[...]
</code></pre>
<p>Die Exception (letzte Fehlermeldung da oben) tritt schon während des Main-Loops auf. Ich hab leider keine Ahnung wie ich vorgehen soll, um den Fehler zu beseitigen. Any help ?</p>
<p>Muchas Gracias <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/856003</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856003</guid><dc:creator><![CDATA[Fandango]]></dc:creator><pubDate>Mon, 22 Aug 2005 11:15:03 GMT</pubDate></item><item><title><![CDATA[Reply to Debug Errors (First-chance exception in ....) on Mon, 22 Aug 2005 11:23:34 GMT]]></title><description><![CDATA[<p>Dann wirst du wohl etwas falsch gemacht haben. Den Grund dafür findest du in deinem Quelltext. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>Um herauszufinden, an welcher Stelle der Fehler auftritt, solltest du dein Programm schrittweise ausführen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/856013</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856013</guid><dc:creator><![CDATA[masterofx32]]></dc:creator><pubDate>Mon, 22 Aug 2005 11:23:34 GMT</pubDate></item><item><title><![CDATA[Reply to Debug Errors (First-chance exception in ....) on Mon, 22 Aug 2005 11:56:15 GMT]]></title><description><![CDATA[<p>Ne, First-Chance Exceptions sind harmlos. Das sind Exceptions die vom Betriebssystem behandelt wurden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/856053</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856053</guid><dc:creator><![CDATA[first chance]]></dc:creator><pubDate>Mon, 22 Aug 2005 11:56:15 GMT</pubDate></item><item><title><![CDATA[Reply to Debug Errors (First-chance exception in ....) on Mon, 22 Aug 2005 12:04:20 GMT]]></title><description><![CDATA[<p>first chance schrieb:</p>
<blockquote>
<p>Ne, First-Chance Exceptions sind harmlos. Das sind Exceptions die vom Betriebssystem behandelt wurden.</p>
</blockquote>
<p>Deswegen sind sie nicht gleich harmlos.</p>
<p>Fandango, wenn du MSVC benutzt, kannst du den Debugger so einstellen, dass er auch bei First Chance Exceptions anhält. Dann kannst du im Call Stack sehen, wie es zu dem Aufruf, der die Exception verursacht hat, kommt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/856069</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856069</guid><dc:creator><![CDATA[MFK]]></dc:creator><pubDate>Mon, 22 Aug 2005 12:04:20 GMT</pubDate></item><item><title><![CDATA[Reply to Debug Errors (First-chance exception in ....) on Mon, 22 Aug 2005 12:04:47 GMT]]></title><description><![CDATA[<p>Ups, da hab ich wohl nicht richtig geguckt und war wohl etwas zu vorschnell <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /> <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/856071</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856071</guid><dc:creator><![CDATA[masterofx32]]></dc:creator><pubDate>Mon, 22 Aug 2005 12:04:47 GMT</pubDate></item></channel></rss>