<?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[Klassen-Methode wird nicht erkannt (war: Kann mir jemand folgende Fehlermeldung erklären?)]]></title><description><![CDATA[<p>Das wird im Header Definiert ...</p>
<pre><code class="language-cpp">void DumpCustomProps(IPropertySetStorage pPropSetStg);
</code></pre>
<p>und das in der *.cpp ...</p>
<pre><code class="language-cpp">void TForm1::DumpCustomProps(IPropertySetStorage pPropSetStg)
{
}
</code></pre>
<p>Warum erhalte ich die Fehlermeldung E2316'TForm1::DumpCustomProps(IPropertySetStorage)' ist kein Element von 'TForm1' ??</p>
<p>Bin gerade dabei nen Quellcode aus VC++ anzupassen und bisher hats ganz gut funktioniert... Laut dem Original Quellcode wird pPropSetStg als Refernez ( *pPropSetStg) übergeben aber da tritt der selbe Fehler auf.</p>
<p>Ohne das &quot;*&quot; sagt der Compiler zusätzlich noch ...</p>
<p>E2352 Instanz der abstrakten Klasse 'IPropertySetStorage' kann nicht erzeugt werden.</p>
<p>und...</p>
<p>E2353 Klasse 'IPropertySetStorage' ist abstrakt weil '__stdcall IPropertySetStorage::Create(const _GUID &amp;,const _GUID *,unsigned long,unsigned long,IPropertyStorage * <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="😉"
    /> = 0'</p>
<p>... warum ??? und wie kann ich das Problem umgehen ??</p>
<p><strong>Edit:</strong><br />
Bitte aussagekräftige Überschriften wählen. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/44686/klassen-methode-wird-nicht-erkannt-war-kann-mir-jemand-folgende-fehlermeldung-erklären</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Jul 2026 02:16:08 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/44686.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 02 Aug 2003 14:10:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Klassen-Methode wird nicht erkannt (war: Kann mir jemand folgende Fehlermeldung erklären?) on Sat, 02 Aug 2003 22:54:35 GMT]]></title><description><![CDATA[<p>Das wird im Header Definiert ...</p>
<pre><code class="language-cpp">void DumpCustomProps(IPropertySetStorage pPropSetStg);
</code></pre>
<p>und das in der *.cpp ...</p>
<pre><code class="language-cpp">void TForm1::DumpCustomProps(IPropertySetStorage pPropSetStg)
{
}
</code></pre>
<p>Warum erhalte ich die Fehlermeldung E2316'TForm1::DumpCustomProps(IPropertySetStorage)' ist kein Element von 'TForm1' ??</p>
<p>Bin gerade dabei nen Quellcode aus VC++ anzupassen und bisher hats ganz gut funktioniert... Laut dem Original Quellcode wird pPropSetStg als Refernez ( *pPropSetStg) übergeben aber da tritt der selbe Fehler auf.</p>
<p>Ohne das &quot;*&quot; sagt der Compiler zusätzlich noch ...</p>
<p>E2352 Instanz der abstrakten Klasse 'IPropertySetStorage' kann nicht erzeugt werden.</p>
<p>und...</p>
<p>E2353 Klasse 'IPropertySetStorage' ist abstrakt weil '__stdcall IPropertySetStorage::Create(const _GUID &amp;,const _GUID *,unsigned long,unsigned long,IPropertyStorage * <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="😉"
    /> = 0'</p>
<p>... warum ??? und wie kann ich das Problem umgehen ??</p>
<p><strong>Edit:</strong><br />
Bitte aussagekräftige Überschriften wählen. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/323224</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/323224</guid><dc:creator><![CDATA[666Blade*DC*666]]></dc:creator><pubDate>Sat, 02 Aug 2003 22:54:35 GMT</pubDate></item><item><title><![CDATA[Reply to Klassen-Methode wird nicht erkannt (war: Kann mir jemand folgende Fehlermeldung erklären?) on Sat, 02 Aug 2003 14:29:45 GMT]]></title><description><![CDATA[<p>1. Da in der header steht aber schon ein class TForm1 { um die Zeile oder? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f921.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--clown_face"
      title=":clown:"
      alt="🤡"
    /><br />
2. In welches Forum möchtest du? MSVC++ oder BCB ? Ich gab den Thread dann nen schubs <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>
]]></description><link>https://www.c-plusplus.net/forum/post/323231</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/323231</guid><dc:creator><![CDATA[CMatt]]></dc:creator><pubDate>Sat, 02 Aug 2003 14:29:45 GMT</pubDate></item><item><title><![CDATA[Reply to Klassen-Methode wird nicht erkannt (war: Kann mir jemand folgende Fehlermeldung erklären?) on Sat, 02 Aug 2003 16:06:47 GMT]]></title><description><![CDATA[<p>bin ich hier im winapi nich richtig ?? weil das ganze andere davon aht mit api zu tun, das auslesen der document properties aus nem Word Document ....</p>
<p>ok .. dann ins BCB .... k ?? ....</p>
<p>ja, da steht nen class TForm1[..} drum .... *G* ... noch irgendne idee??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/323278</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/323278</guid><dc:creator><![CDATA[666Blade*DC*666]]></dc:creator><pubDate>Sat, 02 Aug 2003 16:06:47 GMT</pubDate></item><item><title><![CDATA[Reply to Klassen-Methode wird nicht erkannt (war: Kann mir jemand folgende Fehlermeldung erklären?) on Sat, 02 Aug 2003 16:46:18 GMT]]></title><description><![CDATA[<p>zegi doch mal die ganze definition der klasse!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/323292</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/323292</guid><dc:creator><![CDATA[gibbets2000]]></dc:creator><pubDate>Sat, 02 Aug 2003 16:46:18 GMT</pubDate></item><item><title><![CDATA[Reply to Klassen-Methode wird nicht erkannt (war: Kann mir jemand folgende Fehlermeldung erklären?) on Sun, 03 Aug 2003 16:54:52 GMT]]></title><description><![CDATA[<p>666Blade[DC]666 schrieb:</p>
<blockquote>
<p>Warum erhalte ich die Fehlermeldung E2316'TForm1::DumpCustomProps(IPropertySetStorage)' ist kein Element von 'TForm1' ??</p>
</blockquote>
<p>weil du die Deklaration auch in der Klasse TForm1 vornehmen musst.<br />
oder du schreibst:</p>
<pre><code class="language-cpp">void DumpCustomProps(IPropertySetStorage pPropSetStg) 
{ 
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/323664</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/323664</guid><dc:creator><![CDATA[AndreasW]]></dc:creator><pubDate>Sun, 03 Aug 2003 16:54:52 GMT</pubDate></item><item><title><![CDATA[Reply to Klassen-Methode wird nicht erkannt (war: Kann mir jemand folgende Fehlermeldung erklären?) on Mon, 04 Aug 2003 09:24:56 GMT]]></title><description><![CDATA[<p>nach nun fast 24 std hab ich glaub ich endlich verstanden was du meinstest .. @ andreasW *gg* ..... werds nachher mal ausprobieren .... sag dann bescheid obs funktioniert hat ... thanx ...</p>
<p>Mfg .. Blade</p>
]]></description><link>https://www.c-plusplus.net/forum/post/323995</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/323995</guid><dc:creator><![CDATA[666Blade*DC*666]]></dc:creator><pubDate>Mon, 04 Aug 2003 09:24:56 GMT</pubDate></item><item><title><![CDATA[Reply to Klassen-Methode wird nicht erkannt (war: Kann mir jemand folgende Fehlermeldung erklären?) on Fri, 07 Oct 2005 09:24:40 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ist zwar schon eine ganze Weile her, aber genau das Problem habe ich jetzt auch.<br />
Gibt es dazu mittlerweile einen funktionierenden Beispielcode ?</p>
<p>Danke<br />
Mikel</p>
]]></description><link>https://www.c-plusplus.net/forum/post/886899</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/886899</guid><dc:creator><![CDATA[Mikel]]></dc:creator><pubDate>Fri, 07 Oct 2005 09:24:40 GMT</pubDate></item></channel></rss>