Results 1 to 3 of 3

Thread: Strange Bug with TFileStream on Lazarus MacOS

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Code:
    {$IFDEF FPC}
      {$packset 1}
    {$ENDIF}
    This fixed the problem! I don't know why but SizeOf(Set) was returning 4 to me in FPC but 1 in Delphi.

  2. #2
    I'm glad you found the problem

    It might help someone else...

    cheers,
    Paul

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •