Hello
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?
Regards
Hello
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?
Regards
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hello Jan,
CXTEST should be there and should not cause any problems. The issue related to this declaration was fixed in the old v2011 vol 2.5 build of our controls. Would you please specify the version of our controls that you are using?
It's VCL v.15.2.2 version.
Thank you for your clarification. 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:
{$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.