<?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[Fenster erstellen Problem]]></title><description><![CDATA[<p>Hi leute,<br />
ich bin gerade dabei ein fenster zu erstellen dabei bekomme ich ein error ich gebe erstmal den code:</p>
<pre><code>#include &lt;windows.h&gt;

typedef struct _WNDCLASSEX
{
	UINT		cbSize;
	UINT		style;
	WNDPROC		lpfnWndProc;
	int			cbClsExtra;
	int			cbWndExtra;
	HINSTANCE	hInstance;
	HICON		hIcon;
	HCURSOR		hCursor;
	HBRUSH		hbrBackround;
	LPCTSTR		lpszMenuName;

	HICON		hIconSm;
};

HWND CreateWindowEx(
	DWORD dwExStyle,
	LPCTSTR lpClassName,
	LPCTSTR lpWindowName,
	DWORD dwStyle,
	int x,
	int y,
	int nWidth,
	int nHeight,
	HWND hWndParent,
	HMENU hMenu,
	HINSTANCE hInstance,
	LPVOID lpParam
	);///////////////Error

int WINAPI WinMain(HINSTANCE hInstance,
				   HINSTANCE hPrevInstance,
				   LPSTR lpCmdLine,
				   int nCmdShow)

{
	return 0;
}
</code></pre>
<p>uns ich bekomme bei dem Markierten diesen error:<br />
error C2373: 'CreateWindowExA': Neudefinition; unterschiedliche Modifizierer</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/316785/fenster-erstellen-problem</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Jul 2026 17:16:44 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/316785.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 May 2013 16:45:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 16 May 2013 16:45:30 GMT]]></title><description><![CDATA[<p>Hi leute,<br />
ich bin gerade dabei ein fenster zu erstellen dabei bekomme ich ein error ich gebe erstmal den code:</p>
<pre><code>#include &lt;windows.h&gt;

typedef struct _WNDCLASSEX
{
	UINT		cbSize;
	UINT		style;
	WNDPROC		lpfnWndProc;
	int			cbClsExtra;
	int			cbWndExtra;
	HINSTANCE	hInstance;
	HICON		hIcon;
	HCURSOR		hCursor;
	HBRUSH		hbrBackround;
	LPCTSTR		lpszMenuName;

	HICON		hIconSm;
};

HWND CreateWindowEx(
	DWORD dwExStyle,
	LPCTSTR lpClassName,
	LPCTSTR lpWindowName,
	DWORD dwStyle,
	int x,
	int y,
	int nWidth,
	int nHeight,
	HWND hWndParent,
	HMENU hMenu,
	HINSTANCE hInstance,
	LPVOID lpParam
	);///////////////Error

int WINAPI WinMain(HINSTANCE hInstance,
				   HINSTANCE hPrevInstance,
				   LPSTR lpCmdLine,
				   int nCmdShow)

{
	return 0;
}
</code></pre>
<p>uns ich bekomme bei dem Markierten diesen error:<br />
error C2373: 'CreateWindowExA': Neudefinition; unterschiedliche Modifizierer</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323790</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323790</guid><dc:creator><![CDATA[lcp91]]></dc:creator><pubDate>Thu, 16 May 2013 16:45:30 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 16 May 2013 16:52:35 GMT]]></title><description><![CDATA[<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /><br />
Warum deklarierts du die Funktion/Struct neu?<br />
Was soll das?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323791</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323791</guid><dc:creator><![CDATA[Nathan]]></dc:creator><pubDate>Thu, 16 May 2013 16:52:35 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 16 May 2013 16:58:12 GMT]]></title><description><![CDATA[<p>bin neueinsteiger und habe so ein buch gekauft da wir ddas erklaärt</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323793</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323793</guid><dc:creator><![CDATA[lcp91]]></dc:creator><pubDate>Thu, 16 May 2013 16:58:12 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 16 May 2013 17:02:04 GMT]]></title><description><![CDATA[<p>Heißt das, du fängst direkt mit der WinAPI an?<br />
Lerne erst einmal anhand eines guten Grundlagenbuches C++, bevor du dich an Grafiken und Fenster wagst.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323797</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323797</guid><dc:creator><![CDATA[Nathan]]></dc:creator><pubDate>Thu, 16 May 2013 17:02:04 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 12 Jun 2014 01:10:52 GMT]]></title><description><![CDATA[<p>...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323802</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323802</guid><dc:creator><![CDATA[Swordfish]]></dc:creator><pubDate>Thu, 12 Jun 2014 01:10:52 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 16 May 2013 17:39:50 GMT]]></title><description><![CDATA[<p>Ich glaub eher, dass sich das Buch an fortgeschritten richtet und am Anfang zeigt, wie die Funktion, die ein Window erstellt aufgebaut ist oder so. Wenn der TE wirklich damit anfängt, dann wird er das wohl falsch verstehen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323808</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323808</guid><dc:creator><![CDATA[Nathan]]></dc:creator><pubDate>Thu, 16 May 2013 17:39:50 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 16 May 2013 17:54:24 GMT]]></title><description><![CDATA[<p>Also an Grundlagen von Kosnolen bin ich schon vorbei und jetzt bin halt bei Fenstern habs aber mittlerweile geschafft.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323811</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323811</guid><dc:creator><![CDATA[lcp91]]></dc:creator><pubDate>Thu, 16 May 2013 17:54:24 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 12 Jun 2014 01:10:03 GMT]]></title><description><![CDATA[<p>...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323823</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323823</guid><dc:creator><![CDATA[Swordfish]]></dc:creator><pubDate>Thu, 12 Jun 2014 01:10:03 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 16 May 2013 18:56:21 GMT]]></title><description><![CDATA[<p>lösung: <a href="http://dev-reference.de/forum/298-windows-fester-anzeigen.html" rel="nofollow">http://dev-reference.de/forum/298-windows-fester-anzeigen.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323826</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323826</guid><dc:creator><![CDATA[Aleksey]]></dc:creator><pubDate>Thu, 16 May 2013 18:56:21 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 12 Jun 2014 01:10:08 GMT]]></title><description><![CDATA[<p>...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323829</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323829</guid><dc:creator><![CDATA[Swordfish]]></dc:creator><pubDate>Thu, 12 Jun 2014 01:10:08 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 16 May 2013 19:10:32 GMT]]></title><description><![CDATA[<p>Swordfish schrieb:</p>
<blockquote>
<p>Aleksey schrieb:</p>
<blockquote>
<p>lösung: <a href="http://dev-reference.de/forum/298-windows-fester-anzeigen.html" rel="nofollow">http://dev-reference.de/forum/298-windows-fester-anzeigen.html</a></p>
</blockquote>
<p>[*]return sonstwas nach einem return im default im switch</p>
</blockquote>
<p>Das kann ich ja noch verstehen, die Meldung &quot;warning: no return in function returning non-void&quot; nervt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323830</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323830</guid><dc:creator><![CDATA[Nathan]]></dc:creator><pubDate>Thu, 16 May 2013 19:10:32 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 16 May 2013 19:23:33 GMT]]></title><description><![CDATA[<p><a href="http://www.win-api.de/tutorials.php?tutid=3" rel="nofollow">http://www.win-api.de/tutorials.php?tutid=3</a><br />
*Stehts hier auf Tagesordung rum jamern über der Code von die anderen, schon wieder irgend-welche sinlosen Regeln in Spiel*<br />
*kortzt*</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323835</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323835</guid><dc:creator><![CDATA[Aleksey]]></dc:creator><pubDate>Thu, 16 May 2013 19:23:33 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 12 Jun 2014 01:10:57 GMT]]></title><description><![CDATA[<p>...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323836</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323836</guid><dc:creator><![CDATA[Swordfish]]></dc:creator><pubDate>Thu, 12 Jun 2014 01:10:57 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 16 May 2013 19:29:37 GMT]]></title><description><![CDATA[<p>OK, gutes Argument.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323841</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323841</guid><dc:creator><![CDATA[Nathan]]></dc:creator><pubDate>Thu, 16 May 2013 19:29:37 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 16 May 2013 19:33:59 GMT]]></title><description><![CDATA[<p>ja wäre auch eine Möglichkeit</p>
<blockquote>
<p>Dagegen lässt' das default weg und returnst DefWindowProc() ...</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/2323843</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323843</guid><dc:creator><![CDATA[Aleksey]]></dc:creator><pubDate>Thu, 16 May 2013 19:33:59 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster erstellen Problem on Thu, 12 Jun 2014 01:09:57 GMT]]></title><description><![CDATA[<p>...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2323848</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2323848</guid><dc:creator><![CDATA[Swordfish]]></dc:creator><pubDate>Thu, 12 Jun 2014 01:09:57 GMT</pubDate></item></channel></rss>