We are using several component packages by different vendors, and two of them both have a "regexp.pas" unit available inside their directory structure.
Problem now is that regardless of the order we compile them in, one of them complains about the unit being compiled with the wrong version of various other units.
Is there any way to handle this correctly?