Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Supported IDEs

The ExpressRichEdit Control is supported with RAD Studio XE or later. For 64-bit applications created with C++Builder, it is only supported with XE8 or later. Compiling a 64-bit application in the IDE requires you to “bump heap sizes”, in order to overcome a possible “Out of memory” error with ilink64 as described in the corresponding section of the following article: How to report a C++ Compiler or Linker problem and workarounds. The heap sizes in the ExpressRichEdit Control demos are increased using the following -GH switch command line:

-GHinfo=0x07000000 -GHcode=0x02400000 -GHdata=0x01000000 -GHdwarf_info=0x02000000 -GHbss=0x06000000

This command line may require adjustments if you included debug info when compiling DevExpress product source files.

See Also