<?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 bei der Abfrage der eigenen IP Adresse]]></title><description><![CDATA[<p>Hi,</p>
<p>ich hab mich an <a href="http://www.c-plusplus.net/forum/viewtopic-var-p-is-284696.html" rel="nofollow">diesem</a> Code bedient. Jetzt habe ich das Problem, dass ich den Quellcode nicht compillieren kann, wenn ich ein Objekt von der Klasse CGetIp erstelle. Ich bekomme immer diese Fehlermeldung:</p>
<pre><code>Main.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: __thiscall CGetIP::~CGetIP(void)&quot; (??1CGetIP@@QAE@XZ)
Main.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: bool __thiscall CGetIP::GetInternetIP(char *)&quot; (?GetInternetIP@CGetIP@@QAE_NPAD@Z)
Main.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: __thiscall CGetIP::CGetIP(void)&quot; (??0CGetIP@@QAE@XZ)
</code></pre>
<p>Ich nehm mal an, dass ich irgendeine Bibliothek vergessen hab, aber ich weiß nicht welche. Wäre nett, wenn mir jemand helfen würde.</p>
<p>Vielen Dank,<br />
KKaiser</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/202288/fehler-bei-der-abfrage-der-eigenen-ip-adresse</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Apr 2026 18:27:55 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/202288.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Jan 2008 16:41:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fehler bei der Abfrage der eigenen IP Adresse on Wed, 09 Jan 2008 16:41:30 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>ich hab mich an <a href="http://www.c-plusplus.net/forum/viewtopic-var-p-is-284696.html" rel="nofollow">diesem</a> Code bedient. Jetzt habe ich das Problem, dass ich den Quellcode nicht compillieren kann, wenn ich ein Objekt von der Klasse CGetIp erstelle. Ich bekomme immer diese Fehlermeldung:</p>
<pre><code>Main.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: __thiscall CGetIP::~CGetIP(void)&quot; (??1CGetIP@@QAE@XZ)
Main.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: bool __thiscall CGetIP::GetInternetIP(char *)&quot; (?GetInternetIP@CGetIP@@QAE_NPAD@Z)
Main.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;public: __thiscall CGetIP::CGetIP(void)&quot; (??0CGetIP@@QAE@XZ)
</code></pre>
<p>Ich nehm mal an, dass ich irgendeine Bibliothek vergessen hab, aber ich weiß nicht welche. Wäre nett, wenn mir jemand helfen würde.</p>
<p>Vielen Dank,<br />
KKaiser</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1433804</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1433804</guid><dc:creator><![CDATA[KKaiser]]></dc:creator><pubDate>Wed, 09 Jan 2008 16:41:30 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler bei der Abfrage der eigenen IP Adresse on Thu, 10 Jan 2008 07:54:45 GMT]]></title><description><![CDATA[<p>Ich würde mal vermuten, du hast vergessen, die CGetIP.cpp in dein Projekt zu packen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1434115</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1434115</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Thu, 10 Jan 2008 07:54:45 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler bei der Abfrage der eigenen IP Adresse on Thu, 10 Jan 2008 15:30:59 GMT]]></title><description><![CDATA[<p>Danke für die Antwort,<br />
ja du hattest recht, aber wenn ich nun CGetIp.cpp ins Projekt einfüge kommt dieser Fehler</p>
<pre><code>CGetIp.obj : error LNK2001: Nichtaufgeloestes externes Symbol __imp__HttpSendRequestA@20
CGetIp.obj : error LNK2001: Nichtaufgeloestes externes Symbol __imp__HttpOpenRequestA@32
CGetIp.obj : error LNK2001: Nichtaufgeloestes externes Symbol __imp__InternetConnectA@32
CGetIp.obj : error LNK2001: Nichtaufgeloestes externes Symbol __imp__InternetOpenA@20
CGetIp.obj : error LNK2001: Nichtaufgeloestes externes Symbol __imp__InternetReadFile@16
CGetIp.obj : error LNK2001: Nichtaufgeloestes externes Symbol __imp__InternetCloseHandle@4
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1434389</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1434389</guid><dc:creator><![CDATA[KKaiser]]></dc:creator><pubDate>Thu, 10 Jan 2008 15:30:59 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler bei der Abfrage der eigenen IP Adresse on Thu, 10 Jan 2008 16:05:56 GMT]]></title><description><![CDATA[<p>Use Wininet.lib</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1434403</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1434403</guid><dc:creator><![CDATA[msdn]]></dc:creator><pubDate>Thu, 10 Jan 2008 16:05:56 GMT</pubDate></item><item><title><![CDATA[Reply to Fehler bei der Abfrage der eigenen IP Adresse on Thu, 10 Jan 2008 18:05:24 GMT]]></title><description><![CDATA[<p>Danke jetz geht es.</p>
<p>VIELEN DANK!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1434495</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1434495</guid><dc:creator><![CDATA[KKaiser]]></dc:creator><pubDate>Thu, 10 Jan 2008 18:05:24 GMT</pubDate></item></channel></rss>