How to write a TComponentEditor for a component without uses problems
From: Ben Mathews (crashcodes_at_yahoo.com)
Date: 01/24/04
- Next message: John Herbster \(TeamB\): "Re: A simple quetion"
- Previous message: Feza: "Re: A simple quetion"
- Next in thread: Rob Kennedy: "Re: How to write a TComponentEditor for a component without uses problems"
- Reply: Rob Kennedy: "Re: How to write a TComponentEditor for a component without uses problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Jan 2004 14:52:26 -0700
How to write a TComponentEditor for a component without uses
problems for the application that uses the component?
Contains:
MyComponent.pas
MyComponentEditor.pas (needs DesignEditors in uses to inherit
from TComponentEditor)
Requires:
rtl
vcl
designide (DesignEditors is in here)
vclactnband
vclx
dbrtl
vcldb
I compile the component. Install it. Drop the component on
a form in a new application project. Try to Compile the new
application, but I get the DesignEditors.dcu not found message.
Some of the components that come with Delphi 7 gotta be using
this unit too, but I never had a dependency probelm with them.
Any hits?
Thanks,
Ben
- Next message: John Herbster \(TeamB\): "Re: A simple quetion"
- Previous message: Feza: "Re: A simple quetion"
- Next in thread: Rob Kennedy: "Re: How to write a TComponentEditor for a component without uses problems"
- Reply: Rob Kennedy: "Re: How to write a TComponentEditor for a component without uses problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]