Page 1 of 1

fds60 not found???

Posted: Mon 04 Jun 2007 08:46
by steve56
I have re-installed a Delphi 6 Ent. app onto a new Win XP workstation (previously installed on a Win2000 machine).
When trying to run the app. I get the fatal error -

"Required package 'fds60' not found".

To the best of my knowledge, ODAC is NOT used by this app.
However, the developer did trial ODAC with this program but did not use these components in the final production version.

So where the heck is this file?

Please help, the app. is an importatnt reporting tool and this problem is driving me nuts!!!!

Posted: Tue 05 Jun 2007 09:19
by Plash
Try the following:
- select Project | Options from the Delphi menu;
- select the Packages tab;
- remove fds60 from the list of runtime packages;
- rebuild your project.