<?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[error: nicht aufgelöstes token]]></title><description><![CDATA[<p>beim linken spuckt MS VS 2005 immer die oben genannte fehlermeldung aus. was ist damit allgemein gemeint oder soll ich noch den code posten? hier mal der komplette fehler:</p>
<blockquote>
<p>1&gt;main.obj : error LNK2028: Nicht aufgelöstes Token (0A00003D) &quot;&quot;extern &quot;C&quot; void * __stdcall GetStockObject(int)&quot; (?GetStockObject@@$$J14YGPAXH@Z)&quot;, auf das in Funktion &quot;&quot;extern &quot;C&quot; int __stdcall WinMain(struct HINSTANCE__ *,struct HINSTANCE__ *,char *,int)&quot; (?WinMain@@$$J216YGHPAUHINSTANCE__@@0PADH@Z)&quot; verwiesen wird.<br />
1&gt;main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol &quot;&quot;extern &quot;C&quot; void * __stdcall GetStockObject(int)&quot; (?GetStockObject@@$$J14YGPAXH@Z)&quot; in Funktion &quot;&quot;extern &quot;C&quot; int __stdcall WinMain(struct HINSTANCE__ *,struct HINSTANCE__ *,char *,int)&quot; (?WinMain@@$$J216YGHPAUHINSTANCE__@@0PADH@Z)&quot;.<br />
1&gt;\Visual Studio 2005\Projects\winapi\Debug\winapi.exe : fatal error LNK1120: 2 nicht aufgelöste externe Verweise.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/topic/176858/error-nicht-aufgelöstes-token</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 19:41:08 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/176858.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 25 Mar 2007 19:02:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to error: nicht aufgelöstes token on Sun, 25 Mar 2007 19:02:34 GMT]]></title><description><![CDATA[<p>beim linken spuckt MS VS 2005 immer die oben genannte fehlermeldung aus. was ist damit allgemein gemeint oder soll ich noch den code posten? hier mal der komplette fehler:</p>
<blockquote>
<p>1&gt;main.obj : error LNK2028: Nicht aufgelöstes Token (0A00003D) &quot;&quot;extern &quot;C&quot; void * __stdcall GetStockObject(int)&quot; (?GetStockObject@@$$J14YGPAXH@Z)&quot;, auf das in Funktion &quot;&quot;extern &quot;C&quot; int __stdcall WinMain(struct HINSTANCE__ *,struct HINSTANCE__ *,char *,int)&quot; (?WinMain@@$$J216YGHPAUHINSTANCE__@@0PADH@Z)&quot; verwiesen wird.<br />
1&gt;main.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol &quot;&quot;extern &quot;C&quot; void * __stdcall GetStockObject(int)&quot; (?GetStockObject@@$$J14YGPAXH@Z)&quot; in Funktion &quot;&quot;extern &quot;C&quot; int __stdcall WinMain(struct HINSTANCE__ *,struct HINSTANCE__ *,char *,int)&quot; (?WinMain@@$$J216YGHPAUHINSTANCE__@@0PADH@Z)&quot;.<br />
1&gt;\Visual Studio 2005\Projects\winapi\Debug\winapi.exe : fatal error LNK1120: 2 nicht aufgelöste externe Verweise.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1252462</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1252462</guid><dc:creator><![CDATA[jimmy3]]></dc:creator><pubDate>Sun, 25 Mar 2007 19:02:34 GMT</pubDate></item><item><title><![CDATA[Reply to error: nicht aufgelöstes token on Sun, 25 Mar 2007 19:10:53 GMT]]></title><description><![CDATA[<p>Scheint mir so als hättest du die Windows Haupt-LIBs nicht gelinkt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1252472</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1252472</guid><dc:creator><![CDATA[WebFritzi]]></dc:creator><pubDate>Sun, 25 Mar 2007 19:10:53 GMT</pubDate></item><item><title><![CDATA[Reply to error: nicht aufgelöstes token on Sun, 25 Mar 2007 19:18:04 GMT]]></title><description><![CDATA[<p>Joar, sieht irgendwie stark danach aus; falls Du die VC 2005 - Express Edition verwendest musst Du darauf achten, dass diese korrekt eingerichtet ist, siehe hier: <a href="http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx" rel="nofollow">http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1252476</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1252476</guid><dc:creator><![CDATA[CodeFinder]]></dc:creator><pubDate>Sun, 25 Mar 2007 19:18:04 GMT</pubDate></item><item><title><![CDATA[Reply to error: nicht aufgelöstes token on Mon, 26 Mar 2007 15:30:44 GMT]]></title><description><![CDATA[<p>immerhin klappt das linken deshalb gehe ich mal davon aus dass dem linker jetzt alle pfade bekannt sind, allerdings erhalte ich nun eine accesviolation exception und das programm wird von windows unterbrochen. ein pfeil am rande des codes verweist auf die zeile RegisterClass(&amp;wc) und ausserdem wird die dll angegeben die zu diesem zeitpunkt aufgerufen wurde: ntdll.dll (7c920370()). woher kann der fehler kommen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1253100</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1253100</guid><dc:creator><![CDATA[jimmy3]]></dc:creator><pubDate>Mon, 26 Mar 2007 15:30:44 GMT</pubDate></item><item><title><![CDATA[Reply to error: nicht aufgelöstes token on Mon, 26 Mar 2007 17:10:50 GMT]]></title><description><![CDATA[<p>hat sich erledigt, es klappt !!! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /><br />
VIELEN DANK nochmal an euch alle <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1253178</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1253178</guid><dc:creator><![CDATA[jimmy3]]></dc:creator><pubDate>Mon, 26 Mar 2007 17:10:50 GMT</pubDate></item></channel></rss>