<?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[Compiler Warnungen bei CDaoRecordset und CDaoDatabase ??]]></title><description><![CDATA[<p>folgende Wahrnungen:</p>
<p>c:\Dokumente und Einstellungen\bsw\Eigene Dateien\Visual Studio Projects\Simulator\CMyDatabase.h(22) : warning C4995: 'CDaoDatabase': name was marked as #pragma deprecated<br />
c:\Dokumente und Einstellungen\bsw\Eigene Dateien\Visual Studio Projects\Simulator\CMyDatabase.h(28) : warning C4995: 'CDaoRecordset': name was marked as #pragma deprecated</p>
<p>was soll das bedeuten, udn wie bekomm ich die weg</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/160570/compiler-warnungen-bei-cdaorecordset-und-cdaodatabase</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Jul 2026 16:14:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/160570.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 Sep 2006 04:39:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Compiler Warnungen bei CDaoRecordset und CDaoDatabase ?? on Wed, 27 Sep 2006 04:39:14 GMT]]></title><description><![CDATA[<p>folgende Wahrnungen:</p>
<p>c:\Dokumente und Einstellungen\bsw\Eigene Dateien\Visual Studio Projects\Simulator\CMyDatabase.h(22) : warning C4995: 'CDaoDatabase': name was marked as #pragma deprecated<br />
c:\Dokumente und Einstellungen\bsw\Eigene Dateien\Visual Studio Projects\Simulator\CMyDatabase.h(28) : warning C4995: 'CDaoRecordset': name was marked as #pragma deprecated</p>
<p>was soll das bedeuten, udn wie bekomm ich die weg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1145196</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1145196</guid><dc:creator><![CDATA[BorisDieKlinge]]></dc:creator><pubDate>Wed, 27 Sep 2006 04:39:14 GMT</pubDate></item><item><title><![CDATA[Reply to Compiler Warnungen bei CDaoRecordset und CDaoDatabase ?? on Wed, 27 Sep 2006 06:20:04 GMT]]></title><description><![CDATA[<p>In der MSDN findest Du folgendes:</p>
<blockquote>
<p>The deprecated pragma lets you indicate that a function, type, or any other identifier may no longer be supported in a future release or should no longer be used.</p>
</blockquote>
<p>DAO wird doch in zukünftigen MFC-Versionen nicht weiterentwickelt. Deshalb sollte man lieber auf OLE DB oder ODBC zurückgreifen. Ist aber nur so eine Vermutung, denke ich hab sowas irgendwo mal gelesen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1145213</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1145213</guid><dc:creator><![CDATA[AndyDD]]></dc:creator><pubDate>Wed, 27 Sep 2006 06:20:04 GMT</pubDate></item><item><title><![CDATA[Reply to Compiler Warnungen bei CDaoRecordset und CDaoDatabase ?? on Wed, 27 Sep 2006 06:53:41 GMT]]></title><description><![CDATA[<p>DAO wird schon seid Jahren nicht mehr supported... es ist zwar noch dabei und man kann es verwenden, aber man sollte es nicht mehr seit 2002/2003...<br />
<a href="http://msdn2.microsoft.com/en-us/library/80t45af7.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/80t45af7.aspx</a> (ganz oben)</p>
<p>Und mit VS2005 wurde die Klasse nun im Source als deprecated markiert, damit es nun jedem auffällt, dass man diese Klassen nicht mehr verwenden sollte...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1145224</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1145224</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Wed, 27 Sep 2006 06:53:41 GMT</pubDate></item><item><title><![CDATA[Reply to Compiler Warnungen bei CDaoRecordset und CDaoDatabase ?? on Wed, 27 Sep 2006 06:59:16 GMT]]></title><description><![CDATA[<p>PS: Um die Warning zu deaktivieren musst Du nur folgendes definieren:</p>
<pre><code class="language-cpp">#define _AFX_DISABLE_DEPRECATED
</code></pre>
<p>bevor Du das &quot;afxdao.h&quot; einbindest<br />
oder Du setzt es in den Projekteinstellungen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1145227</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1145227</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Wed, 27 Sep 2006 06:59:16 GMT</pubDate></item></channel></rss>