I have been trying to install SynEdit for the last two weeks but no luck. i downloaded its latest version, (I have Delphi XE2), extracted it, went to the packages folder, opened DelphiXE2.groupproj. Delphi IDE started, in the project manager, I right clicked SynEdit_RXE2.bpl and build it (succesful).
Then build SynEdit_DXE2.bpl but this time it gave error. This is it:
For this line:
{$IMPLICITBUILD ON}
It says
[DCC Fatal Error] SynEdit_RXE2.dpk(30): E2225 Never-build package 'designide' must be recompiled
And below this it says:
[DCC Fatal Error] SynEdit_DXE2.dpk(35): E2202 Required package 'SynEdit_RXE2' not found
Please tell me how to install it correctly.