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

PADC - Undeclared identifier 3

Status
Not open for further replies.

marieannie

Programmer
Jan 14, 2004
84
0
0
US
Hi, can someone know what kind of package in USES do I have to use in order to work the instruction PADC ???

[Error] cfacycod.pas(8550): Undeclared identifier: 'PADC'


Thanks for your time!
 
Can you post the code where the error is highlighted.

I use a PadC funtion, but that is in one of my own utility libarys, its not a Delphi built in funtion or variable as far as I know.



Steve: Delphi a feersum engin indeed.
 
This is the code where the error is highlighted

[Error] cfacycod.pas(8550): Undeclared identifier: 'PADC'
 
padc is a function that isn't included in the standard release. so it comes from an external library.

try googling "padc delphi", it turned up some interesting links...

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
thank you! I find a Utility in google that it helps.

:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top