<?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[FEHLER: Nichtaufgeloestes externes Symbol _WSACleanup@0]]></title><description><![CDATA[<p>hallo,</p>
<p>ich habe ein Win32-Anwendungs-Projekt erstellt und habe nun fehler beim kompilieren von diesem code:<br />
<a href="http://rafb.net/paste/results/KAKW0Z54.html" rel="nofollow">http://rafb.net/paste/results/KAKW0Z54.html</a></p>
<p>die fehler sind diese hier:</p>
<pre><code>Temporäre Dateien und Ausgabedateien für &quot;BTro_Client_2 - Win32 Debug&quot; werden gelöscht.
--------------------Konfiguration: BTro_Client_2 - Win32 Debug--------------------
Kompilierung läuft...
main.cpp
Linker-Vorgang läuft...
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _WSACleanup@0
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _closesocket@4
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _recv@16
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _send@16
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _connect@12
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _inet_addr@4
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _htons@4
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _socket@12
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _WSAStartup@8
Debug/BTro_Client_2.exe : fatal error LNK1120: 9 unaufgeloeste externe Verweise
Fehler beim Ausführen von link.exe.

BTro_Client_2.exe - 10 Fehler, 0 Warnung(en)
</code></pre>
<p>ich habe die &lt;winsock2.h&gt; schon herrausgenommen weil sonst noch mehr fehler<br />
da waren <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>aber woran liegt das nun?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/149486/fehler-nichtaufgeloestes-externes-symbol-_wsacleanup-0</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 08:18:25 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/149486.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Jun 2006 13:48:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FEHLER: Nichtaufgeloestes externes Symbol _WSACleanup@0 on Tue, 06 Jun 2006 13:48:53 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>ich habe ein Win32-Anwendungs-Projekt erstellt und habe nun fehler beim kompilieren von diesem code:<br />
<a href="http://rafb.net/paste/results/KAKW0Z54.html" rel="nofollow">http://rafb.net/paste/results/KAKW0Z54.html</a></p>
<p>die fehler sind diese hier:</p>
<pre><code>Temporäre Dateien und Ausgabedateien für &quot;BTro_Client_2 - Win32 Debug&quot; werden gelöscht.
--------------------Konfiguration: BTro_Client_2 - Win32 Debug--------------------
Kompilierung läuft...
main.cpp
Linker-Vorgang läuft...
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _WSACleanup@0
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _closesocket@4
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _recv@16
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _send@16
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _connect@12
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _inet_addr@4
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _htons@4
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _socket@12
main.obj : error LNK2001: Nichtaufgeloestes externes Symbol _WSAStartup@8
Debug/BTro_Client_2.exe : fatal error LNK1120: 9 unaufgeloeste externe Verweise
Fehler beim Ausführen von link.exe.

BTro_Client_2.exe - 10 Fehler, 0 Warnung(en)
</code></pre>
<p>ich habe die &lt;winsock2.h&gt; schon herrausgenommen weil sonst noch mehr fehler<br />
da waren <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>aber woran liegt das nun?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1072532</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1072532</guid><dc:creator><![CDATA[K.Wuestkamp]]></dc:creator><pubDate>Tue, 06 Jun 2006 13:48:53 GMT</pubDate></item><item><title><![CDATA[Reply to FEHLER: Nichtaufgeloestes externes Symbol _WSACleanup@0 on Tue, 06 Jun 2006 13:52:42 GMT]]></title><description><![CDATA[<p>#pragma comment(lib, &quot;wsock32.lib&quot;)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1072538</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1072538</guid><dc:creator><![CDATA[potaeto]]></dc:creator><pubDate>Tue, 06 Jun 2006 13:52:42 GMT</pubDate></item><item><title><![CDATA[Reply to FEHLER: Nichtaufgeloestes externes Symbol _WSACleanup@0 on Tue, 06 Jun 2006 14:16:44 GMT]]></title><description><![CDATA[<p>und</p>
<pre><code class="language-cpp">#include &lt;Winsock2.h&gt;
</code></pre>
<p>wieder rein.</p>
<p>Greetz, Swordfish</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1072556</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1072556</guid><dc:creator><![CDATA[Swordfish]]></dc:creator><pubDate>Tue, 06 Jun 2006 14:16:44 GMT</pubDate></item></channel></rss>