<?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 Dev-C++ und einer Bibliothek von boost.org]]></title><description><![CDATA[<p>Hallo,<br />
ich will Dev-C++ benutzen um damit C++-Programme zu schreiben. Ich möchte für eines meiner Programme die Bibliothek quaternion.hpp von <a href="http://boost.org" rel="nofollow">boost.org</a> verwenden. Doch das geht nicht: Ich habe die Datei ins richtige Verzeichnis kopiert, da bin ich mir sicher (habe es mit &quot;matrix.h&quot; getestet, die er einwandfrei gefunden hat), trotzdem meldet der Compiler immer, er würde die Datei nicht finden.<br />
Weiß jemand woran das liegen könnte?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/123892/problem-mit-dev-c-und-einer-bibliothek-von-boost-org</link><generator>RSS for Node</generator><lastBuildDate>Sun, 23 Aug 2026 19:28:21 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/123892.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Oct 2005 07:46:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit Dev-C++ und einer Bibliothek von boost.org on Fri, 21 Oct 2005 07:46:01 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich will Dev-C++ benutzen um damit C++-Programme zu schreiben. Ich möchte für eines meiner Programme die Bibliothek quaternion.hpp von <a href="http://boost.org" rel="nofollow">boost.org</a> verwenden. Doch das geht nicht: Ich habe die Datei ins richtige Verzeichnis kopiert, da bin ich mir sicher (habe es mit &quot;matrix.h&quot; getestet, die er einwandfrei gefunden hat), trotzdem meldet der Compiler immer, er würde die Datei nicht finden.<br />
Weiß jemand woran das liegen könnte?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/897403</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/897403</guid><dc:creator><![CDATA[MatthiasK]]></dc:creator><pubDate>Fri, 21 Oct 2005 07:46:01 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Dev-C++ und einer Bibliothek von boost.org on Fri, 21 Oct 2005 08:11:42 GMT]]></title><description><![CDATA[<p>Kannst du mal einen Quelltext dazu angeben?</p>
<p>(und hast du auch bedacht, daß es einen Unterschied zwischen #include &quot;header.h&quot; und #include &lt;header.h&gt; gibt?)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/897424</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/897424</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Fri, 21 Oct 2005 08:11:42 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Dev-C++ und einer Bibliothek von boost.org on Fri, 21 Oct 2005 08:17:09 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">#include &lt;quaternion.hpp&gt;

int main(int argc, char *argv[])
{
  return 0;
}
</code></pre>
<p>Das reicht schon für die Fehlermeldung...</p>
<p>Mit include &quot;...&quot; funktioniert es leider auch nicht.<br />
Gibt es vielleicht einen signifikanten Unterschied zwischen .hpp und .h-Dateien?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/897428</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/897428</guid><dc:creator><![CDATA[MatthiasK]]></dc:creator><pubDate>Fri, 21 Oct 2005 08:17:09 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Dev-C++ und einer Bibliothek von boost.org on Fri, 21 Oct 2005 08:21:20 GMT]]></title><description><![CDATA[<p>außer der Dateiendung kenne ich keinen Unterschied <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p>In welches Verzeichnis hast du denn die .hpp gepackt? Pack es zur Sicherheit mal ins Verzeichnis deiner Quelldatei (dann sollte #include &quot;...&quot; funktionieren) - oder ergänze den boost-Ordner in den Standard-Includes deines Compilers.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/897431</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/897431</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Fri, 21 Oct 2005 08:21:20 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Dev-C++ und einer Bibliothek von boost.org on Fri, 21 Oct 2005 08:30:30 GMT]]></title><description><![CDATA[<p>Ich habe die Datei in ein Verzeichnis gestellt, dass ich unter &quot;Compiler Options&quot; hinzugefügt habe, so dass auch dort nach Headern gesucht wird. Es funktioniert (komischerweise) auch nicht, die Datei in das Verzeichnis der Quelldatei zu verschieben und mit #include &quot;...&quot; zu arbeiten.</p>
<p>Was mir aber aufgefallen ist: Ich habe gar kein &quot;boost&quot;-Ordner bei meinem Compiler. Ist das etwa der Grund? (Sorry, hab mit Bibliotheken keine Erfahrung)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/897442</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/897442</guid><dc:creator><![CDATA[MatthiasK]]></dc:creator><pubDate>Fri, 21 Oct 2005 08:30:30 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Dev-C++ und einer Bibliothek von boost.org on Fri, 21 Oct 2005 08:36:46 GMT]]></title><description><![CDATA[<p>*Notfallidee* Was kommt denn raus, wenn du die Datei in .h umtaufst?</p>
<p>@boost-Ordner: Den hast du nur, wenn du ihn selber anlegst (ist ganz nützlich, wenn du verschiedene boost-Bibliotheken immer wieder verwenden willst).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/897449</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/897449</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Fri, 21 Oct 2005 08:36:46 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Dev-C++ und einer Bibliothek von boost.org on Fri, 21 Oct 2005 09:17:18 GMT]]></title><description><![CDATA[<p>Danke mal für die Hilfe bisher, nun bin ich ein kleines Stück weiter gekommen, denn ich bin mir jetzt sicher, quaternion.hpp wird bei mir bereits gefunden, das Problem liegt in der Datei selbst! Die Fehlermeldung lautet nämlich:</p>
<p>boost\math\quaternion.hpp:16: sstream: No such file or directory</p>
<p>Die Einbindung der Datei sstream funktioniert also nicht. Das haut mich jetzt aber völlig von den Socken, denn diese müsste doch standardmäßig dabei sein, oder nicht???</p>
<p>Edit: Ich habe bereits nach ihr gesucht und sie in meinen include-Ordnern nicht gefunden...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/897502</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/897502</guid><dc:creator><![CDATA[MatthiasK]]></dc:creator><pubDate>Fri, 21 Oct 2005 09:17:18 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Dev-C++ und einer Bibliothek von boost.org on Fri, 21 Oct 2005 09:19:05 GMT]]></title><description><![CDATA[<p>MatthiasK schrieb:</p>
<blockquote>
<p>Die Einbindung der Datei sstream funktioniert also nicht. Das haut mich jetzt aber völlig von den Socken, denn diese müsste doch standardmäßig dabei sein, oder nicht???</p>
</blockquote>
<p>Eigentlich ja (sstream gehört afaik zur Stream-Bibliothek von C++). Such doch mal in der Doku deines Compilers, ob da irgendwas zu der Datei drinsteht - oder such mal die Festplatte ab, ob und wo sie überhaupt existiert.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/897508</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/897508</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Fri, 21 Oct 2005 09:19:05 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Dev-C++ und einer Bibliothek von boost.org on Fri, 21 Oct 2005 10:37:04 GMT]]></title><description><![CDATA[<p>tipp: schmeiß Dev C++ weg und benutz was ordentliches <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/897606</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/897606</guid><dc:creator><![CDATA[Pellaeon]]></dc:creator><pubDate>Fri, 21 Oct 2005 10:37:04 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Dev-C++ und einer Bibliothek von boost.org on Fri, 21 Oct 2005 19:59:05 GMT]]></title><description><![CDATA[<p>Danke, mittlerweile funktioniert es: Ich habe mir eine neuere Version von Dev-C++ geholt, bei der sstream inkludiert ist.</p>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/9676">@Pellaeon</a>: Was zum Beispiel?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/898207</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/898207</guid><dc:creator><![CDATA[MatthiasK]]></dc:creator><pubDate>Fri, 21 Oct 2005 19:59:05 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit Dev-C++ und einer Bibliothek von boost.org on Sat, 22 Oct 2005 11:40:09 GMT]]></title><description><![CDATA[<p>habs selber noch nicht benutzt, aber kannst ja mal Eclipse probieren, das ist auch frei</p>
]]></description><link>https://www.c-plusplus.net/forum/post/898601</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/898601</guid><dc:creator><![CDATA[Pellaeon]]></dc:creator><pubDate>Sat, 22 Oct 2005 11:40:09 GMT</pubDate></item></channel></rss>