Jump to content

Al T

Members
  • Content Count

    93
  • Joined

  • Last visited

Community Reputation

5 Neutral

Technical Information

  • Delphi-Version
    Delphi 11 Alexandria

Recent Profile Visitors

1410 profile views
  1. Thank you. I was able to get it working after I deleted my serial number and then registered it again.
  2. Thank you. I was able to get it working after I deleted my serial number and then registered it again.
  3. Thank y'all! I was able to get DelphiLSP working with VScode only after I deleted my serial numbers and registered them again.
  4. The official "DelphiLSP" Plugin for Visual Studio Code https://marketplace.visualstudio.com/items?itemName=EmbarcaderoTechnologies.delphilsp Every time I hover over a function, variable, procedure, etc.... I get "A valid license was not found. Please contact Embarcadero Support" . I have Delphi 11.0 Enterprise edition with a valid license! I'm using Visual Studio Code because it allows me to use GitHub Copilot. Any ideas? PS I've tried this: but the help does not help. I still have "A valid license was not found. Please contact Embarcadero Support"! Any help is much appreciated!
  5. Adding a path tells me that it can't load DelphiLSP.exe .... I've tried ``` C:\Program Files (x86)\Embarcadero\Studio\22.0\bin "C:\Program Files (x86)\Embarcadero\Studio\22.0\bin" C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\ "C:\Program Files (x86)\Embarcadero\Studio\22.0\bin\" ``` But if I don't have a path, it loads DelphiLSP.exe, yet it still complains about " A valid license was not found. Please contact Embarcadero Support" . I also have Delphi 11.0 Enterprise edition with a valid license! Any ideas?
  6. I'm trying to figure out if this is even possible. It seems that GitHub Copilot only works with a select few editors. Which external editor would work best with Delphi so that GitHub Copilot could be used? Any ideas?
  7. If there's no work around, maybe they'll let me get a free update?
  8. Component -> Install Packages -> Embarcadero Designer IDE Package
  9. I'm guessing by the version information... it has both loaded??
  10. Do you mean RS as Rad Studio? This is what I have... see picture:
  11. No... designide280.bpl doesn't exist in my registry. When I manually add it... it does not get a check mark in Component -> Install Packages
  12. So... I can delete C:\Program Files (x86)\Embarcadero\Studio\21.0\bin\designide270.bpl from the registry and be done with it? ALSO...... What is Computer\HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0\Known Packages FOR?
  13. After looking at my files... C:\Program Files (x86)\Embarcadero\Studio\22.0\bin I found that designide280.bpl does not have a digital signature from Idera, Inc. !! Although in C:\Program Files (x86)\Embarcadero\Studio\21.0\bin designide270.bpl does have a digital signature Can someone please look in their C:\Program Files (x86)\Embarcadero\Studio\22.0\bin (See attached picture) With Windows 10 Command Prompt (Administrator Access): C:\Program Files (x86)\Embarcadero\Studio\22.0\bin>certUtil -hashfile designide280.bpl SHA256 SHA256 hash of designide280.bpl: 293754639af04e03242ffe719d0c3c3b7c2ad5f186fcf6c4197063b987982fda CertUtil: -hashfile command completed successfully. Please let me know if this file is correct for Delphi 11.0 November patch Thank you! ....PS..... If you don't have time to compare, can you please just reply with your SHA256 ?
×