Skip to main content

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 “How to report a C++ Compiler or Linker problem and workarounds” online article published by Embarcadero at https://blogs.embarcadero.com:443/community/. 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