I have created a package - a custom component. Package contains *.pas and *.dfm. I compile package and add *.DCU path to Library. I drop my component from Tool Palette to test application form and Delphi complains that it can not find x.dfm. If I add dfm to Library path - test application compiles just fine. For me it is kinda hack'ish what I am doing. What I am missing? Thank you.
Update 1: My component shows custom form. My *.pas file haves {$R *.dfm}
{$R x.dfm}
statement? Why does your package have a DFM? Does your component display a custom Form at runtime? - Remy Lebeau