<?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[Wie bekomme ich diese Fehler weg?]]></title><description><![CDATA[<p>Kompilieren...<br />
main.c<br />
procfunc.c<br />
c:\dokumente und einstellungen\keller\desktop\neuer ordner\procfunc.c(77) : warning C4996: 'stricmp' wurde als veraltet deklariert<br />
c:\programme\microsoft visual studio 8\vc\include\string.h(213): Siehe Deklaration von 'stricmp'<br />
Meldung: &quot;The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.&quot;<br />
c:\dokumente und einstellungen\keller\desktop\neuer ordner\procfunc.c(97) : warning C4996: 'stricmp' wurde als veraltet deklariert<br />
c:\programme\microsoft visual studio 8\vc\include\string.h(213): Siehe Deklaration von 'stricmp'<br />
Meldung: &quot;The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.&quot;<br />
c:\dokumente und einstellungen\keller\desktop\neuer ordner\procfunc.c(344) : warning C4102: 'InLoadOrderModuleList': Unreferenzierte Marke<br />
Code wird generiert...<br />
Ressourcen werden kompiliert...<br />
.\rsrc.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'.</p>
<p>Könnte mir einer helfen</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/188801/wie-bekomme-ich-diese-fehler-weg</link><generator>RSS for Node</generator><lastBuildDate>Fri, 25 Sep 2026 04:40:07 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/188801.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Aug 2007 09:39:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wie bekomme ich diese Fehler weg? on Sat, 04 Aug 2007 09:39:31 GMT]]></title><description><![CDATA[<p>Kompilieren...<br />
main.c<br />
procfunc.c<br />
c:\dokumente und einstellungen\keller\desktop\neuer ordner\procfunc.c(77) : warning C4996: 'stricmp' wurde als veraltet deklariert<br />
c:\programme\microsoft visual studio 8\vc\include\string.h(213): Siehe Deklaration von 'stricmp'<br />
Meldung: &quot;The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.&quot;<br />
c:\dokumente und einstellungen\keller\desktop\neuer ordner\procfunc.c(97) : warning C4996: 'stricmp' wurde als veraltet deklariert<br />
c:\programme\microsoft visual studio 8\vc\include\string.h(213): Siehe Deklaration von 'stricmp'<br />
Meldung: &quot;The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.&quot;<br />
c:\dokumente und einstellungen\keller\desktop\neuer ordner\procfunc.c(344) : warning C4102: 'InLoadOrderModuleList': Unreferenzierte Marke<br />
Code wird generiert...<br />
Ressourcen werden kompiliert...<br />
.\rsrc.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'.</p>
<p>Könnte mir einer helfen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1338548</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1338548</guid><dc:creator><![CDATA[Chenoa]]></dc:creator><pubDate>Sat, 04 Aug 2007 09:39:31 GMT</pubDate></item><item><title><![CDATA[Reply to Wie bekomme ich diese Fehler weg? on Sat, 04 Aug 2007 09:45:46 GMT]]></title><description><![CDATA[<p>Einfachste Lösung: Ignorieren - der Compiler warnt dich nur davor, daß die Funktion stricmp() als veraltet eingestuft wurde.</p>
<p>Bessere Lösung: Nimm die vom Compiler angebotene Ersatzversion _stricmp() (auch wenn ich mich frage, warum er die als &quot;ISO konform&quot; bezeichnet).</p>
<p>(bei der letzten Warnung solltest du mal die MSDN konsultieren, ob sie ausführlichere Tips geben kann)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1338555</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1338555</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Sat, 04 Aug 2007 09:45:46 GMT</pubDate></item><item><title><![CDATA[Reply to Wie bekomme ich diese Fehler weg? on Sat, 04 Aug 2007 11:22:58 GMT]]></title><description><![CDATA[<p>Wie meinst du das ich soll MSDN konsultieren?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1338596</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1338596</guid><dc:creator><![CDATA[Chenoa]]></dc:creator><pubDate>Sat, 04 Aug 2007 11:22:58 GMT</pubDate></item><item><title><![CDATA[Reply to Wie bekomme ich diese Fehler weg? on Sat, 04 Aug 2007 11:28:25 GMT]]></title><description><![CDATA[<p>Die Fehlermeldungen (gerade diese Cxxxx-Fehlernummern) deuten auf einen Compiler der Microsoft-Serie hin. Also solltest du auch in der zugehöigen Hilfe (die in der MSDN enthalten ist) nachschlagen, was ein bestimmter Fehler bedeutet - im einfachsten Fall reicht es, die Zeile zu markieren und F1 zu drücken, um die ausführlichere Erklärung zu erhalten.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1338601</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1338601</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Sat, 04 Aug 2007 11:28:25 GMT</pubDate></item></channel></rss>