Delphi XE - F1027 Unit not found: 'System.pas' or binary equivalents (.dcu) upon Activation of trial version

后端 未结 7 1393
终归单人心
终归单人心 2021-01-11 11:10

I just purchased the full version of Delphi XE Architect after using the trial version for 30 days. I can\'t build anything, every time I go to build a project I get the er

相关标签:
7条回答
  • 2021-01-11 11:53

    add this : $(BDSLIB)\win32\release;

    to your library path .

    0 讨论(0)
  • 2021-01-11 11:54

    Running as Administrator worked for me.

    0 讨论(0)
  • 2021-01-11 11:57

    Make sure you have the environmental variables set properly (Tools->Options->Environmental Variables from the IDE's main menu):

    BDS=D:\Embarcadero\RAD Studio\8.0
    BDSCOMMONDIR=C:\Users\Public\Documents\RAD Studio\8.0
    PLATFORM=Win32
    

    These should all be set in the System Variables section, and should have been added by the installer. (Obviously, they should point to the installation location of your XE installation - mine is installed in D:\Embarcadero\RAD Studio\8.0, as you can see.)

    EDIT: I see in your comment you installed in C:\Program Files - bad idea if you're running Windows Vista or Win7 or higher. You should try installing in a different location. You can also try running the IDE as Administrator (right-click shortcut in Start->All Programs->Embarcadero->RAD Studio XE->Delphi XE, choose "Run as Administrator" from context menu). Does this change anything?

    Also, you can open a free support case at Embarcadero for installation-related issues. I'd first try reinstalling in another location (running the install as Administrator, putting it in another folder, and installing for all users); if that doesn't work, open a support case. You can also post to the Embarcadero Delphi Installation forums - you'll need to have already created a user account there first to log in.

    0 讨论(0)
  • 2021-01-11 11:57

    Goto Tools->Options->Library->Library path

    and add $(BDSLIB)\win32\release

    This worked in Delphi 10.2

    0 讨论(0)
  • 2021-01-11 11:58

    Sometimes this error message occurs when we have duplicate libraries included.

    Make sure that:

    Tools->Options->Environmental Options->Library

    and

    Project->Options->Directories/Conditionals

    Don't include the same paths...

    0 讨论(0)
  • 2021-01-11 11:59
    C:\Embarcadero\RAD Studio\9.0\lib\win32\release
    

    and

    C:\Embarcadero\RAD Studio\9.0\lib\win32\debug
    

    Both of these path have been to add in Delphi XE2 from IDE <<Tools->Options->Library->Library path>>

    It's OK?

    0 讨论(0)
提交回复
热议问题