Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I get these errors when compiling .arx solution for AutoCAD2024.
I'm linking with the current SDK and these libs:
<AdditionalDependencies>accore.lib;acad.lib;acui24.lib;adui24.lib;AcPal.Lib;rxapi.lib;acdb24.lib;acge24.lib;%(AdditionalDependencies)</AdditionalDependencies>
4>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>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>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>test.obj : error LNK2032: metadata inconsistent with COFF symbol table: symbol '?isDerivedFrom@AcRxClass@@$$FSA_NPEBV1@0@Z' (0A0000E3) mapped to '<unknown symbol>' (0600024C) in test.obj
4>test.obj : warning LNK4248: unresolved typeref token (01000044) for 'AcDbStub'; image may not run
4>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>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>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 ==========
Solved! Go to Solution.