<?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[0xC0..96 Privileged Instruction  ( nur in Releaseversion )]]></title><description><![CDATA[<p>moin meister ...</p>
<pre><code class="language-cpp">TRY
	{	
		client.connectDb(m_strDbPath.operator LPCTSTR());
		// Server meldet sich bei Namen
		nRetSend=mde.SendPacket(VERSION1, CMD_HELLO, CMD_HELLO_STRING, strlen(CMD_HELLO_STRING)+1);		
	}
	CATCH(CDBException, e)
	{
		e-&gt;GetErrorMessage(szErr, 64, NULL);
		e-&gt;Delete() ;
		AddStatusText(&quot;err: db: %s&quot;, szErr);
		// Server meldet internen Fehler
		nRetSend=mde.SendPacket(VERSION1, ERR_HELLO, ERR_HELLO_STRING, strlen(ERR_HELLO_STRING)+1);
		MessageBox(NULL, &quot;1&quot;,&quot;&quot;, MB_OK);
	}
	END_CATCH;

MessageBox(NULL, &quot;2&quot;,&quot;&quot;, MB_OK);
</code></pre>
<p>Beim Austritt aus dem CATCH-Block tritt der im Titel genannte Fehler auf.<br />
Die MsgBox &quot;1&quot; kommt noch, MsgBox &quot;2&quot; erscheint nicht mehr.</p>
<p>In der Debugversion läufts wunderbar. Der gezeigte Code steckt in einer Klassemethode und ist aus einer normalen Funktion übernommen.<br />
Wobei die Funktion keinen derartigen Fehler brachte ...</p>
<p>Bitte um Hilfe, bin ratlos ...</p>
<p>mfg<br />
RB</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/75202/0xc0-96-privileged-instruction-nur-in-releaseversion</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 07:58:26 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/75202.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 28 May 2004 09:09:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 0xC0..96 Privileged Instruction  ( nur in Releaseversion ) on Fri, 28 May 2004 09:09:44 GMT]]></title><description><![CDATA[<p>moin meister ...</p>
<pre><code class="language-cpp">TRY
	{	
		client.connectDb(m_strDbPath.operator LPCTSTR());
		// Server meldet sich bei Namen
		nRetSend=mde.SendPacket(VERSION1, CMD_HELLO, CMD_HELLO_STRING, strlen(CMD_HELLO_STRING)+1);		
	}
	CATCH(CDBException, e)
	{
		e-&gt;GetErrorMessage(szErr, 64, NULL);
		e-&gt;Delete() ;
		AddStatusText(&quot;err: db: %s&quot;, szErr);
		// Server meldet internen Fehler
		nRetSend=mde.SendPacket(VERSION1, ERR_HELLO, ERR_HELLO_STRING, strlen(ERR_HELLO_STRING)+1);
		MessageBox(NULL, &quot;1&quot;,&quot;&quot;, MB_OK);
	}
	END_CATCH;

MessageBox(NULL, &quot;2&quot;,&quot;&quot;, MB_OK);
</code></pre>
<p>Beim Austritt aus dem CATCH-Block tritt der im Titel genannte Fehler auf.<br />
Die MsgBox &quot;1&quot; kommt noch, MsgBox &quot;2&quot; erscheint nicht mehr.</p>
<p>In der Debugversion läufts wunderbar. Der gezeigte Code steckt in einer Klassemethode und ist aus einer normalen Funktion übernommen.<br />
Wobei die Funktion keinen derartigen Fehler brachte ...</p>
<p>Bitte um Hilfe, bin ratlos ...</p>
<p>mfg<br />
RB</p>
]]></description><link>https://www.c-plusplus.net/forum/post/528824</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/528824</guid><dc:creator><![CDATA[RED-BARON]]></dc:creator><pubDate>Fri, 28 May 2004 09:09:44 GMT</pubDate></item><item><title><![CDATA[Reply to 0xC0..96 Privileged Instruction  ( nur in Releaseversion ) on Sat, 29 May 2004 22:58:34 GMT]]></title><description><![CDATA[<p>Schau mal in die FAQ. Da gibts was zum Thema nicht initialisierte Variablen Debug und Release Version.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/529593</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/529593</guid><dc:creator><![CDATA[Knuddlbaer]]></dc:creator><pubDate>Sat, 29 May 2004 22:58:34 GMT</pubDate></item><item><title><![CDATA[Reply to 0xC0..96 Privileged Instruction  ( nur in Releaseversion ) on Sat, 29 May 2004 23:27:51 GMT]]></title><description><![CDATA[<p>Ich bin ja kein Profi, aber bei e-&gt;Delete() ; steht das Semikolon einen Schritt zuweit Rechts?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/529595</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/529595</guid><dc:creator><![CDATA[Heinzelmännchen2004]]></dc:creator><pubDate>Sat, 29 May 2004 23:27:51 GMT</pubDate></item><item><title><![CDATA[Reply to 0xC0..96 Privileged Instruction  ( nur in Releaseversion ) on Thu, 03 Jun 2004 05:50:03 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/431">@heinzelmännchen</a></p>
<p>SCHWACHSINN ! Das ist doch pippifazegal</p>
]]></description><link>https://www.c-plusplus.net/forum/post/532091</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/532091</guid><dc:creator><![CDATA[@@]]></dc:creator><pubDate>Thu, 03 Jun 2004 05:50:03 GMT</pubDate></item></channel></rss>