1)
http://download.csdn.net/detail/m_star_jy_sy/8425035
2) Compiling and installing
The search path for setting the project properties is:. \source, .... \.. \source;
Generate the. hpp and. lib files required for C++builder
Project Properties dialog box, Delphi complier| output-c/c++| The value of the C + + Output file generation defaults to generate Dcus only, instead generate all C++builder files (including package libs).
3) Application
Drag and drop the DevExpress control onto the form.
Compile: Will prompt to set the cxGriphic.h header file path, the native path is: C:\Users\Public\Documents\Embarcadero\Studio\14.0\hpp. Select the Cxgriphic.hpp file. Or, add the include path:c:\users\public\documents\embarcadero\studio\14.0\hpp first.
Link: will prompt the following error: [ilink32 ERROR] error:unable to open file ' Cxlookandfeelpainters. RES '
Set the project properties, set the library path to add: D:\1-tools\1-development tool \bcb\devexpress_vcl_xe6\sources (for DevExpress source path)
DevExpress VCL for C++builder EX6