<?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 beim includen der SHLOBJ.H -&amp;gt; mehrfach deklariert]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich brauche in einem Programm die SHLOBJ.H und include sie in meiner Main.cpp.<br />
Nun wirft mir der Compiler Fehler:<br />
<strong>Bezeichner FVSHOWINFO mehrfach deklariert.<br />
Bezeichner FOLDERSETTINGS mehrfach deklariert.<br />
Bezeichner DESKBANDINFO mehrfach deklariert.<br />
Bezeichner SHELLFLAGSTATE mehrfach deklariert.</strong></p>
<p>Nun bin ich ein wenig Ratlos...</p>
<p>Hier was ich sonst noch drin hab:</p>
<pre><code class="language-cpp">Main.cpp:
#include &lt;vcl.h&gt;
#include &quot;Main.h&quot;
#include &lt;SHLOBJ.H&gt;

Main.h
#include &lt;Classes.hpp&gt;
#include &lt;Controls.hpp&gt;
#include &lt;StdCtrls.hpp&gt;
#include &lt;Forms.hpp&gt;
#include &lt;Db.hpp&gt;
#include &lt;DBTables.hpp&gt;
#include &lt;ExtCtrls.hpp&gt;
#include &lt;ComCtrls.hpp&gt;
#include &lt;Menus.hpp&gt;
</code></pre>
<p>Weiß jemand Rat?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/83273/probleme-beim-includen-der-shlobj-h-gt-mehrfach-deklariert</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 21:16:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/83273.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Aug 2004 08:50:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme beim includen der SHLOBJ.H -&amp;gt; mehrfach deklariert on Thu, 19 Aug 2004 08:50:17 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich brauche in einem Programm die SHLOBJ.H und include sie in meiner Main.cpp.<br />
Nun wirft mir der Compiler Fehler:<br />
<strong>Bezeichner FVSHOWINFO mehrfach deklariert.<br />
Bezeichner FOLDERSETTINGS mehrfach deklariert.<br />
Bezeichner DESKBANDINFO mehrfach deklariert.<br />
Bezeichner SHELLFLAGSTATE mehrfach deklariert.</strong></p>
<p>Nun bin ich ein wenig Ratlos...</p>
<p>Hier was ich sonst noch drin hab:</p>
<pre><code class="language-cpp">Main.cpp:
#include &lt;vcl.h&gt;
#include &quot;Main.h&quot;
#include &lt;SHLOBJ.H&gt;

Main.h
#include &lt;Classes.hpp&gt;
#include &lt;Controls.hpp&gt;
#include &lt;StdCtrls.hpp&gt;
#include &lt;Forms.hpp&gt;
#include &lt;Db.hpp&gt;
#include &lt;DBTables.hpp&gt;
#include &lt;ExtCtrls.hpp&gt;
#include &lt;ComCtrls.hpp&gt;
#include &lt;Menus.hpp&gt;
</code></pre>
<p>Weiß jemand Rat?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/586077</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586077</guid><dc:creator><![CDATA[DerNeue]]></dc:creator><pubDate>Thu, 19 Aug 2004 08:50:17 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim includen der SHLOBJ.H -&amp;gt; mehrfach deklariert on Thu, 19 Aug 2004 09:01:59 GMT]]></title><description><![CDATA[<p>Siehe <a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39305" rel="nofollow">FAQ</a> unter &quot;Allgemein&quot;.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/586086</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/586086</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Thu, 19 Aug 2004 09:01:59 GMT</pubDate></item></channel></rss>