<?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[unbekannte Fehlermeldung]]></title><description><![CDATA[<p>Hallo,<br />
habe hier eine Fehlermeldung und kann sie nicht lösen!</p>
<blockquote>
<blockquote>
<p>E2034 Konvertierung von 'void(__fastcall * (__closure)())()' nach 'void(*)(int)' nicht möglich</p>
</blockquote>
</blockquote>
<p>Wie kann man Fastcall und closure ausschalten?</p>
<pre><code class="language-cpp">void Update(int p);
typedef void (CallBack) (int);
CallBack *fpCall;

void TForm1::VCLFunction(TObject* Sender)
{
  fpCall=&amp;Update;

}

void Update(int p)
{

}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/79034/unbekannte-fehlermeldung</link><generator>RSS for Node</generator><lastBuildDate>Mon, 29 Jun 2026 20:01:46 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/79034.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Jul 2004 12:40:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to unbekannte Fehlermeldung on Wed, 07 Jul 2004 16:41:17 GMT]]></title><description><![CDATA[<p>Hallo,<br />
habe hier eine Fehlermeldung und kann sie nicht lösen!</p>
<blockquote>
<blockquote>
<p>E2034 Konvertierung von 'void(__fastcall * (__closure)())()' nach 'void(*)(int)' nicht möglich</p>
</blockquote>
</blockquote>
<p>Wie kann man Fastcall und closure ausschalten?</p>
<pre><code class="language-cpp">void Update(int p);
typedef void (CallBack) (int);
CallBack *fpCall;

void TForm1::VCLFunction(TObject* Sender)
{
  fpCall=&amp;Update;

}

void Update(int p)
{

}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/555194</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/555194</guid><dc:creator><![CDATA[Tobi219]]></dc:creator><pubDate>Wed, 07 Jul 2004 16:41:17 GMT</pubDate></item></channel></rss>