<?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[MFC Fenster selber coden]]></title><description><![CDATA[<p>hallo,m<br />
Habe versucht mit vc++ ein eigenes Fenster zu code , das Fenster hat keinerlei Funktion es ist einfach nur blank.</p>
<p>Hier der Code:<br />
#include &lt;afxwin.h&gt;</p>
<p>class Cf:public CFrameWnd<br />
{<br />
public:<br />
Cf() {Create(NULL,_T(&quot;mini&quot;));}<br />
};</p>
<p>class Cmpg:public CWinApp<br />
{<br />
public:<br />
virtual BOOL InitInstance();<br />
};</p>
<p>BOOL Cmpg::InitInstance()<br />
{<br />
m_pMainWnd=new Cf;<br />
m_pMainWnd-&gt;ShowWindow(m_nCmdShow);<br />
return true;<br />
}</p>
<p>Cmpg prg01;</p>
<p>---------------------------------------<br />
Beim Compilen kommt folgende Fehlermeldung:<br />
nafxcwd.lib(thrdcore.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __endthreadex<br />
nafxcwd.lib(thrdcore.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __beginthreadex<br />
libcd.lib(crt0.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _main<br />
Debug/none.exe : fatal error LNK1120: 3 unaufgeloeste externe Verweise<br />
-----<br />
Was hab ich falsch gemacht?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/6589/mfc-fenster-selber-coden</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 22:04:10 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/6589.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 Jul 2003 21:14:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MFC Fenster selber coden on Fri, 11 Jul 2003 21:14:00 GMT]]></title><description><![CDATA[<p>hallo,m<br />
Habe versucht mit vc++ ein eigenes Fenster zu code , das Fenster hat keinerlei Funktion es ist einfach nur blank.</p>
<p>Hier der Code:<br />
#include &lt;afxwin.h&gt;</p>
<p>class Cf:public CFrameWnd<br />
{<br />
public:<br />
Cf() {Create(NULL,_T(&quot;mini&quot;));}<br />
};</p>
<p>class Cmpg:public CWinApp<br />
{<br />
public:<br />
virtual BOOL InitInstance();<br />
};</p>
<p>BOOL Cmpg::InitInstance()<br />
{<br />
m_pMainWnd=new Cf;<br />
m_pMainWnd-&gt;ShowWindow(m_nCmdShow);<br />
return true;<br />
}</p>
<p>Cmpg prg01;</p>
<p>---------------------------------------<br />
Beim Compilen kommt folgende Fehlermeldung:<br />
nafxcwd.lib(thrdcore.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __endthreadex<br />
nafxcwd.lib(thrdcore.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __beginthreadex<br />
libcd.lib(crt0.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _main<br />
Debug/none.exe : fatal error LNK1120: 3 unaufgeloeste externe Verweise<br />
-----<br />
Was hab ich falsch gemacht?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/32016</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/32016</guid><dc:creator><![CDATA[v-ice]]></dc:creator><pubDate>Fri, 11 Jul 2003 21:14:00 GMT</pubDate></item><item><title><![CDATA[Reply to MFC Fenster selber coden on Fri, 11 Jul 2003 21:52:00 GMT]]></title><description><![CDATA[<p>hast du auch ein Win32-Projekt gestartet? denn es sieht nicht so aus.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/32017</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/32017</guid><dc:creator><![CDATA[Shlo]]></dc:creator><pubDate>Fri, 11 Jul 2003 21:52:00 GMT</pubDate></item><item><title><![CDATA[Reply to MFC Fenster selber coden on Sat, 12 Jul 2003 10:06:00 GMT]]></title><description><![CDATA[<p>Ja hab ich.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/32018</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/32018</guid><dc:creator><![CDATA[v-ice]]></dc:creator><pubDate>Sat, 12 Jul 2003 10:06:00 GMT</pubDate></item><item><title><![CDATA[Reply to MFC Fenster selber coden on Sat, 12 Jul 2003 18:22:31 GMT]]></title><description><![CDATA[<p>Verwendest Du die Multithreaded DLLs? Das lässt sich in den Projekteinstellungen / C++ / Code Generation ändern</p>
]]></description><link>https://www.c-plusplus.net/forum/post/307807</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/307807</guid><dc:creator><![CDATA[tag]]></dc:creator><pubDate>Sat, 12 Jul 2003 18:22:31 GMT</pubDate></item><item><title><![CDATA[Reply to MFC Fenster selber coden on Sat, 12 Jul 2003 18:36:56 GMT]]></title><description><![CDATA[<p>siehe auch dieses Kapitel des MFC-Tutorials:<br />
<a href="http://www.henkessoft.de/mfc_einsteigerbuch_kapitel5.htm" rel="nofollow">http://www.henkessoft.de/mfc_einsteigerbuch_kapitel5.htm</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/307819</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/307819</guid><dc:creator><![CDATA[E_H_]]></dc:creator><pubDate>Sat, 12 Jul 2003 18:36:56 GMT</pubDate></item></channel></rss>