<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: error LNK2019: unresolved external symbol &amp;quot;public: static bool __cdecl AcRxClass::isDerivedFrom(class AcRxClass const *,class AcRxClass const *)&amp;quot; (?isDerivedFrom@AcRxClass@@$$FSA_NPEBV1@ in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13303016#M177</link>
    <description>&lt;P&gt;This is a bug with Visual Studio compiler, please use the static API instead, I have mentioned the workaround in &lt;A title="bug report" href="https://developercommunity.visualstudio.com/t/After-a-VS2022-update-I-got-LNK2032:-The/10796640#T-N10825435" target="_blank" rel="noopener"&gt;bug report&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;error LNK2032: metadata inconsistent with COFF symbol table: symbol '?isDerivedFrom@AcRxClass@@$$FSA_NPEBV1@0@Z' (0A0000E3) mapped to '&amp;lt;unknown symbol&amp;gt;' (0600024C) in test.obj&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Feb 2025 08:51:11 GMT</pubDate>
    <dc:creator>moogalm</dc:creator>
    <dc:date>2025-02-06T08:51:11Z</dc:date>
    <item>
      <title>error LNK2019: unresolved external symbol "public: static bool __cdecl AcRxClass::isDerivedFrom(class AcRxClass const *,class AcRxClass const *)" (?isDerivedFrom@AcRxClass@@$$FSA_NPEBV1@0@Z) reference</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13302562#M173</link>
      <description>&lt;P&gt;I get these errors when compiling .arx solution for AutoCAD2024.&lt;/P&gt;&lt;P&gt;I'm linking with the current SDK and these libs:&lt;/P&gt;&lt;P&gt;&amp;lt;AdditionalDependencies&amp;gt;accore.lib;acad.lib;acui24.lib;adui24.lib;AcPal.Lib;rxapi.lib;acdb24.lib;acge24.lib;%(AdditionalDependencies)&amp;lt;/AdditionalDependencies&amp;gt;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;4&amp;gt;rxapi.lib(rxReferencedModules.obj) : warning LNK4099: PDB '' was not found with 'rxapi.lib(rxReferencedModules.obj)' or at ''; linking object as if no debug info
4&amp;gt;rxapi.lib(nullSubent.obj) : warning LNK4099: PDB '' was not found with 'rxapi.lib(nullSubent.obj)' or at ''; linking object as if no debug info
4&amp;gt;rxapi.lib(libinit.obj) : warning LNK4099: PDB '' was not found with 'rxapi.lib(libinit.obj)' or at ''; linking object as if no debug info
4&amp;gt;test.obj : error LNK2032: metadata inconsistent with COFF symbol table: symbol '?isDerivedFrom@AcRxClass@@$$FSA_NPEBV1@0@Z' (0A0000E3) mapped to '&amp;lt;unknown symbol&amp;gt;' (0600024C) in test.obj
4&amp;gt;test.obj : warning LNK4248: unresolved typeref token (01000044) for 'AcDbStub'; image may not run
4&amp;gt;test.obj : error LNK2019: unresolved external symbol "public: static bool __cdecl AcRxClass::isDerivedFrom(class AcRxClass const *,class AcRxClass const *)" (?isDerivedFrom@AcRxClass@@$$FSA_NPEBV1@0@Z) referenced in function "public: bool __cdecl AcRxClass::isDerivedFrom(class AcRxClass const *)const " (?isDerivedFrom@AcRxClass@@$$FQEBA_NPEBV1@@Z)
4&amp;gt;StdAfx.obj : error LNK2001: unresolved external symbol "public: static bool __cdecl AcRxClass::isDerivedFrom(class AcRxClass const *,class AcRxClass const *)" (?isDerivedFrom@AcRxClass@@$$FSA_NPEBV1@0@Z)
4&amp;gt;Done building project "test.vcxproj" -- FAILED.
========== Build: 3 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Build completed at 7:00 PM and took 21.685 seconds ==========&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 00:25:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13302562#M173</guid>
      <dc:creator>alexander.lundinPUNY4</dc:creator>
      <dc:date>2025-02-06T00:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2019: unresolved external symbol "public: static bool __cdecl AcRxClass::isDerivedFrom(class AcRxClass const *,class AcRxClass const *)" (?isDerivedFrom@AcRxClass@@$$FSA_NPEBV1@</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13302881#M174</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The work-around for this problem for now is to use the static function&amp;nbsp;AcRxClass::isDerivedFrom().&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/objectarx/isderivedfrom-gives-a-linker-error-in-clr-projects-with-latest/td-p/13270952" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/objectarx/isderivedfrom-gives-a-linker-error-in-clr-projects-with-latest/td-p/13270952&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 06:59:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13302881#M174</guid>
      <dc:creator>OysteinW</dc:creator>
      <dc:date>2025-02-06T06:59:50Z</dc:date>
    </item>
    <item>
      <title>Betreff: error LNK2019: unresolved external symbol "public: static bool __cdecl AcRxClass::isDerivedFrom(class AcRxClass const *,class AcRxClass const *)" (?isDerivedFrom@AcRxClass@@$$FSA_NP</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13302976#M175</link>
      <description>&lt;LI-CODE lang="cpp"&gt;public: static bool __cdecl AcRxClass::isDerivedFrom(class AcRxClass const * __ptr64,class AcRxClass const * __ptr64)&lt;/LI-CODE&gt;
&lt;P&gt;is included in ac1st24.lib. Does it work if you add this lib explicitly in your projects Linker-&amp;gt;Input settings?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 08:17:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13302976#M175</guid>
      <dc:creator>tbrammer</dc:creator>
      <dc:date>2025-02-06T08:17:19Z</dc:date>
    </item>
    <item>
      <title>Betreff: error LNK2019: unresolved external symbol "public: static bool __cdecl AcRxClass::isDerivedFrom(class AcRxClass const *,class AcRxClass const *)" (?isDerivedFrom@AcRxClass@@$$FSA_NP</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13302987#M176</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I tested this now on my project which is ObjectARX 2025 based, so I used ac1st25.lib, but it did not fix the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works fine in a pure C++ project without this library included, it's when enabling CLR on the project, the problem occurs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 08:28:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13302987#M176</guid>
      <dc:creator>OysteinW</dc:creator>
      <dc:date>2025-02-06T08:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2019: unresolved external symbol "public: static bool __cdecl AcRxClass::isDerivedFrom(class AcRxClass const *,class AcRxClass const *)" (?isDerivedFrom@AcRxClass@@$$FSA_NPEBV1@</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13303016#M177</link>
      <description>&lt;P&gt;This is a bug with Visual Studio compiler, please use the static API instead, I have mentioned the workaround in &lt;A title="bug report" href="https://developercommunity.visualstudio.com/t/After-a-VS2022-update-I-got-LNK2032:-The/10796640#T-N10825435" target="_blank" rel="noopener"&gt;bug report&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;error LNK2032: metadata inconsistent with COFF symbol table: symbol '?isDerivedFrom@AcRxClass@@$$FSA_NPEBV1@0@Z' (0A0000E3) mapped to '&amp;lt;unknown symbol&amp;gt;' (0600024C) in test.obj&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 08:51:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13303016#M177</guid>
      <dc:creator>moogalm</dc:creator>
      <dc:date>2025-02-06T08:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2019: unresolved external symbol "public: static bool __cdecl AcRxClass::isDerivedFrom(class AcRxClass const *,class AcRxClass const *)" (?isDerivedFrom@AcRxClass@@$$FSA_NPEBV1@</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13303020#M178</link>
      <description>&lt;P&gt;No, the static function is the work-around. -as you suggested here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developercommunity.visualstudio.com/t/After-a-VS2022-update-I-got-LNK2032:-The/10796640#T-N10825435" target="_blank" rel="noopener"&gt;https://developercommunity.visualstudio.com/t/After-a-VS2022-update-I-got-LNK2032:-The/10796640#T-N10825435&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 08:50:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13303020#M178</guid>
      <dc:creator>OysteinW</dc:creator>
      <dc:date>2025-02-06T08:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: error LNK2019: unresolved external symbol "public: static bool __cdecl AcRxClass::isDerivedFrom(class AcRxClass const *,class AcRxClass const *)" (?isDerivedFrom@AcRxClass@@$$FSA_NPEBV1@</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13304603#M179</link>
      <description>&lt;P&gt;turns out setting the project build properties to these fixed my issue:&lt;/P&gt;&lt;P&gt;Project -&amp;gt; Properties -&amp;gt; Configuration Properties -&amp;gt; General&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Platform tools to&lt;/P&gt;&lt;P&gt;142&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And windows SDK to&lt;/P&gt;&lt;P&gt;10.0.26100.0&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 22:14:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/error-lnk2019-unresolved-external-symbol-quot-public-static-bool/m-p/13304603#M179</guid>
      <dc:creator>alexander.lundinPUNY4</dc:creator>
      <dc:date>2025-02-06T22:14:40Z</dc:date>
    </item>
  </channel>
</rss>

