<?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[Warning wegbekommen]]></title><description><![CDATA[<p>Hi,</p>
<p>ich bekomm bei diesen beiden Zeilen IMMER 2 Warnings:</p>
<pre><code class="language-cpp">case WM_GETMINMAXINFO:
		{
			((LPMINMAXINFO)lParam)-&gt;ptMinTrackSize.x=200;
			((LPMINMAXINFO)lParam)-&gt;ptMinTrackSize.y=150;
		} break;
</code></pre>
<p>warning C4312: 'type cast' : conversion from 'long' to 'LPMINMAXINFO' of greater size<br />
warning C4312: 'type cast' : conversion from 'long' to 'LPMINMAXINFO' of greater size</p>
<p>wie bekomm ich die Warnings weg?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/75375/warning-wegbekommen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 22:10:44 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/75375.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 May 2004 23:35:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Warning wegbekommen on Sun, 30 May 2004 23:35:26 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>ich bekomm bei diesen beiden Zeilen IMMER 2 Warnings:</p>
<pre><code class="language-cpp">case WM_GETMINMAXINFO:
		{
			((LPMINMAXINFO)lParam)-&gt;ptMinTrackSize.x=200;
			((LPMINMAXINFO)lParam)-&gt;ptMinTrackSize.y=150;
		} break;
</code></pre>
<p>warning C4312: 'type cast' : conversion from 'long' to 'LPMINMAXINFO' of greater size<br />
warning C4312: 'type cast' : conversion from 'long' to 'LPMINMAXINFO' of greater size</p>
<p>wie bekomm ich die Warnings weg?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/530054</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/530054</guid><dc:creator><![CDATA[X.X]]></dc:creator><pubDate>Sun, 30 May 2004 23:35:26 GMT</pubDate></item><item><title><![CDATA[Reply to Warning wegbekommen on Mon, 31 May 2004 04:07:13 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>kompiliere den Code mit einem 32Bit-Compiler, nicht mit einem 64Bit-Compiler. Denn diese warning dürfte nur bei einem 64Bit-Compiler kommen, oder aber schalte diese Compiler-Option</p>
<p><a href="http://msdn.microsoft.com/library/en-us/vccore/html/vchowWp64Detect64BitPortabilityProblems.asp" rel="nofollow">http://msdn.microsoft.com/library/en-us/vccore/html/vchowWp64Detect64BitPortabilityProblems.asp</a></p>
<p>beim 32Bit-Compiler aus.</p>
<p>MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/530065</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/530065</guid><dc:creator><![CDATA[Probe-Nutzer]]></dc:creator><pubDate>Mon, 31 May 2004 04:07:13 GMT</pubDate></item><item><title><![CDATA[Reply to Warning wegbekommen on Mon, 31 May 2004 13:36:00 GMT]]></title><description><![CDATA[<p>gehts nicht irgendwie anders?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/530277</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/530277</guid><dc:creator><![CDATA[X.X]]></dc:creator><pubDate>Mon, 31 May 2004 13:36:00 GMT</pubDate></item><item><title><![CDATA[Reply to Warning wegbekommen on Mon, 31 May 2004 17:45:08 GMT]]></title><description><![CDATA[<p>nein, warum soll das anders gehen? Was ist denn mit deinem Compiler los, daß er solche Warnungen bringt? Kompilierst du etwa mit dem im SDK enthaltenen 64Bit-Compiler? Oder ist die Option, die ich genannt habe, gesetzt? Oder warum fragst du, ob es auch anders geht? Hast du es nicht geprüft, ob einer der Gründe, die ich genannt habe, zutrifft? Oder willst du nichts ändern? Du mußt schon erklären, ob es nicht funktioniert hat, denn ich weiß nicht, warum du eine &quot;andere Lösung&quot; suchst? (Du kannst natürlich die Warnung auch ignorieren, oder ausschalten usw..., aber irgendetwas stimmt doch mit deinen Einstellungen nicht).</p>
<p>MfG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/530457</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/530457</guid><dc:creator><![CDATA[Probe-Nutzer]]></dc:creator><pubDate>Mon, 31 May 2004 17:45:08 GMT</pubDate></item></channel></rss>