16.10 does not compile on Delphi 7

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #70007
    Stephane Senecal
    Participant

    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

    #70009
    Support
    Keymaster

    Hello, Stephane!
    Thank you for the message, the package was corrupted and was reuploaded today.
    Try it again, please.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.