Linker errors with ObjectARX 2014 libraries

Linker errors with ObjectARX 2014 libraries

Anonymous
Not applicable
1,006 Views
2 Replies
Message 1 of 3

Linker errors with ObjectARX 2014 libraries

Anonymous
Not applicable

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

0 Likes
1,007 Views
2 Replies
Replies (2)
Message 2 of 3

moogalm
Autodesk Support
Autodesk Support

Hi,

 

Did you check all libraries are linked correctly in your project ?

Are you creating new project or migrating a old one ? If it is new project did you use arxwizard ?

 

 

 

If you can share project I can help you, don't share if it is confidential.

 

 

 

0 Likes
Message 3 of 3

moogalm
Autodesk Support
Autodesk Support

One more point, can you check "ac1st19.lib" is included ?

make sure all following libs are included accore.lib
acad.lib
acui19.lib
adui19.lib
ac1st19.lib
acdb19.lib
acge19.lib
acgiapi.lib
acISMobj19.lib
0 Likes