'designide' must be recompiled when installing DWScript on Delphi XE2

I am running Delphi XE2 w / update 3.

I just checked the read-only DWScript branch from the svn repository. I try to install dwsLib.dpk from the DelphiXE2 folder, but get the following error:

[DCC Fatal Error] dwsLibRuntime.dpk(30): E2225 Never-build package 'designide' must be recompiled 

At first I tried to create dwsLibRuntime.dpk, but I got an error regarding the missing TdwsUnit component, so this will not work either. I was not lucky to find contact information for the author, so I try here.

Any advice is appreciated.

+4
source share
2 answers

Short answer: DWScript does not target Delphi XE2.

Quote:

The leading DWScript platform is currently Delphi XE, compatibility with Delphi 2009 and Delphi 2010 is supported, but some features may be (RTTI fi).

You must fix the source code if you want it to work with Delphi XE2.

+2
source

I.am using XE2 with a trunk code and it works great. I downloaded each dpi (there are two), and also created and installed the first. Then compile your code to point to the source folders (there are at least three of them). Otherwise, I will publish to you the innosetup exe application, which will install it in the XE2 that I created,

+1
source

Source: https://habr.com/ru/post/1396229/


All Articles