Jump to content

gomsun2

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

Technical Information

  • Delphi-Version
    Delphi 11 Alexandria

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I agree, I reported it to the quality portal: https://quality.embarcadero.com/browse/RSB-7079
  2. When I switch to debugging mode, the evaluation result is still the same. It represents 0. I don't have an Intel Mac for testing. However, when I asked my coworker to check on theirs, the issue was not replicated. It seems this might be specific to Mac with the M-series processor running Winodws 11 ARM.
  3. I'm currently working on a MacBook Pro equipped with an M2 chip and using Parallels for virtualization to run Windows 11 ARM. I've encountered a peculiar issue. When I compile for 32bit, I'm not getting the result I anticipate. The code should produce an output of '3.0', but it consistently returns '0'. Here's a snippet of the code causing the problem: procedure TMainView.Button3Click(Sender: TObject); begin var LValue: UInt64 := 3; Caption := LValue.ToDouble.ToString; end; I've found this to be consistent across several Delphi versions, specifically D10, D11, and D12. Has anyone else experienced this issue, or can offer any insight?
×