Jump to content

Dave Craggs

Members
  • Content Count

    105
  • Joined

  • Last visited

Everything posted by Dave Craggs

  1. Dave Craggs

    Modelmaker integration

    HI, I am using Modelmaker and Delphi 12.2 The Modelmaker integration expert has been working well, but just recently I can't use the locate in Delphi button, it is just greyed out. The Modelmaker integration option in Delphi work though. Any ideas? Is there something obvious I have missed?
  2. Dave Craggs

    Modelmaker integration

    Fantastic. That has cracked it. Many many thanks Uwe. Dave
  3. Dave Craggs

    Modelmaker integration

    This is very confusing. This is what is in HKEY_CURREJNT_USER 19.0 was missing but I added it HKLM is not have a BDS entry I added one But still no joy.
  4. Dave Craggs

    Modelmaker integration

    HKEY_CURRENT_USER Interestingly Modelmaker on my new dev notebook has no Delphi IDE's listed. I did try reinstalling MM.
  5. Dave Craggs

    Modelmaker integration

    BDS\19.0 was missing I added this But still no joy 😞
  6. Dave Craggs

    Modelmaker integration

    Hmm - I did uninstall an old version of Delphi recently possibly 10.2. Would that have done it?
  7. Dave Craggs

    Modelmaker integration

  8. Dave Craggs

    Modelmaker integration

    That's odd. I am missing Delphi 10.2 Tokyo.
  9. Dave Craggs

    Modelmaker integration

    Using Modelmaker 11.11.0 build 5488
  10. Dave Craggs

    Modelmaker integration

    Looking at IDE integration the list only goes up to Delphi 10.1 Berlin. I though your tool integrates with Delphi 10.2.
  11. Dave Craggs

    Modelmaker integration

    It's just the locate in Delphi button is greyed out. I worked a week or so ago.
  12. Dave Craggs

    MSGraph and OAuth

    Hi, I am struggling connecting to MSGraph and getting a working token back. If I put this in I do not get a code back. If I change it to token I get a token, but that does not give me access to MSGraph. I get ME - {"error":{"code":"InvalidAuthenticationToken","message":"Access token validation failure. Invalid audience.", I was thinking maybe a need to get a code first and then ask for the token. I am setting the scope to : https://graph.microsoft.com/.default Anyone done this? I have looked at GMailAuthDemo. https://github.com/geoffsmith82/GmailAuthSMTP/blob/master/GMailAuthDemo.dproj Anyone done this? Dave Craggs
  13. Dave Craggs

    MSGraph and OAuth

    The issue I am having is getting back a token with the wrong aud. Getting one fop Azure AD Graph (00000002-0000-0000-c000-000000000000) rather than Microsoft Graph.(00000003-0000-0000-c000-000000000000)
  14. Dave Craggs

    MSGraph and OAuth

    Thanks for the reply. Have looked at some of those links already. I think the issue is I am not getting the AuthCode
  15. Dave Craggs

    Access violation installing a component

    I have a component (bpl) I am trying to install. I have installed this successfully on Delphi 12 on my notebook but on my desktop I get It builds fine but when you select install you get the access violation How can you debug this sort of thing? Dave Craggs
  16. Dave Craggs

    Access violation installing a component

    Libsuffix auto is the way to go., Thanks
  17. Dave Craggs

    Access violation installing a component

    Yes - bpl conflict. These bpls are also stored in SYSWOW64. Conflicting with a previous version of Delphi. I need to rename the BPL files so they are unique to Delphi12 I think.
  18. Dave Craggs

    Access violation installing a component

    The newer version of the dependency walker worked fine, no issues found. I tried copying the bpl files from the working system and still had the same problem. I wonder if there is a BPL conflict?
  19. Dave Craggs

    Access violation installing a component

    Is that this? https://dependencywalker.com/ Looks quite old!
  20. Dave Craggs

    Access violation installing a component

    This is strange Got these from the event log This is Delphi 12.1 Will do a more complete comparison between the two installs.
  21. Dave Craggs

    Access violation installing a component

    This also describes the process https://stackoverflow.com/questions/62969608/debugging-a-package-during-component-installation But both instances of Delphi just disappear!
  22. Dave Craggs

    Access violation installing a component

    Did that - when you say open up the package do you mean open up the project again and run install? Did that and both instances of d12 crashed. I do have the source.
  23. HI - is there an integration update for D12 yet? Thanks Dave Craggs
  24. Dave Craggs

    Update issue

    Just tried updating Delphi 11.3 and now Delphi will not start. Just sticks ion the background with 0% CPU Any ideas on what I can do?
×