Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

required package not found error 1

Status
Not open for further replies.

lemis

Programmer
Sep 10, 2004
5
US
Hi gurus,
i am pretty new in delphi. i am taking care of a 300mb source code for the state govt, the deal is i am an intern and know very little about delphi.
i am tryingto compile the program but it is giving me following message:
[Fatal Error] DPv2CommonModuleD7.dpk(29): Required package 'DPv2ApplicationDriversD7' not found

please let me know how fix this error.

thanks in advance
 
Look on your hard drive for any files that have "DPv2ApplicationDriversD7" in the file name. You're specifically looking for the .dpk and the .bpl files. Make sure that the path where the .dpk file is located is in your Delphi Library Path configuration - Go to Tools, Environment Options and select the Library tab. Click on the elipse button next to the Library Path edit box and add the path to this file to the list of available paths and save.

If the files are not on your computer, you will have to find them and install them in order to compile your application.

-Dell
 
Thanks hilfy for the quick help.
I was able to remove a lots of errors in my progam.
I had similar error for other files types too (i.e. .pas,.dcu etc) and i gave the file path in the "library tab" and it got removed.

But i am stuck again, now i am getting an error saying
[Fatal Error] Could not create output file 'c:\program files\borland\delphi7\DigitalPipelinev2\Lib\DPv2GUIComponentsD7.dcp'

you think the dcu output dir should be same as package dir??

thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top