Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Recompiling bpl's / Problem with installation

edited November 2005 in General
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

Comments

  • edited November 2005

    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
  • edited November 2005
    But for what do I buy the source code if I cannot compile it?

    Nard Moseley (Digital Metaphors) schrieb:
  • edited November 2005
    Add "DesignIde.dcp" to dcl* packages in requires clause
This discussion has been closed.