Compiling ObjectARX code with BRX
I'm getting a lot of
[code]acrxEntryPoint.obj : error LNK2019: unresolved external symbol "enum Acad::ErrorStatus __cdecl acdbEvaluateFields(class AcDbObjectId const &,int,wchar_t const *,class AcDbDatabase *,enum AcFd::EvalFields,int *,int *)" (?acdbEvaluateFields@@YA?AW4ErrorStatus@Acad@@ABVAcDbObjectId@@HPB_WPAVAcDbDatabase@@W4EvalFields@AcFd@@PAH4@Z) referenced in function "public: void __thiscall AcDbMyEditorReactor::update(void)" (?update@AcDbMyEditorReactor@@QAEXXZ)[/code]
and similar mostly about the MFC methods (except this one all other errors are about MFC methods).
Any thoughts, somebody?
0
Comments
-
Indeed, acdbEvaluateFields() is not yet implemented in BRX ...
Can you put your compiler + linker output as a SupportRequest, please ?
Then we can verify and schedule for implementation ...
Many greetings !0 -
I post it with the name "MFC and Field API errors"0
This discussion has been closed.