Recompiling bpl's / Problem with installation
Hi,
using Delphi 7. Have compiled all runtim libs without problems. Now
trying to compile designtime (e. g. dclRBE97.dpk) I get some errors:
In ppRegPro:
uses
{$IFDEF Delphi6}DesignIntf, DesignEditors, VCLEditors, {$ELSE}
DsgnIntf, {$ENDIF}
Windows, SysUtils, Classes, Consts, Dialogs, Forms, TypInfo;
missing "DesignIntf".
If I add the search path $(DELPHI)\source\toolsapi to the package,
compiler cannot find "proxies.dcu" used by "DesignEditors".
What am I doing wrong?
Best regards
Christian
using Delphi 7. Have compiled all runtim libs without problems. Now
trying to compile designtime (e. g. dclRBE97.dpk) I get some errors:
In ppRegPro:
uses
{$IFDEF Delphi6}DesignIntf, DesignEditors, VCLEditors, {$ELSE}
DsgnIntf, {$ENDIF}
Windows, SysUtils, Classes, Consts, Dialogs, Forms, TypInfo;
missing "DesignIntf".
If I add the search path $(DELPHI)\source\toolsapi to the package,
compiler cannot find "proxies.dcu" used by "DesignEditors".
What am I doing wrong?
Best regards
Christian
This discussion has been closed.
Comments
We do not recommend building the RB packages, nor do we provide tech support
on rebuilding the RB packages.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Nard Moseley (Digital Metaphors) schrieb: