<?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[Ableiten einer Klasse funzt nicht ..]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich übergebe this bei einem Threadaufruf. (hier das p)</p>
<p>mit</p>
<p>meine Threadfunktion :</p>
<pre><code>#include &quot;Meine_andere_Klasse_mit_CMeinModul.h&quot;

unsigned long WINAPI CMeineKlasse::ThreadProc(void* p)
{
	CMeinModul* parent = (CMeinModul*) p;

...
</code></pre>
<p>nun tritt folgender Effect auf:<br />
In der IDE kann ich auf CMeinModul gehen und es erscheint das Popup<br />
&quot;Class CMeinModul&quot;. Damit sollte doch klar sein, das CMeinModul eine<br />
Klasse ist ?<br />
Nun sagt der Kompiler aber, das CMeinModul ein unbekannter Bezeichner sei ?</p>
<p>Wo fehlt es da ?</p>
<p>mfg<br />
thenoname</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/88804/ableiten-einer-klasse-funzt-nicht</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 09:18:03 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/88804.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Oct 2004 12:24:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ableiten einer Klasse funzt nicht .. on Wed, 13 Oct 2004 12:26:58 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich übergebe this bei einem Threadaufruf. (hier das p)</p>
<p>mit</p>
<p>meine Threadfunktion :</p>
<pre><code>#include &quot;Meine_andere_Klasse_mit_CMeinModul.h&quot;

unsigned long WINAPI CMeineKlasse::ThreadProc(void* p)
{
	CMeinModul* parent = (CMeinModul*) p;

...
</code></pre>
<p>nun tritt folgender Effect auf:<br />
In der IDE kann ich auf CMeinModul gehen und es erscheint das Popup<br />
&quot;Class CMeinModul&quot;. Damit sollte doch klar sein, das CMeinModul eine<br />
Klasse ist ?<br />
Nun sagt der Kompiler aber, das CMeinModul ein unbekannter Bezeichner sei ?</p>
<p>Wo fehlt es da ?</p>
<p>mfg<br />
thenoname</p>
]]></description><link>https://www.c-plusplus.net/forum/post/627656</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/627656</guid><dc:creator><![CDATA[thenoname]]></dc:creator><pubDate>Wed, 13 Oct 2004 12:26:58 GMT</pubDate></item><item><title><![CDATA[Reply to Ableiten einer Klasse funzt nicht .. on Wed, 13 Oct 2004 14:47:00 GMT]]></title><description><![CDATA[<p>habs gefunden ...<br />
hatte zwar die .h eingebunden, stand nur nix drin <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>
]]></description><link>https://www.c-plusplus.net/forum/post/627862</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/627862</guid><dc:creator><![CDATA[thenoname response]]></dc:creator><pubDate>Wed, 13 Oct 2004 14:47:00 GMT</pubDate></item></channel></rss>