<?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[WARNUNG bei VC++ Net !!!]]></title><description><![CDATA[<p>Hi,<br />
Wenn ich meine Anwendung kompiliere kommt immer zu jeder Datei eine Warnung.<br />
Leider weiß ich nicht was das für eine ist. Vielleich tkönnt ihr mir da helfen wie ich die entferne..</p>
<blockquote>
<p>Kompilieren...<br />
nXUtil.cpp<br />
c:\Programme\Microsoft Visual Studio .NET\Vc7\include\useoldio.h(29) : warning C4995: '_OLD_IOSTREAMS_ARE_DEPRECATED': der Name, der als #pragma markiert war, wurde verworfen<br />
.... usw</p>
</blockquote>
<p>Bye</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/49350/warnung-bei-vc-net</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 14:52:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/49350.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 Sep 2003 11:47:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WARNUNG bei VC++ Net !!! on Thu, 18 Sep 2003 11:47:54 GMT]]></title><description><![CDATA[<p>Hi,<br />
Wenn ich meine Anwendung kompiliere kommt immer zu jeder Datei eine Warnung.<br />
Leider weiß ich nicht was das für eine ist. Vielleich tkönnt ihr mir da helfen wie ich die entferne..</p>
<blockquote>
<p>Kompilieren...<br />
nXUtil.cpp<br />
c:\Programme\Microsoft Visual Studio .NET\Vc7\include\useoldio.h(29) : warning C4995: '_OLD_IOSTREAMS_ARE_DEPRECATED': der Name, der als #pragma markiert war, wurde verworfen<br />
.... usw</p>
</blockquote>
<p>Bye</p>
]]></description><link>https://www.c-plusplus.net/forum/post/356047</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/356047</guid><dc:creator><![CDATA[_GAST_]]></dc:creator><pubDate>Thu, 18 Sep 2003 11:47:54 GMT</pubDate></item><item><title><![CDATA[Reply to WARNUNG bei VC++ Net !!! on Thu, 18 Sep 2003 11:58:39 GMT]]></title><description><![CDATA[<p>In der MSDN nach C4995 suchen hilft fast immer</p>
<p>z.B.<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/vcrefDeprecated.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html/vcrefDeprecated.asp</a></p>
<p>bzw.<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vctbsCompilerWarningLevel1C4995.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vctbsCompilerWarningLevel1C4995.asp</a></p>
<p>Eine Funktion, welche du verwendest hast, wurde als veraltet erkannt.<br />
Kann sein das diese Funktion in der nächsten Version der WINAPI nicht mehr dabei ist und du ein Problem bekommst.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/356053</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/356053</guid><dc:creator><![CDATA[Unix-Tom]]></dc:creator><pubDate>Thu, 18 Sep 2003 11:58:39 GMT</pubDate></item><item><title><![CDATA[Reply to WARNUNG bei VC++ Net !!! on Thu, 18 Sep 2003 14:02:03 GMT]]></title><description><![CDATA[<p>Hi, ok danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/356149</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/356149</guid><dc:creator><![CDATA[_GAST_]]></dc:creator><pubDate>Thu, 18 Sep 2003 14:02:03 GMT</pubDate></item></channel></rss>