<?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: Ungelöste externe &#x27;_main&#x27; referenziert von C:&#x5C;CBUILDERX&#x5C;LIB&#x5C;C0X32.OBJ]]></title><description><![CDATA[<p>ich will jetzt mit sdl anfangen und hab mir die vc6 dateien runtergeladen und die libs schon mit coff2omf konvertiert und alles schön, gut und fertig, aber das kleine programm, dass ich mal geschrieben hab um zu sehen, ob alles funktioniert, lässt sich nicht linken!</p>
<p>Fehlermeldung:</p>
<p>Error: Ungelöste externe '_main' referenziert von C:\CBUILDERX\LIB\C0X32.OBJ<br />
ILINK32 beendet mit Fehler-Code: 2<br />
Erzeugen wegen Fehler abgebrochen</p>
<p>Falls der Quellcode wichtig ist:</p>
<pre><code class="language-cpp">#include &quot;SDL/SDL.h&quot;

int main()
{
    SDL_Init(SDL_INIT_VIDEO);
    SDL_Quit();
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/104913/error-ungelöste-externe-_main-referenziert-von-c-cbuilderx-lib-c0x32-obj</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 03:22:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/104913.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Mar 2005 11:34:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Error: Ungelöste externe &#x27;_main&#x27; referenziert von C:&#x5C;CBUILDERX&#x5C;LIB&#x5C;C0X32.OBJ on Thu, 24 Mar 2005 11:34:25 GMT]]></title><description><![CDATA[<p>ich will jetzt mit sdl anfangen und hab mir die vc6 dateien runtergeladen und die libs schon mit coff2omf konvertiert und alles schön, gut und fertig, aber das kleine programm, dass ich mal geschrieben hab um zu sehen, ob alles funktioniert, lässt sich nicht linken!</p>
<p>Fehlermeldung:</p>
<p>Error: Ungelöste externe '_main' referenziert von C:\CBUILDERX\LIB\C0X32.OBJ<br />
ILINK32 beendet mit Fehler-Code: 2<br />
Erzeugen wegen Fehler abgebrochen</p>
<p>Falls der Quellcode wichtig ist:</p>
<pre><code class="language-cpp">#include &quot;SDL/SDL.h&quot;

int main()
{
    SDL_Init(SDL_INIT_VIDEO);
    SDL_Quit();
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/751640</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/751640</guid><dc:creator><![CDATA[Mi]]></dc:creator><pubDate>Thu, 24 Mar 2005 11:34:25 GMT</pubDate></item><item><title><![CDATA[Reply to Error: Ungelöste externe &#x27;_main&#x27; referenziert von C:&#x5C;CBUILDERX&#x5C;LIB&#x5C;C0X32.OBJ on Thu, 24 Mar 2005 16:48:59 GMT]]></title><description><![CDATA[<p>Suchfunktion benutzen! Z.B.<br />
<a href="http://c-plusplus.net/forum/viewtopic-var-t-is-97291-and-highlight-is-%2Ac0x32%2A.html" rel="nofollow">http://c-plusplus.net/forum/viewtopic-var-t-is-97291-and-highlight-is-*c0x32*.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/751996</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/751996</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Thu, 24 Mar 2005 16:48:59 GMT</pubDate></item></channel></rss>