Jump to content

David Heffernan

Members
  • Content Count

    3473
  • Joined

  • Last visited

  • Days Won

    171

Everything posted by David Heffernan

  1. David Heffernan

    Currency Calculations

    Find a tutorial on how yo use a debugger
  2. David Heffernan

    Currency Calculations

    The error message seems quite clear. Do you know how to use the debugger to inspect vakues being passed to StrToCurr?
  3. David Heffernan

    Project in Seismic Field

    But is anybody going to get paid and have any job security?
  4. David Heffernan

    When will we have a 64-bit IDE version ?

    It would really help if we could down vote issues as well as up vote them
  5. David Heffernan

    When will we have a 64-bit IDE version ?

    This post here isn't going to have any impact
  6. David Heffernan

    Delphi TOIOBE index lifted in May 2022?

    I'm quite sure that the people at TIOBE are driven night and day by their intense feelings of envy towards Delphi. I really can't imagine they think about anything else.
  7. David Heffernan

    Project in Seismic Field

    What is the pay and working conditions? How long is the contract?
  8. David Heffernan

    looking for a "special" checkbox component

    Radio group: - Yes it's OK - No it's not - Not sure
  9. David Heffernan

    VLC Player 64bit

    I know what the problem is. My point is that a negative value in a signed integer that is actually holding a pointer, does not imply that a 64 bit value was stored in a 32 bit type.
  10. David Heffernan

    VLC Player 64bit

    Negative integer wouldn't be a problem per se. A DLL loaded between 0x80000000 and 0xffffffff would be negative when interpreted as a signed integer.
  11. David Heffernan

    Win32, Win64, WinRT and now... WinARM ?????

    I'm not a big screen toucher either
  12. David Heffernan

    Win32, Win64, WinRT and now... WinARM ?????

    32 bit version of MATLAB hasn't existed for at least 5 years
  13. David Heffernan

    Win32, Win64, WinRT and now... WinARM ?????

    I compared an XPS13 with Macbook Air 13 and the Macbook, 16GB RAM, 512Tb and the prices are £929 vs £1,649. Looking at 32/1Tb the comparison is £1,400 vs £2,000 and the Macbook only has 24Gb because there is no 32Gb option, at least where I am. Perhaps I'm missing something. Is this comparison flawed? Also worth noting that, unless I'm mistake, none of the Macbooks have touch screen displays. You can get a swanky touch screen on the XPS13 and still have a few hundred pounds of change compared to the price for the non touch Mac. I must be missing something.
  14. David Heffernan

    Win32, Win64, WinRT and now... WinARM ?????

    I asked a question because I am curious. Do you know the answer?
  15. David Heffernan

    Win32, Win64, WinRT and now... WinARM ?????

    What do Macs come with that equates to Office?
  16. David Heffernan

    Win32, Win64, WinRT and now... WinARM ?????

    Price of Apple more like
  17. David Heffernan

    Win32, Win64, WinRT and now... WinARM ?????

    ARM has to win in the end at least for portable devices.
  18. David Heffernan

    Delphi 11.3 lite. dosent work code completion

    This is cracked software, right?
  19. David Heffernan

    SBOM tool for Delphi

    There are commercial tools to support this. I sure websearch will find them. As soon as you link to anything that isn't delphi then the desire for a tool for Delphi is a bit pointless.
  20. David Heffernan

    What is the benefit of sorting the Uses clause?

    Although the real problem is the language design that makes this order affect the meaning of the program.
  21. OK. Well I'm glad this thread has been useful!!!
  22. I've no idea what your requirement is and what the problem is. You don't seem to understabd how floats work. I don't think this is going to be productive.
  23. K and n are integers. All representable floats are of the form k*2^n. So 1/3, 1/10 aren't of that for, and aren't representable. I doubt that you need to store these numbers exactly. But we don't know your requirements.
  24. You can see that it's impossible to store irrational numbers in floats. Indeed even rationals can't be stored exactly in floats, unless they can be expressed as above, k*2^n.
  25. Yes but it's hard to see the relevance. Representable numbers have the form k*2^n. Perhaps you don't actually need exact representability. We don't know what your requirements are.
×