<?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 Error [i386&#x5C;chkesp.c]]]></title><description><![CDATA[<p>Hallo !</p>
<p>Folgendes Problem ... wenn ich meine App im Debug Mode ausführe bekomme ich folgenden Fehler:</p>
<pre><code>Debug Error !

Program : MyApp.EXE
Module :
File : i386\chkesp.c
Line : 42
The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
</code></pre>
<p>In der Release Version tritt dieser Fehler nicht bzw. kein Fehler auf. Wenn ich folgende (sehr hamlose) Codezeile auskommentiere bekomme ich keinen Debug Error:</p>
<pre><code class="language-cpp">UINT num = 0;
num = waveOutGetNumDevs(); // &lt;-- DIESE ZEILE IST GEMEINT !!!
</code></pre>
<p>Weiß jemand Rat ?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/82631/debug-error-i386-chkesp-c</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 11:26:07 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/82631.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Aug 2004 18:11:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Debug Error [i386&#x5C;chkesp.c] on Thu, 12 Aug 2004 18:11:37 GMT]]></title><description><![CDATA[<p>Hallo !</p>
<p>Folgendes Problem ... wenn ich meine App im Debug Mode ausführe bekomme ich folgenden Fehler:</p>
<pre><code>Debug Error !

Program : MyApp.EXE
Module :
File : i386\chkesp.c
Line : 42
The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
</code></pre>
<p>In der Release Version tritt dieser Fehler nicht bzw. kein Fehler auf. Wenn ich folgende (sehr hamlose) Codezeile auskommentiere bekomme ich keinen Debug Error:</p>
<pre><code class="language-cpp">UINT num = 0;
num = waveOutGetNumDevs(); // &lt;-- DIESE ZEILE IST GEMEINT !!!
</code></pre>
<p>Weiß jemand Rat ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/581241</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/581241</guid><dc:creator><![CDATA[HaJo.]]></dc:creator><pubDate>Thu, 12 Aug 2004 18:11:37 GMT</pubDate></item></channel></rss>