Jump to content

Lars Fosdal

Administrators
  • Content Count

    3408
  • Joined

  • Last visited

  • Days Won

    113

Everything posted by Lars Fosdal

  1. Lars Fosdal

    Buying a mini pc to install Delphi

    Intel Macs are going the way of the Dodo. It is all about ARM for Apple now. The Apple Tax refers to the premium you pay if upgrading from the base spec of an Mx based device. The cost is ridiculous. You could buy a second device for the price of the upgrades. Edit: ...and your average consumer cannot upgrade the device by themselves.
  2. Lars Fosdal

    Problems with EurekaLog

    I don't use the EL dialog nor do I capture screenshots. @Attila Kovacs But, in EL Options, under dialog: it looks like you can make screenshots mandatory? Disclaimer - I haven't tested it. Edit: Well, reading the docs says it doesn't work that way - and that there are GDPR pitfalls if not asking for consent. https://www.eurekalog.com/help/eurekalog/index.php?bug_report_screenshot.php
  3. Lars Fosdal

    Buying a mini pc to install Delphi

    Same reasons that Anders mentioned. Also, Amazon has a brutal grip on the market, and is killing off the competition. For books, I've opted to pay more and order them from a local bookstore.
  4. Normally, it would be by editing the first post. I modified the topic for you.
  5. @RDP1974 Something like "New mem manager test using indy http, json, memtables, etc"
  6. Lars Fosdal

    Datasnap param problem

    Does it always fail on the same parameter? I'd probably do it like this, but it depends on the declaration and description of the GetOptParameter method. var FNameOut: AnsiString; begin ... FNameOut := UTF8Encode(ParamName); if FDSBase.GetOptParameter(0, FieldNo, @FNameOut, ParamType, ...
  7. @RDP1974 - Please change the title of the post to reflect the content - "new test" does not inform those that read the list of topics
  8. Lars Fosdal

    Buying a mini pc to install Delphi

    These days I avoid shopping at Amazon. The new MacMinis look amazing - but yeah, the Apple Tax is brutal.
  9. Lars Fosdal

    Can't get but 40% CPU usage multi-tasking

    Reduced performance with multiple threads may have many reasons, suce as race conditions, lock contentions, cache depletion, etc.
  10. Lars Fosdal

    Touch Dynamic Fusion Hybrid Tablets

    I've never tried anything similar, so I can't really pinpoint the underlying problem. Any suggestions, @Dave Nottage?
  11. Lars Fosdal

    Touch Dynamic Fusion Hybrid Tablets

    Are you targeting 32-bit or 64-bit Android?
  12. Lars Fosdal

    Touch Dynamic Fusion Hybrid Tablets

    https://docwiki.embarcadero.com/RADStudio/Athens/en/Android_Devices_Supported_for_Application_Development#Intel-based_Android_Devices recommends a couple of apps that can verify the capabilties of your Android device.
  13. Lars Fosdal

    Buying a mini pc to install Delphi

    @dummzeuch - I think it is commendable to do your testing on a low powered setup. If it works satisfactory there, it will rock on higher end gear.
  14. Vote here Native ARM64 compiler for Windows for ARM https://quality.embarcadero.com/browse/RSP-38298 Context: https://www.theverge.com/2022/5/24/23139475/microsoft-visual-studio-2022-native-arm-vs-code
  15. Lars Fosdal

    Do you need an ARM64 compiler for Windows?

    uncertainty, doubt - Is it unthinkable that the codegen would be scheduled for improvements when adding support for Windows for ARM?
  16. Lars Fosdal

    tParallelArray and interfaces

    @A.M. Hoornweg It is always helpful to indicate what kind of error you get, and where you get it.
  17. Lars Fosdal

    Do you need an ARM64 compiler for Windows?

    Less hearsay/leaks - more acknowledged facts, please.
  18. Lars Fosdal

    Need help please..

    https://learn.microsoft.com/en-us/windows/win32/api/securitybaseapi/nf-securitybaseapi-gettokeninformation BOOL GetTokenInformation( [in] HANDLE TokenHandle, [in] TOKEN_INFORMATION_CLASS TokenInformationClass, [out, optional] LPVOID TokenInformation, [in] DWORD TokenInformationLength, [out] PDWORD ReturnLength ); TokenInformationLength should be the size of the TokenInformationClass?
  19. Lars Fosdal

    tag as String

    "rabbit whole" ... /sigh Yeah, I guess it is... still, it is a far cry from clean code.
  20. Lars Fosdal

    Feature enhancement request - Filter DFM properties

    We've given up on HighDPI. It is just not worth the effort and grievance for a project that has entered care and maintenance, even if the users would greatly benefit from it.
  21. Lars Fosdal

    tag as String

    I've gone even deeper down the rabbit whole and referenced object instances through the tag... I am not proud of it.
  22. Lars Fosdal

    How to avoid hardcoding image index?

    Only the visible rows will render the icon.
  23. Lars Fosdal

    Problem with linking of Midas.dll on 64 bit

    You'll should find a 64-bit Midas DLL in your redistributable folder: C:\Program Files (x86)\Embarcadero\Studio\23.0\Redist\win64 See also:
  24. Lars Fosdal

    String memory usage

    Well, the English CoPilot knew. But, the Norwegian one did not.
  25. Lars Fosdal

    String memory usage

    It supposedly was a trivial question.
×