<?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[HWND datentyp in klasse nicht deklarierbar]]></title><description><![CDATA[<p>hallo.<br />
wollte gestern ne neue klasse screiben und im private bereich dann ein handle nehmen.</p>
<pre><code class="language-cpp">class tScreenshot
{
  private:  
           int width;
           int height;
           bool full;
           HWND activeWindow;
 public:  int Getwidth();
          HWND GetWindow();
.
.
.
};
</code></pre>
<p>und jetzt geht es auch schon los....</p>
<p>er kennt HWND. aber wenn ich es im Programmcode mache, kennt er es. kennt ihr das problem?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/141566/hwnd-datentyp-in-klasse-nicht-deklarierbar</link><generator>RSS for Node</generator><lastBuildDate>Mon, 03 Aug 2026 18:46:35 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/141566.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 23 Mar 2006 09:10:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to HWND datentyp in klasse nicht deklarierbar on Thu, 23 Mar 2006 09:10:32 GMT]]></title><description><![CDATA[<p>hallo.<br />
wollte gestern ne neue klasse screiben und im private bereich dann ein handle nehmen.</p>
<pre><code class="language-cpp">class tScreenshot
{
  private:  
           int width;
           int height;
           bool full;
           HWND activeWindow;
 public:  int Getwidth();
          HWND GetWindow();
.
.
.
};
</code></pre>
<p>und jetzt geht es auch schon los....</p>
<p>er kennt HWND. aber wenn ich es im Programmcode mache, kennt er es. kennt ihr das problem?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1022190</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1022190</guid><dc:creator><![CDATA[dern00b]]></dc:creator><pubDate>Thu, 23 Mar 2006 09:10:32 GMT</pubDate></item><item><title><![CDATA[Reply to HWND datentyp in klasse nicht deklarierbar on Thu, 23 Mar 2006 09:13:20 GMT]]></title><description><![CDATA[<p>dern00b schrieb:</p>
<blockquote>
<p>er kennt HWND. aber wenn ich es im Programmcode mache, kennt er es</p>
</blockquote>
<p>Häh??? Bitte genauer! Header inkludiert?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1022192</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1022192</guid><dc:creator><![CDATA[Sunday]]></dc:creator><pubDate>Thu, 23 Mar 2006 09:13:20 GMT</pubDate></item><item><title><![CDATA[Reply to HWND datentyp in klasse nicht deklarierbar on Thu, 23 Mar 2006 09:25:57 GMT]]></title><description><![CDATA[<p>naja. wenn du einfach nur eine leere form hast und schreibst oben drüber in der cpp</p>
<pre><code class="language-cpp">struct test
{
	int a,b,c,d;
	double test1;
	HWND one;
	HWND two;
	int Getprize();
	void Ausgabe();
	HWND hall();
};
</code></pre>
<p>dann sagt er immer zu den hwnd's type name excpected</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1022205</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1022205</guid><dc:creator><![CDATA[dern00b]]></dc:creator><pubDate>Thu, 23 Mar 2006 09:25:57 GMT</pubDate></item><item><title><![CDATA[Reply to HWND datentyp in klasse nicht deklarierbar on Thu, 23 Mar 2006 09:27:05 GMT]]></title><description><![CDATA[<p>Ist windows.h inkludiert?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1022206</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1022206</guid><dc:creator><![CDATA[Braunstein]]></dc:creator><pubDate>Thu, 23 Mar 2006 09:27:05 GMT</pubDate></item><item><title><![CDATA[Reply to HWND datentyp in klasse nicht deklarierbar on Thu, 23 Mar 2006 09:45:06 GMT]]></title><description><![CDATA[<p>mit windows.h gehts....<br />
danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1022220</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1022220</guid><dc:creator><![CDATA[dern00b]]></dc:creator><pubDate>Thu, 23 Mar 2006 09:45:06 GMT</pubDate></item></channel></rss>