Linker errors with ObjectARX 2014 libraries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I am facing the similar issues.
I am using ObjectARX 2014, 64 bit libraries with Visual Studio 2010 SP1. But i am getting lots of Linker errors, Could any please help me resolve these errors.
I have put few of the errors below:
1.error LNK2001: unresolved external symbol _acedEntSel
2.error LNK2001: unresolved external symbol "__declspec(dllimport) private: static void * __stdcall AcHeapOperators::allocRawMem(unsigned int)" (__imp_?allocRawMem@AcHeapOperators@@CGPAXI@Z)
3.error LNK2001: unresolved external symbol "__declspec(dllimport) private: static void __stdcall AcHeapOperators::freeRawMem(void *)" (__imp_?freeRawMem@AcHeapOperators@@CGXPAX@Z)
4.error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall AcRxClass::isDerivedFrom(class AcRxClass const *)const " (__imp_?isDerivedFrom@AcRxClass@@QBE_NPBV1@@Z)
I appreciate if anybody could give some hint on the solutions.
Thanks in advance,
Adarsh