Installation error FlexCel 6.26.0.0

Dubbele Error bij compileren van VCL_FlexCel_Core260.bpl:
- [dcc64 Fatal Error] FlexCel_Core.dpk(1): E2225 Never-build package 'FlexCel_Core' must be recompiled (15177) []
- [dcc64 Fatal Error] VCL_FlexCel_Core.dpk(33): E2202 Required package 'FlexCel_Core' not found

Toevoeging:
- Installatie voor Win32 zonder problemen
- Foutmelding bij compileren voor Win64

Hi,

This error means that you have an older FlexCel version (the 64 bits installation) which wasn't completely removed. So Delphi compiles FlexCel_Core, but when it compiles another package which depends on FlexCel_Core, it finds the old FlexCel_Core and gives you the error that it must be recompiled.

Please read more about it here:
http://www.tmssoftware.biz/flexcel/doc/vcl/guides/installation-guide.html#e2225-never-build-package-flexcelcore-must-be-recompiled

If you uninstall, remove all FlexCel dcps and dcus, then install again, the problem should be gone.