How to write a TComponentEditor for a component without uses problems

From: Ben Mathews (crashcodes_at_yahoo.com)
Date: 01/24/04


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