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.

Était-ce utile?

La solution

This constant is defined in the RTLConsts unit.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top