-
Content Count
105 -
Joined
-
Last visited
Community Reputation
7 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Fantastic. That has cracked it. Many many thanks Uwe. Dave
-
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.
-
HKEY_CURRENT_USER Interestingly Modelmaker on my new dev notebook has no Delphi IDE's listed. I did try reinstalling MM.
-
BDS\19.0 was missing I added this But still no joy 😞
-
Hmm - I did uninstall an old version of Delphi recently possibly 10.2. Would that have done it?
-
That's odd. I am missing Delphi 10.2 Tokyo.
-
Using Modelmaker 11.11.0 build 5488
-
Looking at IDE integration the list only goes up to Delphi 10.1 Berlin. I though your tool integrates with Delphi 10.2.
-
It's just the locate in Delphi button is greyed out. I worked a week or so ago.
-
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?
-
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)
-
Thanks for the reply. Have looked at some of those links already. I think the issue is I am not getting the AuthCode
-
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
-
Libsuffix auto is the way to go., Thanks