Two copies of ConnectForm
Posted: Thu 09 Feb 2006 19:07
Hi,
I am working on a new project with plugins.
I am trying to put all Delphi units and 3rd party tools units into one package for our new project so I don't have deploy tens or hundreds of bpl. When I add the ODAC units from the ODAC source folder (C:\Program Files\CoreLab\ODAC\Source), the compiler complains that ConnectForm.pas is already on the search path (C:\Program Files\Borland\Delphi7\Odac\Lib).
So I wonder why ConnectForm.pas, ConnectForm.dfm, and ConnectForm.xfm exist in the Lib folder? Can I remove it from the folder? If not, which one should I use in my package (they seem to be the same), or does it matter?
Thanks,
Ping Kam
I am working on a new project with plugins.
I am trying to put all Delphi units and 3rd party tools units into one package for our new project so I don't have deploy tens or hundreds of bpl. When I add the ODAC units from the ODAC source folder (C:\Program Files\CoreLab\ODAC\Source), the compiler complains that ConnectForm.pas is already on the search path (C:\Program Files\Borland\Delphi7\Odac\Lib).
So I wonder why ConnectForm.pas, ConnectForm.dfm, and ConnectForm.xfm exist in the Lib folder? Can I remove it from the folder? If not, which one should I use in my package (they seem to be the same), or does it matter?
Thanks,
Ping Kam