<?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[Fehlermeldung]]></title><description><![CDATA[<p>Hallo,</p>
<p>seit ich eine neue Komponente auf meinem Form platziert habe, bekomme ich folgende Fehlermeldungen:</p>
<p>[C++ Fehler] OpenCVGUI.cpp(301): E2089 Bezeichner 'min' darf keinen Typqualifizierer besitzen</p>
<p>[C++ Fehler] OpenCVGUI.cpp(304): E2335 Überladene Funktion 'max' ist in diesem Kontext mehrdeutig</p>
<p>Der zugehörige Code ist (Zeile 301):</p>
<pre><code class="language-cpp">double min = 1e7, max = 0;
</code></pre>
<p>bzw. (Z. 304)</p>
<pre><code class="language-cpp">min += 10.;
</code></pre>
<p>Woran kann das liegen?</p>
<p>Danke und Gruss<br />
Lodo2609</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/202559/fehlermeldung</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 09:35:18 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/202559.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 12 Jan 2008 21:39:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fehlermeldung on Sat, 12 Jan 2008 21:39:56 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>seit ich eine neue Komponente auf meinem Form platziert habe, bekomme ich folgende Fehlermeldungen:</p>
<p>[C++ Fehler] OpenCVGUI.cpp(301): E2089 Bezeichner 'min' darf keinen Typqualifizierer besitzen</p>
<p>[C++ Fehler] OpenCVGUI.cpp(304): E2335 Überladene Funktion 'max' ist in diesem Kontext mehrdeutig</p>
<p>Der zugehörige Code ist (Zeile 301):</p>
<pre><code class="language-cpp">double min = 1e7, max = 0;
</code></pre>
<p>bzw. (Z. 304)</p>
<pre><code class="language-cpp">min += 10.;
</code></pre>
<p>Woran kann das liegen?</p>
<p>Danke und Gruss<br />
Lodo2609</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1435655</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1435655</guid><dc:creator><![CDATA[lodo2609]]></dc:creator><pubDate>Sat, 12 Jan 2008 21:39:56 GMT</pubDate></item><item><title><![CDATA[Reply to Fehlermeldung on Sat, 12 Jan 2008 22:14:41 GMT]]></title><description><![CDATA[<p>Z.B. daran, daß du irgendwo using namespace std; stehen hast und min und max globale Bezeichner sind.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1435675</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1435675</guid><dc:creator><![CDATA[audacia]]></dc:creator><pubDate>Sat, 12 Jan 2008 22:14:41 GMT</pubDate></item></channel></rss>