Ticket T405667
Visible to All Users

cxVer.inc Disable RTTI Information.

created 9 years ago

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?

Answers approved by DevExpress Support

created 9 years ago

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.

    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.