-
Content Count
94 -
Joined
-
Last visited
Community Reputation
7 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
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
-
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.
-
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?
-
Is that this? https://dependencywalker.com/ Looks quite old!
-
This is strange Got these from the event log This is Delphi 12.1 Will do a more complete comparison between the two installs.
-
This also describes the process https://stackoverflow.com/questions/62969608/debugging-a-package-during-component-installation But both instances of Delphi just disappear!
-
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.
-
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
-
ModelMaker IDE Integration Expert for Delphi 10.4
Dave Craggs replied to Ilde's topic in MMX Code Explorer
Thanks -
ModelMaker IDE Integration Expert for Delphi 10.4
Dave Craggs replied to Ilde's topic in MMX Code Explorer
HI - is there an integration update for D12 yet? Thanks Dave Craggs -
I would do but my dev system is not a VM. I do have a backup DEV VM though. I did use VMs all the time, but it was not so good when doing mobile development.
-
I pruned the path. trying to reinstall getit packages but JEDI isn't playing ball and now my 10.3 install is not working. I had heard about D12 but I never go to a new release until at least the first service pack!