Question

While converting my Delphi 5 code to Delphi 2009 got the following error. "sResNotFound Undeclared identifier".

In Delphi 5, sResNotFound is included in Consts.pas. Any one have idea for newer Delphi version which file i should include in uses clause.

Thanks for help in advance.

Was it helpful?

Solution

This constant is defined in the RTLConsts unit.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top