<?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 obj-Files einzubinden]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich versuche in einem Projekt ein Object-File einzubinden. Die Definition der Klasse ist einem HeaderFile und die Implementation in dem *.obj File.</p>
<p>Bei Linker-Input gebe ich als Additional Dependency dieses Obj-File an.</p>
<p>Trotzdem kommen Linkerfehler.</p>
<p>test error LNK2019: unresolved external symbol &quot;public: bool __thiscall std::locale::_Iscloc(void)const &quot; (?_Iscloc@locale@std@@QBE_NXZ) referenced in function &quot;public: class std::basic_ostream&lt;char,struct std::char_traits&lt;char&gt; &gt; &amp; __thiscall std::basic_ostream&lt;char,struct std::char_traits&lt;char&gt; &gt;::operator&lt;&lt;(int)&quot; (??6?<span class="katex"><span class="katex-mathml"><math><semantics><mrow><mi>b</mi><mi>a</mi><mi>s</mi><mi>i</mi><mi>c</mi><mi mathvariant="normal">_</mi><mi>o</mi><mi>s</mi><mi>t</mi><mi>r</mi><mi>e</mi><mi>a</mi><mi>m</mi><mi mathvariant="normal">@</mi><mi>D</mi><mi>U</mi><mo>?</mo></mrow><annotation encoding="application/x-tex">basic\_ostream@DU?</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.69444em;"></span><span class="strut bottom" style="height:1.00444em;vertical-align:-0.31em;"></span><span class="base textstyle uncramped"><span class="mord mathit">b</span><span class="mord mathit">a</span><span class="mord mathit">s</span><span class="mord mathit">i</span><span class="mord mathit">c</span><span class="mord mathrm" style="margin-right:0.02778em;">_</span><span class="mord mathit">o</span><span class="mord mathit">s</span><span class="mord mathit">t</span><span class="mord mathit" style="margin-right:0.02778em;">r</span><span class="mord mathit">e</span><span class="mord mathit">a</span><span class="mord mathit">m</span><span class="mord mathrm">@</span><span class="mord mathit" style="margin-right:0.02778em;">D</span><span class="mord mathit" style="margin-right:0.10903em;">U</span><span class="mclose">?</span></span></span></span>char_traits@D@std@@@std@@QAEAAV01@H@Z)</p>
<p>solche z.B.</p>
<p>Als Warning kommt noch</p>
<p>test warning LNK4098: defaultlib 'LIBCD' conflicts with use of other libs; use /NODEFAULTLIB:library</p>
<p>aber auch, wenn ich diese Option umstelle ändert das nichts.</p>
<p>Was kann man da machen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/74517/probleme-obj-files-einzubinden</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 23:22:06 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/74517.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 May 2004 13:27:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme obj-Files einzubinden on Fri, 21 May 2004 13:27:43 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich versuche in einem Projekt ein Object-File einzubinden. Die Definition der Klasse ist einem HeaderFile und die Implementation in dem *.obj File.</p>
<p>Bei Linker-Input gebe ich als Additional Dependency dieses Obj-File an.</p>
<p>Trotzdem kommen Linkerfehler.</p>
<p>test error LNK2019: unresolved external symbol &quot;public: bool __thiscall std::locale::_Iscloc(void)const &quot; (?_Iscloc@locale@std@@QBE_NXZ) referenced in function &quot;public: class std::basic_ostream&lt;char,struct std::char_traits&lt;char&gt; &gt; &amp; __thiscall std::basic_ostream&lt;char,struct std::char_traits&lt;char&gt; &gt;::operator&lt;&lt;(int)&quot; (??6?<span class="katex"><span class="katex-mathml"><math><semantics><mrow><mi>b</mi><mi>a</mi><mi>s</mi><mi>i</mi><mi>c</mi><mi mathvariant="normal">_</mi><mi>o</mi><mi>s</mi><mi>t</mi><mi>r</mi><mi>e</mi><mi>a</mi><mi>m</mi><mi mathvariant="normal">@</mi><mi>D</mi><mi>U</mi><mo>?</mo></mrow><annotation encoding="application/x-tex">basic\_ostream@DU?</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="strut" style="height:0.69444em;"></span><span class="strut bottom" style="height:1.00444em;vertical-align:-0.31em;"></span><span class="base textstyle uncramped"><span class="mord mathit">b</span><span class="mord mathit">a</span><span class="mord mathit">s</span><span class="mord mathit">i</span><span class="mord mathit">c</span><span class="mord mathrm" style="margin-right:0.02778em;">_</span><span class="mord mathit">o</span><span class="mord mathit">s</span><span class="mord mathit">t</span><span class="mord mathit" style="margin-right:0.02778em;">r</span><span class="mord mathit">e</span><span class="mord mathit">a</span><span class="mord mathit">m</span><span class="mord mathrm">@</span><span class="mord mathit" style="margin-right:0.02778em;">D</span><span class="mord mathit" style="margin-right:0.10903em;">U</span><span class="mclose">?</span></span></span></span>char_traits@D@std@@@std@@QAEAAV01@H@Z)</p>
<p>solche z.B.</p>
<p>Als Warning kommt noch</p>
<p>test warning LNK4098: defaultlib 'LIBCD' conflicts with use of other libs; use /NODEFAULTLIB:library</p>
<p>aber auch, wenn ich diese Option umstelle ändert das nichts.</p>
<p>Was kann man da machen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/524641</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/524641</guid><dc:creator><![CDATA[mrtrashtalk]]></dc:creator><pubDate>Fri, 21 May 2004 13:27:43 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme obj-Files einzubinden on Tue, 25 May 2004 12:03:13 GMT]]></title><description><![CDATA[<p>obj files werden eigentlich nie eingebunden nur header.</p>
<p>also warum machst du das? das header reicht doch zu um die klasse zu verwenden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/526921</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/526921</guid><dc:creator><![CDATA[miss c++]]></dc:creator><pubDate>Tue, 25 May 2004 12:03:13 GMT</pubDate></item></channel></rss>