<?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[Problem mit EOutOfResources]]></title><description><![CDATA[<p>Hallo zusammen.<br />
Habe folgendes Problem;<br />
Beim erstellen einer Bitmap habe ich ab einer bestimmten Größe(bei mir z.B 2049*2049) folgende Fehlermeldung</p>
<p>Graphics::TBitmap *Bitmap = new Graphics::TBitmap();<br />
Bitmap-&gt;Width = x_size; // 2049<br />
Bitmap-&gt;Height = y_size; // 2049</p>
<p>Im Projekt Project1.exe ist eine Exception der Klasse EOutOfResources aufgetreten.Meldung:'Der Parameter stimmt nicht'.</p>
<p>Bis zur Größe 1025*1025 funktioniert es aber.<br />
Kann mir jemand weiterhelfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/82804/problem-mit-eoutofresources</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 20:38:55 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/82804.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 14 Aug 2004 10:45:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit EOutOfResources on Sat, 14 Aug 2004 10:45:23 GMT]]></title><description><![CDATA[<p>Hallo zusammen.<br />
Habe folgendes Problem;<br />
Beim erstellen einer Bitmap habe ich ab einer bestimmten Größe(bei mir z.B 2049*2049) folgende Fehlermeldung</p>
<p>Graphics::TBitmap *Bitmap = new Graphics::TBitmap();<br />
Bitmap-&gt;Width = x_size; // 2049<br />
Bitmap-&gt;Height = y_size; // 2049</p>
<p>Im Projekt Project1.exe ist eine Exception der Klasse EOutOfResources aufgetreten.Meldung:'Der Parameter stimmt nicht'.</p>
<p>Bis zur Größe 1025*1025 funktioniert es aber.<br />
Kann mir jemand weiterhelfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/582543</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/582543</guid><dc:creator><![CDATA[Newcomer]]></dc:creator><pubDate>Sat, 14 Aug 2004 10:45:23 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit EOutOfResources on Sat, 14 Aug 2004 13:18:21 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=5724" rel="nofollow">flenders</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=4" rel="nofollow">WinAPI</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=2" rel="nofollow">Borland C++ Builder (VCL/CLX)</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/582639</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/582639</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Sat, 14 Aug 2004 13:18:21 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit EOutOfResources on Sun, 15 Aug 2004 18:23:44 GMT]]></title><description><![CDATA[<p>Was macht dein Programm denn (sonst) so?<br />
EOutOfResources bezieht sich eigentlich auf Windows-Handles, die dir offenbar ausgehen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/583312</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/583312</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sun, 15 Aug 2004 18:23:44 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit EOutOfResources on Mon, 16 Aug 2004 05:29:52 GMT]]></title><description><![CDATA[<p>Sehr merkwürdig!!</p>
<p>So war es am Anfang und da kam die Fehlermeldung.</p>
<p>Graphics::TBitmap *Bitmap = new Graphics::TBitmap();<br />
Bitmap-&gt;Width = x_size; // 2049<br />
Bitmap-&gt;Height = y_size; // 2049<br />
Bitmap-&gt;PixelFormat= pf24bit;</p>
<p>Im Delphiforum bot man die Lösung an -<br />
Bitmap-&gt;PixelFormat= pf24bit;<br />
Bitmap-&gt;Width = x_size; // 2049<br />
Bitmap-&gt;Height = y_size; // 2049</p>
<p>Und siehe da, es funktioniert selbst bei 4097*4097!<br />
Soll aber auch nur bei manchen Versionen von Win98 auftreten!<br />
Warum es durch das verschieben des einen Befehls nun funktioniert, weiß man<br />
so recht nicht!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/583455</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/583455</guid><dc:creator><![CDATA[Newcomer]]></dc:creator><pubDate>Mon, 16 Aug 2004 05:29:52 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit EOutOfResources on Mon, 16 Aug 2004 09:17:55 GMT]]></title><description><![CDATA[<p>Welchen Wert hat das Pixelformat vorher?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/583554</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/583554</guid><dc:creator><![CDATA[junix]]></dc:creator><pubDate>Mon, 16 Aug 2004 09:17:55 GMT</pubDate></item></channel></rss>