I am writing a component that requires the use of both the units
DesignIntf, DesignEditors
When i build my package, i get the error
File not found: 'DockForm.dcu'
When I add "designide.dcp" to the "requires" section of the package, it builds and compiles just fine.
HOWEVER, when i add the component to a new project (in design time, it works. I can change all the properties, etc......BUT, it does NOT work in runtime. When i run the application with the component on the main form, i once again get the " "File not found: 'DockForm.dcu'" error
please help
thanks