<?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[Linker stört sich am throw() statement]]></title><description><![CDATA[<p>Hi,</p>
<p>wenn ich eine Exception</p>
<pre><code class="language-cpp">void EVAL_HR(HRESULT hr) { 
	if FAILED(hr) throw(hr); 
}
</code></pre>
<p>in meinem Code verankern will, bekomme ich vom Linker folgende Fehlermeldung:</p>
<p>error LNK2001: unresolved external symbol &quot;const type_info::`vftable'&quot; (??_7type_info@@6B@)</p>
<p>Muss ich noch irgendeine Lib einbinden, die Dokumentation gibt dazu keine Auskunft?</p>
<p>IDE ist eVC++ 4.0</p>
<p>Gruß, Thomas</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/149737/linker-stört-sich-am-throw-statement</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 08:18:21 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/149737.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Jun 2006 19:25:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Linker stört sich am throw() statement on Thu, 08 Jun 2006 19:25:45 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>wenn ich eine Exception</p>
<pre><code class="language-cpp">void EVAL_HR(HRESULT hr) { 
	if FAILED(hr) throw(hr); 
}
</code></pre>
<p>in meinem Code verankern will, bekomme ich vom Linker folgende Fehlermeldung:</p>
<p>error LNK2001: unresolved external symbol &quot;const type_info::`vftable'&quot; (??_7type_info@@6B@)</p>
<p>Muss ich noch irgendeine Lib einbinden, die Dokumentation gibt dazu keine Auskunft?</p>
<p>IDE ist eVC++ 4.0</p>
<p>Gruß, Thomas</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1074132</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1074132</guid><dc:creator><![CDATA[Thomas++]]></dc:creator><pubDate>Thu, 08 Jun 2006 19:25:45 GMT</pubDate></item></channel></rss>