There is CXTEST defined in cxVer.inc but I would say it shouldn't be there… it raises error "Insufficient RTTI available to support this operation" after I build a project and run it. Could somebody help please?
cxVer.inc Disable RTTI Information.
Answers approved by DevExpress Support
Hello Pedro,
We've examine the issue you faced. This may happen if you are using modern RTTI capabilities in your project. They also can be indirectly used by testing engines. To overcome this problem, it should be sufficient to comment the following two lines in the <DXFolder>\ExpressCore Library\Sources\cxVer.inc file:
Code{$WEAKLINKRTTI ON}
{$RTTI EXPLICIT METHODS([]) FIELDS([]) PROPERTIES([])}
After that, run our installer in Recompile mode to update our packages. Please keep me informed of your progress.