<?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[Bildbearbeitung]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe ein Problem mit CImg. Ich hab alle Dateien richtig verlink (benutze Visual Studio 2010 C++), aber sobald ich</p>
<pre><code>CImg&lt;double&gt; image(&quot;1.jpg&quot;);
	CImgDisplay main_disp(image,&quot;Image&quot;,0);
</code></pre>
<p>kompiliere, bekomme ich in meinem DOS-Fenster ausgegeben, dass GM.exe nicht gefunden wurde und werde auf eine Zeile in der output.c verwiesen:</p>
<pre><code>#endif  /* POSITIONAL_PARAMETERS */

    return charsout;        /* return value = number of characters written */
}
</code></pre>
<p>Danke schon mal für die Hilfe! Ist echt dringend.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/272632/bildbearbeitung</link><generator>RSS for Node</generator><lastBuildDate>Fri, 28 Aug 2026 17:37:16 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/272632.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Aug 2010 21:57:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bildbearbeitung on Sat, 21 Aug 2010 21:57:28 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe ein Problem mit CImg. Ich hab alle Dateien richtig verlink (benutze Visual Studio 2010 C++), aber sobald ich</p>
<pre><code>CImg&lt;double&gt; image(&quot;1.jpg&quot;);
	CImgDisplay main_disp(image,&quot;Image&quot;,0);
</code></pre>
<p>kompiliere, bekomme ich in meinem DOS-Fenster ausgegeben, dass GM.exe nicht gefunden wurde und werde auf eine Zeile in der output.c verwiesen:</p>
<pre><code>#endif  /* POSITIONAL_PARAMETERS */

    return charsout;        /* return value = number of characters written */
}
</code></pre>
<p>Danke schon mal für die Hilfe! Ist echt dringend.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1942863</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1942863</guid><dc:creator><![CDATA[Frida]]></dc:creator><pubDate>Sat, 21 Aug 2010 21:57:28 GMT</pubDate></item><item><title><![CDATA[Reply to Bildbearbeitung on Sun, 22 Aug 2010 12:09:29 GMT]]></title><description><![CDATA[<p>Frida schrieb:</p>
<blockquote>
<p>sobald ich</p>
<pre><code>CImg&lt;double&gt; image(&quot;1.jpg&quot;);
	CImgDisplay main_disp(image,&quot;Image&quot;,0);
</code></pre>
<p>kompiliere, bekomme ich in meinem DOS-Fenster ausgegeben, dass GM.exe nicht gefunden wurde</p>
</blockquote>
<p>Ich bekomme da einen ganz anderen Fehler:</p>
<pre><code>line 1: error: expected constructor, destructor, or type conversion before '&lt;' token
</code></pre>
<p>Du gibst uns so gut wie garkeine Info. Psote uns bitte ein vollständiges compilierbares Beispiel, das den Fehler wiedergibt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1942951</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1942951</guid><dc:creator><![CDATA[pumuckl]]></dc:creator><pubDate>Sun, 22 Aug 2010 12:09:29 GMT</pubDate></item><item><title><![CDATA[Reply to Bildbearbeitung on Sun, 22 Aug 2010 12:50:58 GMT]]></title><description><![CDATA[<pre><code>#include &lt;iostream&gt;
#include &quot;CImg.h&quot;
  using namespace cimg_library;
using namespace std;

  int main() {
    CImg&lt;unsigned char&gt; image(&quot;1.jpg&quot;));
    CImgDisplay main_disp(image,&quot;Image&quot;,0);

    return 0;
  }
</code></pre>
<p>mehr hab ich im moment nicht, weil ich mit CImg erst gerade anfange und es erst mal testen wollte.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1942969</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1942969</guid><dc:creator><![CDATA[Frida]]></dc:creator><pubDate>Sun, 22 Aug 2010 12:50:58 GMT</pubDate></item><item><title><![CDATA[Reply to Bildbearbeitung on Sun, 22 Aug 2010 12:55:31 GMT]]></title><description><![CDATA[<p>Warum kurz Google nach &quot;CImg gm.exe&quot; befragen, wenn es viel bequemer ist, eine Hundertschaft im Internetforum zu aktivieren?<br />
gm.exe liegt nicht im PATH.<br />
Lösung:<br />
<a href="http://cimg.sourcearchive.com/lines/1.2.0.1-2/namespacecimg__library_1_1cimg_427f31124296fa11e951bb2536e4e88b.html" rel="nofollow">http://cimg.sourcearchive.com/lines/1.2.0.1-2/namespacecimg__library_1_1cimg_427f31124296fa11e951bb2536e4e88b.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1942970</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1942970</guid><dc:creator><![CDATA[l&#x27;abra d&#x27;or]]></dc:creator><pubDate>Sun, 22 Aug 2010 12:55:31 GMT</pubDate></item><item><title><![CDATA[Reply to Bildbearbeitung on Sun, 22 Aug 2010 12:58:22 GMT]]></title><description><![CDATA[<p>ok, klappt jetzt.... hatte nen anderen Fehler<br />
Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1942972</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1942972</guid><dc:creator><![CDATA[Frida]]></dc:creator><pubDate>Sun, 22 Aug 2010 12:58:22 GMT</pubDate></item></channel></rss>