<?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[Nichtaufgeloestes externes Symbol __beginthreadex]]></title><description><![CDATA[<p>eigendlich weis ich ja was es heist wenn es ein Nichtaufgeloestes externes Symbol gibt aber in diesem fall ist mir guter rat teuer.</p>
<p>ich habe eine Win32 anwendung erstellt die noch gar nichts macht. Im project ist eine main.cpp enthalten die nur die WinMain Function enthält. In der function selbst steht nichts.</p>
<p>in der StdAfx.h hab ich folgende includes.<br />
#include &lt;afxwin.h&gt;<br />
#include &lt;afxext.h&gt;<br />
#include &lt;afxdisp.h&gt;<br />
#include &lt;afxdtctl.h&gt;<br />
#include &lt;afxcmn.h&gt;<br />
#include &lt;afxtempl.h&gt;</p>
<p>bis hier hin läst es sich fehlerfrei compilern.</p>
<p>erstell ich mir jetzt aber eine neue classe die ich von public CWnd ableite, die keinerlei functionen beinhaltet, kommt beim nächstenmal compilern</p>
<blockquote>
<p>nafxcw.lib(thrdcore.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __endthreadex<br />
nafxcw.lib(thrdcore.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __beginthreadex<br />
Release/Dialog.exe : fatal error LNK1120: 2 unaufgeloeste externe Verweise<br />
Fehler beim Ausführen von link.exe</p>
</blockquote>
<p>weis jemand einen guten rat??</p>
<p>LowFly</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/164466/nichtaufgeloestes-externes-symbol-__beginthreadex</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Jul 2026 20:19:16 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/164466.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Nov 2006 15:25:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Nichtaufgeloestes externes Symbol __beginthreadex on Wed, 08 Nov 2006 15:25:02 GMT]]></title><description><![CDATA[<p>eigendlich weis ich ja was es heist wenn es ein Nichtaufgeloestes externes Symbol gibt aber in diesem fall ist mir guter rat teuer.</p>
<p>ich habe eine Win32 anwendung erstellt die noch gar nichts macht. Im project ist eine main.cpp enthalten die nur die WinMain Function enthält. In der function selbst steht nichts.</p>
<p>in der StdAfx.h hab ich folgende includes.<br />
#include &lt;afxwin.h&gt;<br />
#include &lt;afxext.h&gt;<br />
#include &lt;afxdisp.h&gt;<br />
#include &lt;afxdtctl.h&gt;<br />
#include &lt;afxcmn.h&gt;<br />
#include &lt;afxtempl.h&gt;</p>
<p>bis hier hin läst es sich fehlerfrei compilern.</p>
<p>erstell ich mir jetzt aber eine neue classe die ich von public CWnd ableite, die keinerlei functionen beinhaltet, kommt beim nächstenmal compilern</p>
<blockquote>
<p>nafxcw.lib(thrdcore.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __endthreadex<br />
nafxcw.lib(thrdcore.obj) : error LNK2001: Nichtaufgeloestes externes Symbol __beginthreadex<br />
Release/Dialog.exe : fatal error LNK1120: 2 unaufgeloeste externe Verweise<br />
Fehler beim Ausführen von link.exe</p>
</blockquote>
<p>weis jemand einen guten rat??</p>
<p>LowFly</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1171214</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1171214</guid><dc:creator><![CDATA[LowFly]]></dc:creator><pubDate>Wed, 08 Nov 2006 15:25:02 GMT</pubDate></item><item><title><![CDATA[Reply to Nichtaufgeloestes externes Symbol __beginthreadex on Wed, 08 Nov 2006 15:58:48 GMT]]></title><description><![CDATA[<p>Hast Du auch die <strong>Multithreaded</strong> CRT in den Projekteinstellungen gewählt!?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1171245</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1171245</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Wed, 08 Nov 2006 15:58:48 GMT</pubDate></item><item><title><![CDATA[Reply to Nichtaufgeloestes externes Symbol __beginthreadex on Wed, 08 Nov 2006 16:16:03 GMT]]></title><description><![CDATA[<p>ähm nein,<br />
noch nie davon gehört,<br />
wo finde ich die unter Projecteinstellung??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1171256</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1171256</guid><dc:creator><![CDATA[LowFly]]></dc:creator><pubDate>Wed, 08 Nov 2006 16:16:03 GMT</pubDate></item><item><title><![CDATA[Reply to Nichtaufgeloestes externes Symbol __beginthreadex on Thu, 09 Nov 2006 10:20:53 GMT]]></title><description><![CDATA[<p>muß mich nochmal hochposten.</p>
<p>ich weis wo ich die Projecteinstellungen finde aber wo dort unter all den Registern stell ich mein project auf Multithreaded CRT um. Ich hab da jetzt ewig gesucht aber nix gefunden.</p>
<p>LowFly</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1171622</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1171622</guid><dc:creator><![CDATA[LowFly]]></dc:creator><pubDate>Thu, 09 Nov 2006 10:20:53 GMT</pubDate></item><item><title><![CDATA[Reply to Nichtaufgeloestes externes Symbol __beginthreadex on Thu, 09 Nov 2006 10:51:47 GMT]]></title><description><![CDATA[<pre><code>C/C++|Code Generation|Runtime Library
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1171632</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1171632</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Thu, 09 Nov 2006 10:51:47 GMT</pubDate></item><item><title><![CDATA[Reply to Nichtaufgeloestes externes Symbol __beginthreadex on Thu, 09 Nov 2006 14:52:41 GMT]]></title><description><![CDATA[<p>kurz &amp; knapp,<br />
danke funzt <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>
<p>LowFly</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1171730</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1171730</guid><dc:creator><![CDATA[LowFly]]></dc:creator><pubDate>Thu, 09 Nov 2006 14:52:41 GMT</pubDate></item></channel></rss>