I am having two problems:
1) I can't get a delphi component to compile because of the recurring
error below:
[DCC Error] mxStorageReg.pas(41): F1026 File not found: 'DesignIntf.dcu'
I have added designide.bpi to the Requires and I still get the error.
2) When I try and compile NexusDB packages, it informs me I don't have
the Delphi Personality installed.
Best Regards,
Shane
Trying to compile NexusDB packages from command line yields the
following error:
Target CoreCompile:
C:\Program Files\CodeGear\RAD Studio\5.0\\bin\dcc32.exe -B -I..;
-LE"C:\Documents and Settings\All Users.WINDOWS\Documents\RAD
Studio\5.0\Bpl" -LN"C:\Documents and Settings\All
Users.WINDOWS\Documents\RAD Studio\5.0\Dcp" -N0.\Win32 -NH.\Win32
-NO.\Win32 -O..; -R..; -U..; --no-config ObjCreator.dpk
CodeGear Delphi for Win32 compiler version 18.5
Copyright (c) 1983,2007 CodeGear
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Borland.Delphi.Targets(113,3):
error : ObjCreator.dpk(30) Fatal: E2202 Required package 'designide' not
found
ObjCreator.dpk(30) Fatal: E2202 Required package 'designide' not found
Done building target "CoreCompile" in project "ObjCreator.dproj" -- FAILED.
Done building project "ObjCreator.dproj" -- FAILED.
Build FAILED.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Borland.Delphi.Targets(113,3):
error : ObjCreator.dpk(30) Fatal: E2202 Required package 'designide' not
found
0 Warning(s)
1 Error(s)
Any idea how to solve this?
Best Regards,
Shane
> 1) I can't get a delphi component to compile because of the recurring
> error below:
>
> [DCC Error] mxStorageReg.pas(41): F1026 File not found: 'DesignIntf.dcu'
Does the component package specify "DesignIDE" in its Pascal compiler
options?
Is this a Runtime-only, Designtime-only, or Runtime/Designtime package?
> I have added designide.bpi to the Requires and I still get the error.
> 2) When I try and compile NexusDB packages, it informs me
> I don't have the Delphi Personality installed.
Did you load the Delphi personality when you started the IDE?
Gambit