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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WWDBEdit.dcu 1

Status
Not open for further replies.

jdizo00

Programmer
Jan 25, 2006
1
CA
The delphi program that I am compiling that I have signed out from our library give me this error.

[Fatal Error]UnitFormFeeGuide.pas[17].'File not found wwdbedit.dcu'

I have all my ipcontrol components installed and I dont know what am I missing.
 
What the compiler is saying is that you dont have neither the wwdbedit.dcu nor the wwdbedit.pas unit... or you have it but the compiler does not know the path where they are.

Have you installed the component package? Why the compiler is trying to compile what (apparently) is a package? Are you trying to compile the package? If not: are you using "compile" or "build"?

buho (A).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top