On 05/22/2017 10:41 AM, Eric Kom via Lazarus wrote:
Good day Folks,

I got a program that was coded with lazarus 16.x using fpc 2.7.

Now I have installed lazarus 1.9 with fpc 3.1.1

During compiled process, I receieved an Error: Identifier not found
"FileExistsUTF8"

The function FileExistsUTF8 in the fileUtil it is depreciated?

Yes

Please how to I resolve this?

Add lazutils package to your project, add LazFileUtils unit instead of FileUtils.

zeljko


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to