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

Delphi Tokyo, drc file

Status
Not open for further replies.

Hong Song

Programmer
Nov 23, 2017
1
AU
There is an extra character 'L' in each line of DRC file generated by Delphi Tokyo.

e.g.
System_SysConst_SArgumentMissing, L"No argument for format '%s'"

Build using Delphi XE, no extra 'L'

e.g.
SysConst_SArgumentMissing, "No argument for format '%s'"

Does anyone know what's the mean of 'L' and how to avoid of that.
Thanks



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top