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?

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 !
  •  I post it with the name "MFC and Field API errors"

    Output-Build.txt

This discussion has been closed.