We are working to find a solution to this issue. In the meantime, please follow the steps below to work around it:
- Navigate to the erroneous line in the dxEMF.Utils.hpp.
- Remove the const keyword before System::TObject*& __rhs so that the line looks as follows:
C/C++bool __fastcall operator==(System::TObject*& __rhs) { return TdxSmartValue::_op_Equality(*this, __rhs); };
- Recompile your application.