<?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[Fehlermeldung]]></title><description><![CDATA[<p>Hy leute,</p>
<p>hab ein programm geschrieben:</p>
<pre><code class="language-cpp">if (Mod==1)
{
  if (i==5)
  {
    if(Merker)
    {
      Merker=0;
      if(!(DpData.InputData[5]&amp;&amp;0x02))
        MyWritefkt(6,0x00 );
    }

    switch (DpData.InputData[i])    
    {
    case 0X05:
      MyWritefkt(6,0x01 );
      m_AUTO1.ShowWindow(FALSE);
      m_AUTO2.ShowWindow(TRUE);
      break;
    case 0X02:
      Merker=1;
      break;
    }
  }
}
</code></pre>
<p>kriege aber eine fehlermeldung die ich nich verstehe:pfeil zeigt auf<br />
ASSERT(m_dwRef &lt;= 1);ist euch diese meldung bekannt</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/149090/fehlermeldung</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 23:47:57 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/149090.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Jun 2006 09:55:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fehlermeldung on Fri, 02 Jun 2006 10:01:14 GMT]]></title><description><![CDATA[<p>Hy leute,</p>
<p>hab ein programm geschrieben:</p>
<pre><code class="language-cpp">if (Mod==1)
{
  if (i==5)
  {
    if(Merker)
    {
      Merker=0;
      if(!(DpData.InputData[5]&amp;&amp;0x02))
        MyWritefkt(6,0x00 );
    }

    switch (DpData.InputData[i])    
    {
    case 0X05:
      MyWritefkt(6,0x01 );
      m_AUTO1.ShowWindow(FALSE);
      m_AUTO2.ShowWindow(TRUE);
      break;
    case 0X02:
      Merker=1;
      break;
    }
  }
}
</code></pre>
<p>kriege aber eine fehlermeldung die ich nich verstehe:pfeil zeigt auf<br />
ASSERT(m_dwRef &lt;= 1);ist euch diese meldung bekannt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1069977</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1069977</guid><dc:creator><![CDATA[toko]]></dc:creator><pubDate>Fri, 02 Jun 2006 10:01:14 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung on Fri, 02 Jun 2006 10:02:20 GMT]]></title><description><![CDATA[<p>Ich vermute mal, du wolltest etwas an deinem Window machen, bevor es fertig aufgebaut wurde (wo rufst du denn dieses Code-Fragment auf?)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1069980</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1069980</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Fri, 02 Jun 2006 10:02:20 GMT</pubDate></item></channel></rss>