 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jackson Gomes - Tools&Com Guest
|
Posted: Sat Jan 06, 2007 1:59 am Post subject: F1026 File not found: 'DesignEditors.dcu' |
|
|
Hello all:
I'm trying to install a design-time only package (Object Pascal code) into
the C++Builder personality (All updates and hot fixes installed) and I'm
always getting the error below:
[Pascal Fatal Error] p_editors.pas(12): F1026 File not found:
'DesignEditors.dcu'.
The source code is below:
uses SysUtils, Classes,
{$ifdef VER130}
DsgnIntf, ExptIntf,
{$endif}
{$ifdef D6_OR_HIGHER}
DesignIntf, DesignEditors,
{$endif}
EditIntf,
Users, Controls, Forms, Dialogs, comctrls;
My package already has a reference to DesignIDE.BPI and the same package
works fine in the Delphi personality as well in BCB5 and BCB6.
I've seem several tips in this NG but none has solved my problem.
Any idea?
Many thanks for your time.
--
Jackson Gomes
Tools&Comps - Security Components for Borland Developers.
Web Site: http://www.toolsandcomps.com
Our Forum: http://groups.yahoo.com/group/toolsandcomps
e-mail: jackson (AT) toolsandcomps (DOT) com
Phone: 55 31 38494946 |
|
| Back to top |
|
 |
David Dean [CodeGear] Guest
|
Posted: Sat Jan 06, 2007 3:08 am Post subject: Re: F1026 File not found: 'DesignEditors.dcu' |
|
|
In article <459eae16$1 (AT) newsgroups (DOT) borland.com>,
"Jackson Gomes - Tools&Comps" <jackson (AT) toolsandcomps (DOT) com> wrote:
| Quote: | My package already has a reference to DesignIDE.BPI and the same package
works fine in the Delphi personality as well in BCB5 and BCB6.
|
If it works in the Delphi personality, you should just click the
"Generate all C++ files" checkbox and it should automatically be
installed in both personalities when you install it for Delphi.
--
-David Dean
CodeGear C++ QA Engineer |
|
| Back to top |
|
 |
Craig Farrell Guest
|
Posted: Sat Jan 06, 2007 5:11 am Post subject: Re: F1026 File not found: 'DesignEditors.dcu' |
|
|
Hi,
| Quote: | [Pascal Fatal Error] p_editors.pas(12): F1026 File not found:
'DesignEditors.dcu'.
My package already has a reference to DesignIDE.BPI and the same package
|
That handles C++ but you will also need to do the
same step for Pascal which, in a C++ project, is done
by going to Project | Options | Pascal Compiler | Other
options and entering:
-LUDesignIDE
--Craig |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|