Page 1 of 1

Undeclared Identifier

Posted: Mon 22 Nov 2004 19:03
by Wilton
Hi,

After install MyDAC Version 3.30.0.12 for Delphi 5.0 all lines
in my code that use LOCATEEX method, don't compile and I
receive this message :
"[Error] Urecebfiles.pas(1835): Undeclared identifier: 'lxCaseInsensitive'"
for all types of identifiers.

Could you help me

Re: Undeclared Identifier

Posted: Tue 23 Nov 2004 07:27
by Ikar
Please add MemData to uses list

Posted: Tue 23 Nov 2004 11:40
by Wilton
Hi Ikar,

Thanks my problem is solved.