Jump to content

Lars Fosdal

Administrators
  • Content Count

    3319
  • Joined

  • Last visited

  • Days Won

    110

Everything posted by Lars Fosdal

  1. type xConst = record const ButtonId = 1; end; procedure Test; var bId: Integer; begin bId := xConst.ButtonId; end;
  2. Lars Fosdal

    Windows 10 will randomly terminate the application

    Eurekalog or MadExcept would both be good choices to get to the bottom of any leaks or buffer overruns.
  3. Lars Fosdal

    Delphi 11.1 is available

    I tried changing the WP background. The setting doesn't take.
  4. Also missing the other Parnassus plugins, as well as an updated XMLMapper.
  5. Lars Fosdal

    Developing under Windows 11 in a VM not feasible ?

    To me, that is so blindingly obvious that either someone completely missed the mark, or said - "shit, that is too much work".
  6. Lars Fosdal

    Migration Tool (11 --> 11.1)

    For some reason, 11.1 decided to discard the TMS and Eurekalog components on install, but it kept the general reg settings for the IDE. Didn't check the 64-bit paths - because we are still on 32-bit due to the state of the 64-bit debugger.
  7. Lars Fosdal

    Developing under Windows 11 in a VM not feasible ?

    ...or don't want to deal with all the positioning and scaling issues for forms that are opened by multiple developers with different DPI and scaling settings...
  8. Lars Fosdal

    Delphi 11.1 is available

    At least people seem to actually use QP now - even if not all of us bothers checking for existing issues 😛
  9. Lars Fosdal

    Delphi 11.1 is available

    @qubits You should report that on QP. Are you able to make a minimal project that shows the same leak?
  10. Xmas came early this year - and, as much as time permits, I will attempt to brave new frontiers. This is more or less my first attempt to use MacOS, and to make things even more exciting, I added the preview version of Windows 11 for ARM to a Parallels VM and I'm installing RAD Studio under that. I will prolly have a thousand MacOS / XCode questions... so any pointers to tips on getting a smooth start with XCode and Delphi will be much appreciated.
  11. Lars Fosdal

    Delphi on Windows 11 on MacBook Pro 16 (2021)

    It is already torn. The 32-bit emulation under W11 for ARM running in a VM is way FASTER than running native on my Lenovo i7 P52.
  12. Lars Fosdal

    Build a Windows GUI shell in Delphi (CarPC)?

    What about the option of running a regular app in kiosk mode?
  13. Lars Fosdal

    .NET kill the Delphi IDE

    Which OS are you running the IDE on?
  14. Lars Fosdal

    Parnassus Bookmarks for Delphi 11 Alexandria?

    Well, that would be nice, but the reality is that we will still be scratching ourselves after a release.
  15. Lars Fosdal

    quality.embarcadero.com not working?

    Strangely, I've not had captcha issues for a long time, but I do have to log out and back in again now and then.
  16. Lars Fosdal

    FMUX custom messages

    Queues?
  17. Does anyone know of any Indy OAUTH2 server side implementations? I.e. Where an external service can use OAUTH2 authentication to achieve connection rights to an API implemented with the Indy http server component?
  18. Lars Fosdal

    Indy https server - OAUTH2 implementation?

    @Mocte Sandoval I got feedback from Sergio at esegece - unfortunately, their implementation relies on their own auth server, and doesn't support f.x. Azure AD OAuth from the server side. Sergio was kind enough to describe the required activities, so now I at least have a starting point. @Angus Robertson I don't need an OAuth server - I need an OAuth integration as seen from my own http server.
  19. Lars Fosdal

    Rad Studio Access Violation

    It actually works in 11.0 too.
  20. Lars Fosdal

    Rad Studio Access Violation

    If you close your projects and start a new one and empty one - do you get the same errors when you start the IDE?
  21. Lars Fosdal

    Rad Studio Access Violation

    Which version of Delphi? Any IDE plugins or designtime data-aware components?
  22. Lars Fosdal

    DocWiki.Embarcadero.com does Russian Roulette.

    If our web services were offline for a month, we'd be in deep shit. The monthly schedule is a normal release schedule, not an outage response schedule. The outage is annoying, but the lack of info from Idera/EMBT is catastrophic for their reputation.
  23. Lars Fosdal

    Indy https server - OAUTH2 implementation?

    I borrowed this image from Felix Colibri's OAuth2 tutorial, which also is written from a client perspective. True. The authentication can/should be a third party Authentication server. I would like to learn how to integrate with such a service from my http server, so that client needs to use OAuth2 to get access to my APIs.
  24. Lars Fosdal

    Indy https server - OAUTH2 implementation?

    That appears to be the other way around. The server accesses Google APIs with OAuth2 - while I want to require the use of OAuth2 authentication for a third party to access my APIs served through an Indy HTTP server.
  25. Lars Fosdal

    docwiki.embarcadero.com is not working

    Delivery times for new in-house HW can be appalling these days. Go cloud.
×