<?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[Allgemeine Fehlermeldung (Linker)]]></title><description><![CDATA[<p>Hallo Cpluplus Community,</p>
<p>als ich mein Prgramm ausführen wollte bekam ich diese Fehlermeldung:</p>
<p>C:\.......:fatal error LNK1120: 1 nicht aufgelöste externe Verweise.</p>
<p>Jetzt hat das sicher was mit der Erstellung des Projektes zu tun?</p>
<p>Mein Vorgehen war:<br />
Datei--&gt;Neu--&gt;Projekt--&gt;Win-32Projekt--&gt;&quot;Namen eingegeben&quot;--&gt;Weiter--&gt;leeres Projekt--&gt;Fertig stellen--&gt;Quelldatei--&gt;hinzufügen--&gt;neues Element--&gt;Name.cpp</p>
<p>Die Fehlermeldung habe ich schon bei Google eingegeben, konnte aber auf keine Lösung des Problems kommen. Anscheinend liegt es an der Projektmappe?! Linker Einstellung!</p>
<p>Bitte helft mir</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/309011/allgemeine-fehlermeldung-linker</link><generator>RSS for Node</generator><lastBuildDate>Wed, 05 Aug 2026 13:02:29 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/309011.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Oct 2012 19:07:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Thu, 11 Oct 2012 19:07:13 GMT]]></title><description><![CDATA[<p>Hallo Cpluplus Community,</p>
<p>als ich mein Prgramm ausführen wollte bekam ich diese Fehlermeldung:</p>
<p>C:\.......:fatal error LNK1120: 1 nicht aufgelöste externe Verweise.</p>
<p>Jetzt hat das sicher was mit der Erstellung des Projektes zu tun?</p>
<p>Mein Vorgehen war:<br />
Datei--&gt;Neu--&gt;Projekt--&gt;Win-32Projekt--&gt;&quot;Namen eingegeben&quot;--&gt;Weiter--&gt;leeres Projekt--&gt;Fertig stellen--&gt;Quelldatei--&gt;hinzufügen--&gt;neues Element--&gt;Name.cpp</p>
<p>Die Fehlermeldung habe ich schon bei Google eingegeben, konnte aber auf keine Lösung des Problems kommen. Anscheinend liegt es an der Projektmappe?! Linker Einstellung!</p>
<p>Bitte helft mir</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259380</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259380</guid><dc:creator><![CDATA[prydza]]></dc:creator><pubDate>Thu, 11 Oct 2012 19:07:13 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Thu, 11 Oct 2012 19:08:48 GMT]]></title><description><![CDATA[<p>Was steht denn in deiner Name.cpp?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259382</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259382</guid><dc:creator><![CDATA[cooky451]]></dc:creator><pubDate>Thu, 11 Oct 2012 19:08:48 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Thu, 11 Oct 2012 19:17:26 GMT]]></title><description><![CDATA[<p>kein Sonderzeichen, nur xy.cpp</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259387</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259387</guid><dc:creator><![CDATA[prydza]]></dc:creator><pubDate>Thu, 11 Oct 2012 19:17:26 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Thu, 11 Oct 2012 19:20:52 GMT]]></title><description><![CDATA[<p>Hä? Wie kommst du jetzt auf Sonderzeichen? Ich will wissen was in der Name.cpp steht. Sicher dass du alle Funktionen definiert hast, die deklariert wurden?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259391</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259391</guid><dc:creator><![CDATA[cooky451]]></dc:creator><pubDate>Thu, 11 Oct 2012 19:20:52 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Thu, 11 Oct 2012 19:28:34 GMT]]></title><description><![CDATA[<p>Ach du meinst mein Programm?</p>
<p>#include &lt;iostream&gt;</p>
<p>using namespace std;</p>
<p>float mittelwert(float a,float b);</p>
<p>void main (void)</p>
<p>{<br />
float ergebnis =0;</p>
<p>ergebnis=mittelwert(2,7);<br />
cout &lt;&lt; ergebnis &lt;&lt; endl;<br />
}</p>
<p>float mittelwert(float a,float b)</p>
<p>{<br />
float funktion;<br />
funktion = (a+b)/2;<br />
return funktion;<br />
}</p>
<p>selbst einfaches &quot;Hello World&quot; funktioniert nicht. Das ist eine generelle Fehlermeldung</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259397</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259397</guid><dc:creator><![CDATA[prydza]]></dc:creator><pubDate>Thu, 11 Oct 2012 19:28:34 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Thu, 11 Oct 2012 19:31:53 GMT]]></title><description><![CDATA[<p>main hat den Rückgabetyp int. (void) ist in C++ unnötig, () tut es auch.<br />
Sollte die Fehlermeldung allerdings trotzdem nicht verursachen. Welche Version von Visual Studio hast du? Die neueste? (2012)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259400</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259400</guid><dc:creator><![CDATA[cooky451]]></dc:creator><pubDate>Thu, 11 Oct 2012 19:31:53 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Thu, 11 Oct 2012 19:38:52 GMT]]></title><description><![CDATA[<p>Ouh vergessen anzugeben: Visual Studio 2010 Professional</p>
<p>Die Fehlermeldung gabs nicht schon von Anfang an. Frühere Programme funktionierten einwandfrei. Irgendwie hat sich ein Fehler eingeschlichen, oder ich habe irgendetwas falches unbewusst aktiviert.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259402</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259402</guid><dc:creator><![CDATA[prydza]]></dc:creator><pubDate>Thu, 11 Oct 2012 19:38:52 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Thu, 11 Oct 2012 19:49:20 GMT]]></title><description><![CDATA[<p>Ich habe gerade eine Vermutung...<br />
hast du den Code oben direkt aus deiner Datei kopiert? <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="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259410</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259410</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Thu, 11 Oct 2012 19:49:20 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Thu, 11 Oct 2012 19:56:15 GMT]]></title><description><![CDATA[<p>Wie meinst du das? Ich wiederhole es nochmal es liegt nicht am Code, das ist ein generelles Problem.</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;

using namespace std;

float mittelwert(float a,float b);

void main (void)

{
float ergebnis =0;

ergebnis=mittelwert(2,7);
cout &lt;&lt; ergebnis &lt;&lt; endl;
}

float mittelwert(float a,float b)

{
float funktion;
funktion = (a+b)/2;
return funktion;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2259413</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259413</guid><dc:creator><![CDATA[prydza]]></dc:creator><pubDate>Thu, 11 Oct 2012 19:56:15 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Thu, 11 Oct 2012 21:32:51 GMT]]></title><description><![CDATA[<p>Doch meistens liegt das am Code. Kann allerdings auch an den Linker Einstellungen liegen.<br />
Was für eine Fehlermeldung bekommst du denn ? Der Linker gibt genau an was er nicht findet, und das würde es deutlich einfacher machen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259439</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259439</guid><dc:creator><![CDATA[DarkShadow44]]></dc:creator><pubDate>Thu, 11 Oct 2012 21:32:51 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Thu, 11 Oct 2012 21:33:46 GMT]]></title><description><![CDATA[<p>prydza schrieb:</p>
<blockquote>
<p>Wie meinst du das? Ich wiederhole es nochmal es liegt nicht am Code, das ist ein generelles Problem.</p>
</blockquote>
<p>sry, überlesen.</p>
<p>Schon mit <strong>Neuinstallation</strong> versucht?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259440</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259440</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Thu, 11 Oct 2012 21:33:46 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Thu, 11 Oct 2012 21:35:15 GMT]]></title><description><![CDATA[<p>@Mods: Ich glaube, das sollte ins Compiler- und IDE-Forum verschoben werden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259442</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259442</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Thu, 11 Oct 2012 21:35:15 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Thu, 11 Oct 2012 21:48:10 GMT]]></title><description><![CDATA[<p>Neuinstallation würde ich nicht empfehlen, ich bezweifle dass es ein generelles Problem ist.<br />
Kannst du ein neuerstelltes Projekt kompilieren ? Wie gesagt, poste hier einfach mal die komplette Fehlermeldung sonst kann ich dir nicht weiterhelfen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259446</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259446</guid><dc:creator><![CDATA[DarkShadow44]]></dc:creator><pubDate>Thu, 11 Oct 2012 21:48:10 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Fri, 12 Oct 2012 00:58:27 GMT]]></title><description><![CDATA[<p>Oh Boy...</p>
<p>MSDN schrieb:</p>
<blockquote>
<p>Error LNK1120 gives you a count (number) of unresolved externals for this link. <strong>The conditions that cause unresolved externals are described with error LNK2001, which precedes this error message</strong> (once for each unresolved external).</p>
</blockquote>
<p>Heisst: guck einfach was VOR dem Error LNK1120 kommt (die LNK2001 Meldung), dann weisst du auch welches Symbol ihm abgeht.<br />
Das postest du dann hier.<br />
Und dann sagen wir dir welche .lib du noch zusätzlich linken musst.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259464</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259464</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Fri, 12 Oct 2012 00:58:27 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Fri, 12 Oct 2012 05:34:53 GMT]]></title><description><![CDATA[<p>hustbaer schrieb:</p>
<blockquote>
<p>Und dann sagen wir dir welche .lib du noch zusätzlich linken musst.</p>
</blockquote>
<p>Oder dass er das Projekt richtig einstellen muss weil die Einstellung die er hat vielleicht nach ner WinMain sucht...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259485</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259485</guid><dc:creator><![CDATA[pumuckl]]></dc:creator><pubDate>Fri, 12 Oct 2012 05:34:53 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Fri, 12 Oct 2012 10:11:57 GMT]]></title><description><![CDATA[<p>jup da steht was von WinMain@16</p>
<p>Der Buildvorgang wurde am 12.10.2012 12:08:13 gestartet.<br />
PrepareForBuild:<br />
Das Verzeichnis &quot;C:\Users\Arthur\Documents\Visual Studio 2010\Projects\12oct\Debug\&quot; wird erstellt.<br />
InitializeBuildStatus:<br />
&quot;Debug\12oct.unsuccessfulbuild&quot; wird erstellt, da &quot;AlwaysCreate&quot; angegeben wurde.<br />
ClCompile:<br />
12oct.cpp<br />
MSVCRTD.lib(crtexew.obj) : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol &quot;_WinMain@16&quot; in Funktion &quot;___tmainCRTStartup&quot;.<br />
C:\Users\Arthur\Documents\Visual Studio 2010\Projects\12oct\Debug\12oct.exe : fatal error LNK1120: 1 nicht aufgelöste externe Verweise.</p>
<p>Fehler beim Erstellen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259569</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259569</guid><dc:creator><![CDATA[prydza]]></dc:creator><pubDate>Fri, 12 Oct 2012 10:11:57 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Fri, 12 Oct 2012 10:24:27 GMT]]></title><description><![CDATA[<p>Hmm, vielleicht kein Win32 Konsolenobjekt erstellt, oder den Parameter dafür nicht gesetzt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259574</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259574</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Fri, 12 Oct 2012 10:24:27 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Fri, 12 Oct 2012 10:24:35 GMT]]></title><description><![CDATA[<p>der link error kommt weil du nicht C++ kannst:</p>
<pre><code class="language-cpp">int main() {}
</code></pre>
<p>und schon ist alles OK</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259575</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259575</guid><dc:creator><![CDATA[booost]]></dc:creator><pubDate>Fri, 12 Oct 2012 10:24:35 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Fri, 12 Oct 2012 10:54:11 GMT]]></title><description><![CDATA[<p>@booost dazu sage ich jetzt mal nichts....</p>
<p>@grashooper</p>
<p>Welchen Parameter?<br />
Ich wähle doch ein Win32-Projekt aus? Oder war das die Win32-Konsolenanwendung? Aber damit geht das auch nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259591</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259591</guid><dc:creator><![CDATA[prydza]]></dc:creator><pubDate>Fri, 12 Oct 2012 10:54:11 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Fri, 12 Oct 2012 11:16:29 GMT]]></title><description><![CDATA[<p>Hmm, ich habe eben zum Testen ein Win32-Konsolenprojekt erstellt und das Häckchen bei leeres Projekt gemacht. Dann eine CPP Datei hinzugefügt und dann deinen Code hier per Cut&amp;Paste reingkopiert. Mit Strg+F5 kompilieren und starten lassen und alles hat fein funktioniert.</p>
<pre><code class="language-cpp">#include &lt;iostream&gt;

using namespace std;

float mittelwert(float a,float b);

void main (void)

{
float ergebnis =0;

ergebnis=mittelwert(2,7);
cout &lt;&lt; ergebnis &lt;&lt; endl;
}

float mittelwert(float a,float b)

{
float funktion;
funktion = (a+b)/2;
return funktion;
}
</code></pre>
<p>Ergbnis, ein Konsolenfenster hat sich geöffnet mit der Ausgabe 4.5</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259598</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259598</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Fri, 12 Oct 2012 11:16:29 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Fri, 12 Oct 2012 11:33:23 GMT]]></title><description><![CDATA[<p>Genau das muss raus kommen.</p>
<p>Nun bei mir heißt das eben Win32-Projekt. Also wie schon vermutet mache ich beim erstellen des Projektes einen Fehler oder in den Linker Einstellungen muss ich was ändern.</p>
<p>Aber ich warte jetzt mal auf die Antwort von hustbaer,DarkShadow44 bzw. pumuckl.</p>
<p>siehe Fehlermeldung--&gt;mit der ich nichts anfangen kann <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259604</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259604</guid><dc:creator><![CDATA[prydza]]></dc:creator><pubDate>Fri, 12 Oct 2012 11:33:23 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Fri, 12 Oct 2012 13:32:36 GMT]]></title><description><![CDATA[<p>Win32-Projekt ist nix für reine Konsolenausgaben mit int main(), da wird ein andere Einstiegspunkt verlangt und auch das sagt der Linker, nämlich dass er diesen Punkt nicht bei dir findet.</p>
<p>Du musst unter den Linkersettings deines Projektes unter System das Subsystem /SUBSYSTEM:CONSOLE einstellen, du hast da wahrscheinlich WINDOWS stehen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259663</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259663</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Fri, 12 Oct 2012 13:32:36 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Fri, 12 Oct 2012 14:07:58 GMT]]></title><description><![CDATA[<blockquote>
<p>Nun bei mir heißt das eben Win32-Projekt</p>
</blockquote>
<p>Nein das heißt auch bei dir nicht anders.</p>
<p>&quot;Win32-Konsolenanwendung&quot; bedeutet das du nur ein Konsolenfenster hast. &quot;Win32-Projekt&quot; ist für eine grafische Oberfläche (oder gar kein Fenster).</p>
<p>Der wichtige Unterscheid ist, dass du einen anderen Einstiegspunkt brauchst. Du hast die falsche Einstellung, d.h. dass er den Einstiegspunkt den er sucht nicht findet und dir den Fehler wirft.</p>
<p>Wie du diese Einstellung änderst hat Grasshopper ja schon vollkommen richtig ausgeführt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259690</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259690</guid><dc:creator><![CDATA[DarkShadow44]]></dc:creator><pubDate>Fri, 12 Oct 2012 14:07:58 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Fri, 12 Oct 2012 14:22:24 GMT]]></title><description><![CDATA[<p>Also bei mir führt &quot;Win32-Konsolenanwendung&quot; zu einem Projekt mit einer seltsamen _tmain.</p>
<p>Ich empfehle einfach &quot;Leeres Projekt&quot;, Hinzufügen einer neuen main.cpp und Eintragen des Codes da rein.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2259696</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259696</guid><dc:creator><![CDATA[Eisflamme]]></dc:creator><pubDate>Fri, 12 Oct 2012 14:22:24 GMT</pubDate></item><item><title><![CDATA[Reply to Allgemeine Fehlermeldung (Linker) on Fri, 12 Oct 2012 15:38:22 GMT]]></title><description><![CDATA[<p>Grasshopper schrieb:</p>
<blockquote>
<p>Win32-Projekt ist nix für reine Konsolenausgaben mit int main(), da wird ein andere Einstiegspunkt verlangt und auch das sagt der Linker, nämlich dass er diesen Punkt nicht bei dir findet.</p>
<p>Du musst unter den Linkersettings deines Projektes unter System das Subsystem /SUBSYSTEM:CONSOLE einstellen, du hast da wahrscheinlich WINDOWS stehen.</p>
</blockquote>
<p>Das war es! Vielen Dank! Warum auch immer das auf Windows stand gibt es sicher auch eine Erklärung <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>
]]></description><link>https://www.c-plusplus.net/forum/post/2259731</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2259731</guid><dc:creator><![CDATA[prydza]]></dc:creator><pubDate>Fri, 12 Oct 2012 15:38:22 GMT</pubDate></item></channel></rss>