Seek (int, word) deprecated in Delphi XE4 already

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #52207
    Support
    Keymaster

    Do you know how this deprecated code may be replaced?

    #52213
    HeDiBo
    Participant
    'Support' wrote:

    Do you know how this deprecated code may be replaced?

    Code:
    {$IFDEF DELPHI_XE4}
    Seek(Longint(FHeader.Length + 4), soFromCurrent);
    {$ELSE}
    Seek(FHeader.Length + 4, soFromCurrent);
    {$ENDIF}
    #52468
    HeDiBo
    Participant

    Solved :a3:

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