<?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[CxImage einbinden in automation DLL]]></title><description><![CDATA[<p>Hi.</p>
<p>Hat jemand Erfahrung mit CxImage?</p>
<p>Ich habe die Bibliotheken alle eingebunden.</p>
<p>Aber wie kann ich nun ein Objekt vom Tpy CxImage erstellen?</p>
<pre><code class="language-cpp">CxImage *image;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/176428/cximage-einbinden-in-automation-dll</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 01:36:16 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/176428.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 21 Mar 2007 08:29:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CxImage einbinden in automation DLL on Wed, 21 Mar 2007 08:29:32 GMT]]></title><description><![CDATA[<p>Hi.</p>
<p>Hat jemand Erfahrung mit CxImage?</p>
<p>Ich habe die Bibliotheken alle eingebunden.</p>
<p>Aber wie kann ich nun ein Objekt vom Tpy CxImage erstellen?</p>
<pre><code class="language-cpp">CxImage *image;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1249572</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1249572</guid><dc:creator><![CDATA[AdmD]]></dc:creator><pubDate>Wed, 21 Mar 2007 08:29:32 GMT</pubDate></item><item><title><![CDATA[Reply to CxImage einbinden in automation DLL on Wed, 28 Mar 2007 12:30:33 GMT]]></title><description><![CDATA[<p>z.B.</p>
<pre><code class="language-cpp">image =new CxImage(...);
image-&gt;Draw(hDC, XDest, YDest, nWidth, nHeight);
</code></pre>
<p>Was willst Du denn tun?<br />
Guck Dir mal die cximage.htm, cximage_reference.htm bzw. das Beispiel an.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1254544</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1254544</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Wed, 28 Mar 2007 12:30:33 GMT</pubDate></item></channel></rss>