In the unit acCharMap, the function FillList uses the function GetGlyphIndicesW.
There’s a bug in the Windows.pas file in Delphi 7 which defines the function GetGlyphIndicesW to use PAnsiChar as parameters.
I’m not sure if FillList should use the Ansi version of the function GetGlyphIndicesA or if the definition of GetGlyphIndicesA in Windows.pas should be redefined.
Stephane Senecal
CIS Group
Delphi programmer since 2001