<?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[Problem mit Visual c++ 2010!]]></title><description><![CDATA[<p>Guten Abend!</p>
<p>Ich habe ein kleines Game geschrieben! Nun wollte ich es Compilieren, doch leider traten folgende Fehler auf! Könnt ihr mir helfen?</p>
<p>Fehler:<br />
MSVCRTD.lib(cinitexe.obj) : warning LNK4098: Standardbibliothek &quot;msvcrt.lib&quot; steht in Konflikt mit anderen Bibliotheken; /NODEFAULTLIB:Bibliothek verwenden.<br />
Game.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol &quot;&quot;private: void __thiscall CGame::ProcessEvents(void)&quot; (?ProcessEvents@CGame@@AAEXXZ)&quot; in Funktion &quot;&quot;public: void __thiscall CGame::Run(void)&quot; (?Run@CGame@@QAEXXZ)&quot;.<br />
C:\Dokumente und Einstellungen\Mark\Desktop\SDL_Game\Debug\SDL_Game.exe : fatal error LNK1120: 1 nicht aufgelöste externe Verweise.<br />
/Fehler</p>
<p>Vielen Dank!</p>
<p>MFG</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/288327/problem-mit-visual-c-2010</link><generator>RSS for Node</generator><lastBuildDate>Thu, 20 Aug 2026 00:43:23 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/288327.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Jun 2011 19:10:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit Visual c++ 2010! on Tue, 14 Jun 2011 19:10:32 GMT]]></title><description><![CDATA[<p>Guten Abend!</p>
<p>Ich habe ein kleines Game geschrieben! Nun wollte ich es Compilieren, doch leider traten folgende Fehler auf! Könnt ihr mir helfen?</p>
<p>Fehler:<br />
MSVCRTD.lib(cinitexe.obj) : warning LNK4098: Standardbibliothek &quot;msvcrt.lib&quot; steht in Konflikt mit anderen Bibliotheken; /NODEFAULTLIB:Bibliothek verwenden.<br />
Game.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol &quot;&quot;private: void __thiscall CGame::ProcessEvents(void)&quot; (?ProcessEvents@CGame@@AAEXXZ)&quot; in Funktion &quot;&quot;public: void __thiscall CGame::Run(void)&quot; (?Run@CGame@@QAEXXZ)&quot;.<br />
C:\Dokumente und Einstellungen\Mark\Desktop\SDL_Game\Debug\SDL_Game.exe : fatal error LNK1120: 1 nicht aufgelöste externe Verweise.<br />
/Fehler</p>
<p>Vielen Dank!</p>
<p>MFG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2078177</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2078177</guid><dc:creator><![CDATA[CoderMark]]></dc:creator><pubDate>Tue, 14 Jun 2011 19:10:32 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Visual c++ 2010! on Tue, 14 Jun 2011 19:11:04 GMT]]></title><description><![CDATA[<p>Linken, bitte!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2078178</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2078178</guid><dc:creator><![CDATA[EOutOfResources]]></dc:creator><pubDate>Tue, 14 Jun 2011 19:11:04 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Visual c++ 2010! on Tue, 14 Jun 2011 19:14:16 GMT]]></title><description><![CDATA[<p>EOutOfResources schrieb:</p>
<blockquote>
<p>Linken, bitte!</p>
</blockquote>
<p>Was denn??? Sry</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2078179</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2078179</guid><dc:creator><![CDATA[CoderMark]]></dc:creator><pubDate>Tue, 14 Jun 2011 19:14:16 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Visual c++ 2010! on Tue, 14 Jun 2011 19:15:39 GMT]]></title><description><![CDATA[<p>CoderMark schrieb:</p>
<blockquote>
<p>Was denn?</p>
</blockquote>
<p>Die Bibliothek die du benutzt!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2078181</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2078181</guid><dc:creator><![CDATA[EOutOfResources]]></dc:creator><pubDate>Tue, 14 Jun 2011 19:15:39 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Visual c++ 2010! on Tue, 14 Jun 2011 19:18:09 GMT]]></title><description><![CDATA[<p>Sieht bei dieser CGame::Run Methode auch so aus, als hättest du nur die Schnittstelle geschrieben, nicht aber die Implementierung dieser Funktion.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2078182</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2078182</guid><dc:creator><![CDATA[cvcv]]></dc:creator><pubDate>Tue, 14 Jun 2011 19:18:09 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Visual c++ 2010! on Tue, 14 Jun 2011 19:22:59 GMT]]></title><description><![CDATA[<p>Laufzeitbibliothek: Multithreaded-Debug-DLL (/MDd)<br />
Bibliothrkdverzeichnisse: F:\C++\Quellcodes\SDL-1.2.14\lib;$(LibraryPath)<br />
Zusätzliche Abhängigkeiten: kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;sdl.lib;sdlmain.lib;%(AdditionalDependencies)</p>
<p>Brauchst du sonst noch was!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2078184</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2078184</guid><dc:creator><![CDATA[CoderMark]]></dc:creator><pubDate>Tue, 14 Jun 2011 19:22:59 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Visual c++ 2010! on Tue, 14 Jun 2011 20:09:36 GMT]]></title><description><![CDATA[<p>HELP?!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2078196</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2078196</guid><dc:creator><![CDATA[CoderMark]]></dc:creator><pubDate>Tue, 14 Jun 2011 20:09:36 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Visual c++ 2010! on Tue, 14 Jun 2011 20:13:41 GMT]]></title><description><![CDATA[<p>CoderMark schrieb:</p>
<blockquote>
<p>HELP?!</p>
</blockquote>
<p>Die kam schon: Entweder hast du falsch gelinkt oder eine Funktion ist nicht definiert!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2078197</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2078197</guid><dc:creator><![CDATA[EOutOfResources]]></dc:creator><pubDate>Tue, 14 Jun 2011 20:13:41 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Visual c++ 2010! on Tue, 14 Jun 2011 20:15:07 GMT]]></title><description><![CDATA[<p>Der Linker sagt dass er CGame::ProcessEvents() nicht finden kann. Das kann alle möglichen Gründe haben, z.B. dass es eben in einer Library steckt die du vergessen hast zu linken oder z.B. dass du die Methode einfach nicht implementiert hast. Mehr kann man dazu ohne weitere Informationen leider nicht sagen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2078198</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2078198</guid><dc:creator><![CDATA[dot]]></dc:creator><pubDate>Tue, 14 Jun 2011 20:15:07 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Visual c++ 2010! on Wed, 15 Jun 2011 06:13:09 GMT]]></title><description><![CDATA[<ol>
<li>Schlechter Titel. Das Problem liegt bei deinem Programm, nicht bei MSVC2010</li>
<li></li>
</ol>
<p>CoderMark schrieb:</p>
<blockquote>
<p>HELP?!</p>
</blockquote>
<p>SO wohl kaum.<br />
3) FAQ schauen, dein Problem nennt sich auf englisch &quot;undefined reference&quot;: <a href="http://www.c-plusplus.net/forum/246875" rel="nofollow">http://www.c-plusplus.net/forum/246875</a></p>
<p>Die 3 Fehler wären nicht passiert, wenn du dir erst die mit <strong>wichtig</strong> gekennzeichneten Threads zu Gemüte geführt hättest, wie man das allgemein von neuen Forenusern erwarten kann. Lies dir mal bitte den Link in meiner Signatur durch.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2078262</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2078262</guid><dc:creator><![CDATA[pumuckl]]></dc:creator><pubDate>Wed, 15 Jun 2011 06:13:09 GMT</pubDate></item></channel></rss>