<?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[Probleme mit ImageMagick]]></title><description><![CDATA[<p>Hallo nochmal,</p>
<p>ich versuch gerade <a href="http://www.imagemagick.org" rel="nofollow">ImageMagick</a> in einem VC++ 6.0 Programm zu verwenden.</p>
<p>Ich hab versucht, das erste Beispiel <a href="http://www.imagemagick.org/www/Magick++/Image.html" rel="nofollow">von hier</a> nachzubauen:</p>
<pre><code class="language-cpp">void CImagem1Dlg::OnOK()
{
Magick::Image image;

// Read a file into image object
image.read(&quot;girl.gif&quot;);

// Crop the image to specified size (width, height, xOffset, yOffset)
image.crop(Magick::Geometry(100,100, 100, 100));

// Write the image to a file
image.write(&quot;x.gif&quot;);
}
</code></pre>
<p>Leider bringt er jetzt den Fehler, dass er externe Verweise nicht aufloesen kann:</p>
<blockquote>
<p>--------------------Konfiguration: imagem1 - Win32 Debug--------------------<br />
Kompilierung läuft...<br />
imagem1Dlg.cpp<br />
Linker-Vorgang läuft...<br />
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;__declspec(dllimport) public: virtual __thiscall Magick::Image::~Image(void)&quot; (__imp_??1Image@Magick@@UAE@XZ)<br />
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;__declspec(dllimport) public: void __thiscall Magick::Image::write(class std::basic_string,class std::allocator &gt; const &amp;)&quot; (__imp_?write@Ima<br />
ge@Magick@@QAEXABV?<span class="katex"><span class="katex-mathml"><math><semantics><mrow><mi>b</mi><mi>a</mi><mi>s</mi><mi>i</mi><mi>c</mi><mi mathvariant="normal">_</mi><mi>s</mi><mi>t</mi><mi>r</mi><mi>i</mi><mi>n</mi><mi>g</mi><mi mathvariant="normal">@</mi><mi>D</mi><mi>U</mi><mo>?</mo></mrow><annotation encoding="application/x-tex">basic\_string@DU?</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.69444em;"></span><span class="strut bottom" style="height:1.00444em;vertical-align:-0.31em;"></span><span class="base textstyle uncramped"><span class="mord mathit">b</span><span class="mord mathit">a</span><span class="mord mathit">s</span><span class="mord mathit">i</span><span class="mord mathit">c</span><span class="mord mathrm" style="margin-right:0.02778em;">_</span><span class="mord mathit">s</span><span class="mord mathit">t</span><span class="mord mathit" style="margin-right:0.02778em;">r</span><span class="mord mathit">i</span><span class="mord mathit">n</span><span class="mord mathit" style="margin-right:0.03588em;">g</span><span class="mord mathrm">@</span><span class="mord mathit" style="margin-right:0.02778em;">D</span><span class="mord mathit" style="margin-right:0.10903em;">U</span><span class="mclose">?</span></span></span></span>char_traits@D@std@@V?allocator@D@2@@std@@@Z)  
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol "\_\_declspec(dllimport) public: \_\_thiscall Magick::Geometry::~Geometry(void)" (\_\_imp\_??1Geometry@Magick@@QAE@XZ)  
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol "\_\_declspec(dllimport) public: void \_\_thiscall Magick::Image::crop(class Magick::Geometry const &)" (\_\_imp\_?crop@Image@Magick@@QAEXABVGeometry@2@@Z)  
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol "\_\_declspec(dllimport) public: \_\_thiscall Magick::Geometry::Geometry(unsigned int,unsigned int,unsigned int,unsigned int,bool,bool)" (\_\_imp\_??0Geometry@Magick@@QAE@IIII_N0@Z)  
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol "\_\_declspec(dllimport) public: void \_\_thiscall Magick::Image::read(class std::basic\_string,class std::allocator > const &)" (\_\_imp_?read@Image  
@Magick@@QAEXABV?basic_string@DU?<span class="katex"><span class="katex-mathml"><math><semantics><mrow><mi>c</mi><mi>h</mi><mi>a</mi><mi>r</mi><mi mathvariant="normal">_</mi><mi>t</mi><mi>r</mi><mi>a</mi><mi>i</mi><mi>t</mi><mi>s</mi><mi mathvariant="normal">@</mi><mi>D</mi><mi mathvariant="normal">@</mi><mi>s</mi><mi>t</mi><mi>d</mi><mi mathvariant="normal">@</mi><mi mathvariant="normal">@</mi><mi>V</mi><mo>?</mo></mrow><annotation encoding="application/x-tex">char\_traits@D@std@@V?</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.69444em;"></span><span class="strut bottom" style="height:1.00444em;vertical-align:-0.31em;"></span><span class="base textstyle uncramped"><span class="mord mathit">c</span><span class="mord mathit">h</span><span class="mord mathit">a</span><span class="mord mathit" style="margin-right:0.02778em;">r</span><span class="mord mathrm" style="margin-right:0.02778em;">_</span><span class="mord mathit">t</span><span class="mord mathit" style="margin-right:0.02778em;">r</span><span class="mord mathit">a</span><span class="mord mathit">i</span><span class="mord mathit">t</span><span class="mord mathit">s</span><span class="mord mathrm">@</span><span class="mord mathit" style="margin-right:0.02778em;">D</span><span class="mord mathrm">@</span><span class="mord mathit">s</span><span class="mord mathit">t</span><span class="mord mathit">d</span><span class="mord mathrm">@</span><span class="mord mathrm">@</span><span class="mord mathit" style="margin-right:0.22222em;">V</span><span class="mclose">?</span></span></span></span>allocator@D@2@@std@@@Z)<br />
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;__declspec(dllimport) public: __thiscall Magick::Image::Image(void)&quot; (__imp_??0Image@Magick@@QAE@XZ)<br />
Debug/imagem1.exe : fatal error LNK1120: 7 unaufgeloeste externe Verweise<br />
Fehler beim Ausführen von link.exe.</p>
<p>imagem1.exe - 8 Fehler, 0 Warnung(en)</p>
</blockquote>
<p>Weiss jemand woran das liegen kann?</p>
<p>Danke und mfg<br />
rodo</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/83570/probleme-mit-imagemagick</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 09:38:20 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/83570.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Aug 2004 12:47:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme mit ImageMagick on Sun, 22 Aug 2004 12:47:43 GMT]]></title><description><![CDATA[<p>Hallo nochmal,</p>
<p>ich versuch gerade <a href="http://www.imagemagick.org" rel="nofollow">ImageMagick</a> in einem VC++ 6.0 Programm zu verwenden.</p>
<p>Ich hab versucht, das erste Beispiel <a href="http://www.imagemagick.org/www/Magick++/Image.html" rel="nofollow">von hier</a> nachzubauen:</p>
<pre><code class="language-cpp">void CImagem1Dlg::OnOK()
{
Magick::Image image;

// Read a file into image object
image.read(&quot;girl.gif&quot;);

// Crop the image to specified size (width, height, xOffset, yOffset)
image.crop(Magick::Geometry(100,100, 100, 100));

// Write the image to a file
image.write(&quot;x.gif&quot;);
}
</code></pre>
<p>Leider bringt er jetzt den Fehler, dass er externe Verweise nicht aufloesen kann:</p>
<blockquote>
<p>--------------------Konfiguration: imagem1 - Win32 Debug--------------------<br />
Kompilierung läuft...<br />
imagem1Dlg.cpp<br />
Linker-Vorgang läuft...<br />
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;__declspec(dllimport) public: virtual __thiscall Magick::Image::~Image(void)&quot; (__imp_??1Image@Magick@@UAE@XZ)<br />
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;__declspec(dllimport) public: void __thiscall Magick::Image::write(class std::basic_string,class std::allocator &gt; const &amp;)&quot; (__imp_?write@Ima<br />
ge@Magick@@QAEXABV?<span class="katex"><span class="katex-mathml"><math><semantics><mrow><mi>b</mi><mi>a</mi><mi>s</mi><mi>i</mi><mi>c</mi><mi mathvariant="normal">_</mi><mi>s</mi><mi>t</mi><mi>r</mi><mi>i</mi><mi>n</mi><mi>g</mi><mi mathvariant="normal">@</mi><mi>D</mi><mi>U</mi><mo>?</mo></mrow><annotation encoding="application/x-tex">basic\_string@DU?</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.69444em;"></span><span class="strut bottom" style="height:1.00444em;vertical-align:-0.31em;"></span><span class="base textstyle uncramped"><span class="mord mathit">b</span><span class="mord mathit">a</span><span class="mord mathit">s</span><span class="mord mathit">i</span><span class="mord mathit">c</span><span class="mord mathrm" style="margin-right:0.02778em;">_</span><span class="mord mathit">s</span><span class="mord mathit">t</span><span class="mord mathit" style="margin-right:0.02778em;">r</span><span class="mord mathit">i</span><span class="mord mathit">n</span><span class="mord mathit" style="margin-right:0.03588em;">g</span><span class="mord mathrm">@</span><span class="mord mathit" style="margin-right:0.02778em;">D</span><span class="mord mathit" style="margin-right:0.10903em;">U</span><span class="mclose">?</span></span></span></span>char_traits@D@std@@V?allocator@D@2@@std@@@Z)  
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol "\_\_declspec(dllimport) public: \_\_thiscall Magick::Geometry::~Geometry(void)" (\_\_imp\_??1Geometry@Magick@@QAE@XZ)  
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol "\_\_declspec(dllimport) public: void \_\_thiscall Magick::Image::crop(class Magick::Geometry const &)" (\_\_imp\_?crop@Image@Magick@@QAEXABVGeometry@2@@Z)  
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol "\_\_declspec(dllimport) public: \_\_thiscall Magick::Geometry::Geometry(unsigned int,unsigned int,unsigned int,unsigned int,bool,bool)" (\_\_imp\_??0Geometry@Magick@@QAE@IIII_N0@Z)  
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol "\_\_declspec(dllimport) public: void \_\_thiscall Magick::Image::read(class std::basic\_string,class std::allocator > const &)" (\_\_imp_?read@Image  
@Magick@@QAEXABV?basic_string@DU?<span class="katex"><span class="katex-mathml"><math><semantics><mrow><mi>c</mi><mi>h</mi><mi>a</mi><mi>r</mi><mi mathvariant="normal">_</mi><mi>t</mi><mi>r</mi><mi>a</mi><mi>i</mi><mi>t</mi><mi>s</mi><mi mathvariant="normal">@</mi><mi>D</mi><mi mathvariant="normal">@</mi><mi>s</mi><mi>t</mi><mi>d</mi><mi mathvariant="normal">@</mi><mi mathvariant="normal">@</mi><mi>V</mi><mo>?</mo></mrow><annotation encoding="application/x-tex">char\_traits@D@std@@V?</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.69444em;"></span><span class="strut bottom" style="height:1.00444em;vertical-align:-0.31em;"></span><span class="base textstyle uncramped"><span class="mord mathit">c</span><span class="mord mathit">h</span><span class="mord mathit">a</span><span class="mord mathit" style="margin-right:0.02778em;">r</span><span class="mord mathrm" style="margin-right:0.02778em;">_</span><span class="mord mathit">t</span><span class="mord mathit" style="margin-right:0.02778em;">r</span><span class="mord mathit">a</span><span class="mord mathit">i</span><span class="mord mathit">t</span><span class="mord mathit">s</span><span class="mord mathrm">@</span><span class="mord mathit" style="margin-right:0.02778em;">D</span><span class="mord mathrm">@</span><span class="mord mathit">s</span><span class="mord mathit">t</span><span class="mord mathit">d</span><span class="mord mathrm">@</span><span class="mord mathrm">@</span><span class="mord mathit" style="margin-right:0.22222em;">V</span><span class="mclose">?</span></span></span></span>allocator@D@2@@std@@@Z)<br />
imagem1Dlg.obj : error LNK2001: Nichtaufgeloestes externes Symbol &quot;__declspec(dllimport) public: __thiscall Magick::Image::Image(void)&quot; (__imp_??0Image@Magick@@QAE@XZ)<br />
Debug/imagem1.exe : fatal error LNK1120: 7 unaufgeloeste externe Verweise<br />
Fehler beim Ausführen von link.exe.</p>
<p>imagem1.exe - 8 Fehler, 0 Warnung(en)</p>
</blockquote>
<p>Weiss jemand woran das liegen kann?</p>
<p>Danke und mfg<br />
rodo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/588281</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/588281</guid><dc:creator><![CDATA[rodo]]></dc:creator><pubDate>Sun, 22 Aug 2004 12:47:43 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit ImageMagick on Sun, 22 Aug 2004 21:40:23 GMT]]></title><description><![CDATA[<p>Libs dazugelinkt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/588673</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/588673</guid><dc:creator><![CDATA[dEUs]]></dc:creator><pubDate>Sun, 22 Aug 2004 21:40:23 GMT</pubDate></item></channel></rss>