“设计理念”在Delphi XE2上安装DWScript时必须重新编译

发布于 2025-01-05 05:58:09 字数 349 浏览 2 评论 0原文

我正在运行 Delphi XE2 w/ update 3。

我刚刚从 svn 存储库中签出了 DWScript 的只读分支。我尝试从 DelphiXE2 文件夹安装 dwsLib.dpk,但收到以下错误:

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

我首先尝试构建 dwsLibRuntime.dpk,但收到有关缺少 TdwsUnit 组件的错误,因此这也不起作用。我没有找到作者的联系信息,所以我在这里尝试。

任何建议将不胜感激。

I'm running Delphi XE2 w/ update 3.

I've just checked out the read-only branch of DWScript from the svn repository. I try to install dwsLib.dpk from the DelphiXE2 folder but receive the following error:

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

I tried building dwsLibRuntime.dpk first, but I get an error about missing TdwsUnit component, so that doesn't work, either. I'm not having any luck finding contact info for the author, so am trying here.

Any advice would be greatly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南汐寒笙箫 2025-01-12 05:58:09

简短的回答是:DWScript 不针对 Delphi XE2。

引用:

DWScript目前主导平台是Delphi XE,兼容
德尔福2009年Delphi 2010 得到维护,但某些功能可能会有所变化
受限(RTTI fi)。

如果您希望它与 Delphi XE2 一起工作,您必须修复源代码。

The short answer is: DWScript doesn't target Delphi XE2.

Quote:

DWScript lead platform is currently Delphi XE, compatibility with
Delphi 2009 & Delphi 2010 is maintained, but some features may be
restricted (RTTI f.i.).

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

泅人 2025-01-12 05:58:09

我正在使用带有主干代码的 XE2,它工作正常。我加载了每个 dpi(有两个)并构建并安装了第一个。然后编译代码,确保指向源文件夹(至少有三个)。如果失败的话,我将向您发布一个 innosetup exe,将其安装到我制作的 XE2 中,

I.am using XE2 with the trunk code and it works fine. I loaded up each dpi (there are two) and built and installed the first. Then compile your code ensuring that you point to the source folders (there are at least three). Failing that I'll post you an innosetup exe that installs it into XE2 that I've made,

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文