FlegelX Hints & Issues
DXCommon
If you use components of Developer Express (DevExpress) it may give
problems in combination with FlegelX when you try to install
FlegelX: this is because DevExpress has a unit named 'DXCommon'
and so does FlegelX. To be more exact, FlegelX uses the JEDI DirectX-headers,
and these headers have a unit called DXCommon. So it's not really
a FlegelX-unit, but a JEDI-unit used by FlegelX.
Delphi does not allow 2 component-packages to use 2 units
with the same name.
This problem could be solved by removing DXCommon from the FlegelX
Package and/or renaming the DXCommon unit used by FlegelX into
DXCommon2 or so. But then you will
need the source code of FlegelX anyway.
(I am just not allowed to change the JEDI headers because
they may not be modified when distributed.)