To Aahalya
Thank you for your quick response. I searched all files for {$I *.dfm} but nothing was found. I searched for {$I and also found nothing. on searching for .dfm I found two {$R *.dfm}. If I delete either of them I get a compilation error in the system Forms units. Any further help will welcomed
Regards
Main Topics
Browse All Topics





by: ahalyaPosted on 2008-11-27 at 19:47:38ID: 23053622
You have at least two include statements {$I *.dfm} that have forms of the same name. Do a "Find in files" for {$I and delete the duplicate.
Mostly what has happended is that you renamed "SearchUnit.pas" from a different name, but still have the original in the uses clause.