Delphi 2010 及早期编译器

标签 delphi delphi-2010

是否可以在 Delphi 2010 IDE 中使用 de Delphi 7 编译器?

我们希望在未来的某个时候从 D7 迁移到 2010 年,但目前我们因许多 unUnicode 源和组件而陷入困境。但我们希望享受大家都在谈论的许多 Delphi 2010 IDE 功能。

这可能吗?是如何做到的? 我们可能面临哪些问题?

最佳答案

您可以检查 IDE Compiler Plugin v.1.0 这使得可以使用较旧或较新的 Delphi 编译器版本从 IDE 编译 Delphi 项目。它可用于使用 Delphi 2009 编译器编译 Delphi 2007 项目,以获得可执行文件的 UNICODE 版本,反之亦然。对于组件开发人员来说,该插件可以在一个 IDE 中为不同的 Delphi 版本编译组件。 Delphi 2007 用户可以针对 Unicode Delphi 2009 编译器“测试编译”他们的项目。

Features:

  • Can plug in every command line compiler
  • Add/Remove Delphi compiler options
  • Redirect search paths
  • Modify the compiler’s command line on the fly
  • Predefined 2009 compiler configuration for Delphi 2007
  • Predefined 2007 compiler configuration for Delphi 2009

Requirements:

  • Delphi 2007 and 2009 must be installed

Limitations:

  • It is not possible to debug the code that was compiled by the plugged in compiler.

这是我所知道的唯一工具,不幸的是它与 Delphi 2010 不兼容。

再见。

关于Delphi 2010 及早期编译器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1640129/

相关文章:

delphi - 字符串到 xmlNode delphi(或如何将 xml 片段添加到 TXMLDocument)

Delphi XE2 FireMonkey 和 ssl

java - 尝试使用 Delphi 更改 Android 设备 R/W 权限时发生访问冲突

delphi - 允许用户在 ShowMessage 对话框中选择文本

delphi - 了解可等待计时器

即使数据库表存在,Delphi TTable.Exists 在 Paradox 表上也会失败

delphi - 有没有像 PosEx 这样的内置 Delphi 函数可以从字符串的后面找到子字符串?

delphi - Delphi 2010 Enterprise 版本的哪些功能对您有值(value),为什么?

delphi - 如何在TService父线程和子线程之间发送和处理消息?

delphi - 为什么德尔福说 'cannot resolve unit name xxx'?