fds60 not found???

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
steve56
Posts: 1
Joined: Mon 04 Jun 2007 08:14

fds60 not found???

Post by steve56 » Mon 04 Jun 2007 08:46

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!!!!

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 05 Jun 2007 09:19

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.

Post Reply