<?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 klassen in Win32 nutzen]]></title><description><![CDATA[<p>Also ich habe eine Win32 Anwendung, möchte da aber die klassen CStdioFile und CString nutzen wenn ich nun den header:#include &lt;afxext.h&gt; // MFC-Erweiterungen includiere kann ich zwar kompilieren aber wenn ich starten will sagt er 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 />
Debug/OpenGL Tut3.exe : fatal error LNK1120: 2 unaufgeloeste externe Verweise</p>
<p>was möchte er von mir????</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/47556/mfc-klassen-in-win32-nutzen</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Apr 2026 23:18:25 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/47556.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 31 Aug 2003 03:59:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MFC klassen in Win32 nutzen on Sun, 31 Aug 2003 03:59:26 GMT]]></title><description><![CDATA[<p>Also ich habe eine Win32 Anwendung, möchte da aber die klassen CStdioFile und CString nutzen wenn ich nun den header:#include &lt;afxext.h&gt; // MFC-Erweiterungen includiere kann ich zwar kompilieren aber wenn ich starten will sagt er 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 />
Debug/OpenGL Tut3.exe : fatal error LNK1120: 2 unaufgeloeste externe Verweise</p>
<p>was möchte er von mir????</p>
]]></description><link>https://www.c-plusplus.net/forum/post/344163</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/344163</guid><dc:creator><![CDATA[xyz44]]></dc:creator><pubDate>Sun, 31 Aug 2003 03:59:26 GMT</pubDate></item><item><title><![CDATA[Reply to MFC klassen in Win32 nutzen on Sun, 31 Aug 2003 08:38:15 GMT]]></title><description><![CDATA[<p>_endthreadex und _beginthreadex haben meiner Meinung nach nichts mit der afxext.h zu tun. Hier mal ein Auszug aus der MSDN zu _endthreadex, vielleicht hilft dir das ja:</p>
<blockquote>
<p>Required Header: &lt;process.h&gt;<br />
Compatibility: Win 95, Win NT</p>
<p>Libraries</p>
<p>LIBCMT.LIB Multithread static library, retail version<br />
MSVCRT.LIB Import library for MSVCRT.DLL, retail version</p>
<p>Note For an executable file linked with LIBCMT.LIB, do not call the Win32ExitThread API; this prevents the run-time system from reclaiming allocated resources. _endthread and _endthreadex reclaim allocated thread resources and then call ExitThread.</p>
<p>_endthread automatically closes the thread handle. (This behavior differs from the Win32 ExitThread API.) Therefore, when you use _beginthread and _endthread, do not explicitly close the thread handle by calling the Win32CloseHandle API.</p>
<p>Like the Win32 ExitThread API, _endthreadex does not close the thread handle. Therefore, when you use _beginthreadex and _endthreadex, you must close the thread handle by calling the Win32 CloseHandle API.</p>
<p>Example</p>
<p>/* BEGTHRD.C illustrates multiple threads using functions:<br />
*<br />
* _beginthread _endthread<br />
*<br />
*<br />
* This program requires the multithreaded library. For example,<br />
* compile with the following command line:<br />
* CL /MT /D &quot;_X86_&quot; BEGTHRD.C<br />
*<br />
* If you are using the Visual C++ development environment, select the<br />
* Multi-Threaded runtime library in the compiler Project Options dialog<br />
* box.<br />
*<br />
*/</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/344183</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/344183</guid><dc:creator><![CDATA[seppelina]]></dc:creator><pubDate>Sun, 31 Aug 2003 08:38:15 GMT</pubDate></item><item><title><![CDATA[Reply to MFC klassen in Win32 nutzen on Sun, 31 Aug 2003 09:05:27 GMT]]></title><description><![CDATA[<p>xyz44 schrieb:</p>
<blockquote>
<p>was möchte er von mir????</p>
</blockquote>
<p>Alt+F7 -&gt; Allgemein -&gt; MFC -&gt; MFC in einer (...) verwenden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/344194</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/344194</guid><dc:creator><![CDATA[Oliver]]></dc:creator><pubDate>Sun, 31 Aug 2003 09:05:27 GMT</pubDate></item></channel></rss>