为什么VCL/RTL中有这么多$IF DEFINED(CLR)?
我刚刚将 Delphi 2009 VCL/RTL 代码与 2010 代码进行了比较。
我注意到有很多 $IF DEFINED(CLR)
条件定义,并且在 2010 版本中得到了更多。
我认为这些条件定义已经不再使用,因为 Delphi .NET 已经停产。 Delphi Prism 中没有真正使用 VCL/RTL 吗?或者他们是吗?
I've just compared the Delphi 2009 VCL/RTL code to the 2010 one.
I noticed that there are many $IF DEFINED(CLR)
conditional defines and they got more in the 2010 version.
I thought that these conditional defines have fall into disuse, since Delphi .NET has been discontinued. The VCL/RTL aren't really used in Delphi Prism? Or are they?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们仍在内部使用 Delphi.NET 作为 IDE 的一部分以及随 Delphi Prism 提供的 DBXpress 的某些 .NET 版本。因此,我们将根据产品的这些部分的需要来维护 CLR 部分。我们还积极地进行改造,以减少并最终消除我们对 Delphi.NET 的依赖。
我想我们可以删除这些部分的代码......
We're still using Delphi.NET internally for parts of the IDE and for some of the .NET versions of DBXpress delivered with Delphi Prism. Because of that, we're maintaining the CLR portions insofar as what is needed by those parts of the product. We're also actively reworking things to reduce and eventually eliminate our own dependence on Delphi.NET.
I suppose we could have stripped those portions of the code out...