Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Converting from C Builder 2006 -> 2007

12 views
Skip to first unread message

Shane Stump

unread,
Jan 21, 2008, 5:39:47 PM1/21/08
to
Every time I try and do an upgrade, I wish I hadn't!

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

Shane Stump

unread,
Jan 21, 2008, 5:51:28 PM1/21/08
to
> 2) When I try and compile NexusDB packages, it informs me I don't have
> the Delphi Personality installed.

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

Remy Lebeau (TeamB)

unread,
Jan 22, 2008, 2:23:42 PM1/22/08
to

"Shane Stump" <ShaneATStumpWare.com> wrote in message
news:47951f31$1...@newsgroups.borland.com...

> 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


0 new messages