-
Content Count
105 -
Joined
-
Last visited
Everything posted by Dave Craggs
-
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?
-
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 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
-
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
-
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
-
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.
-
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 -
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?