<?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[GDI+ Bitmap* aus DLL zurückgeben]]></title><description><![CDATA[<p>Hallo,<br />
ich würde gerne eine Bitmap* zurückgeben (aus einer DLL)und es in einer Scriptsprache (Autoit) als ptr* anzunehmen und mit der GDIplus.dll die Bitmap weiterverarbeiten</p>
<pre><code class="language-cpp">Bitmap *nbmp=new Bitmap(w,h,bmp-&gt;GetPixelFormat());
return nbmp;
</code></pre>
<p>Ich hoffe ihr könnt mir helfen, wäre sehr nett. So gibt die Funktion von GDI+ zum speichern vom Bild False zurück.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/276263/gdi-bitmap-aus-dll-zurückgeben</link><generator>RSS for Node</generator><lastBuildDate>Wed, 26 Aug 2026 11:06:08 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/276263.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 Oct 2010 20:27:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GDI+ Bitmap* aus DLL zurückgeben on Fri, 29 Oct 2010 20:27:20 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich würde gerne eine Bitmap* zurückgeben (aus einer DLL)und es in einer Scriptsprache (Autoit) als ptr* anzunehmen und mit der GDIplus.dll die Bitmap weiterverarbeiten</p>
<pre><code class="language-cpp">Bitmap *nbmp=new Bitmap(w,h,bmp-&gt;GetPixelFormat());
return nbmp;
</code></pre>
<p>Ich hoffe ihr könnt mir helfen, wäre sehr nett. So gibt die Funktion von GDI+ zum speichern vom Bild False zurück.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1972500</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1972500</guid><dc:creator><![CDATA[TheShadowAE]]></dc:creator><pubDate>Fri, 29 Oct 2010 20:27:20 GMT</pubDate></item><item><title><![CDATA[Reply to GDI+ Bitmap* aus DLL zurückgeben on Fri, 29 Oct 2010 21:15:41 GMT]]></title><description><![CDATA[<p>Mit Standard-C++ hat deine Frage herzlich wenig zu tun. Was ist das was du da machst? C++/CLI?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1972513</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1972513</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Fri, 29 Oct 2010 21:15:41 GMT</pubDate></item><item><title><![CDATA[Reply to GDI+ Bitmap* aus DLL zurückgeben on Fri, 29 Oct 2010 21:30:36 GMT]]></title><description><![CDATA[<p>TheShadowAE schrieb:</p>
<blockquote>
<p>Hallo,<br />
ich würde gerne eine Bitmap* zurückgeben (aus einer DLL)und es in einer Scriptsprache (Autoit) als ptr* anzunehmen und mit der GDIplus.dll die Bitmap weiterverarbeiten</p>
<pre><code class="language-cpp">Bitmap *nbmp=new Bitmap(w,h,bmp-&gt;GetPixelFormat());
return nbmp;
</code></pre>
<p>Ich hoffe ihr könnt mir helfen, wäre sehr nett. So gibt die Funktion von GDI+ zum speichern vom Bild False zurück.</p>
</blockquote>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /> Der Ablaufplan sieht also so aus: WinAPI -&gt; autoit -&gt; WinAPI ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1972519</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1972519</guid><dc:creator><![CDATA[Vicious Falcon]]></dc:creator><pubDate>Fri, 29 Oct 2010 21:30:36 GMT</pubDate></item><item><title><![CDATA[Reply to GDI+ Bitmap* aus DLL zurückgeben on Sat, 30 Oct 2010 08:31:16 GMT]]></title><description><![CDATA[<p>Ja der Ablauf stimmt. Und sorry mir wurde gesagt das soll hier hin..</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1972577</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1972577</guid><dc:creator><![CDATA[TheShadowAE]]></dc:creator><pubDate>Sat, 30 Oct 2010 08:31:16 GMT</pubDate></item><item><title><![CDATA[Reply to GDI+ Bitmap* aus DLL zurückgeben on Sat, 30 Oct 2010 08:33:42 GMT]]></title><description><![CDATA[<p>SeppJ schrieb:</p>
<blockquote>
<p>Mit Standard-C++ hat deine Frage herzlich wenig zu tun. Was ist das was du da machst? C++/CLI?</p>
</blockquote>
<p>Warum mit C++/CLI? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1972578</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1972578</guid><dc:creator><![CDATA[theta]]></dc:creator><pubDate>Sat, 30 Oct 2010 08:33:42 GMT</pubDate></item></channel></rss>