Delphi 2010与早期的编译器

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

我们希望在未来的某个时间点从D7迁移到2010年,但是现在我们因为许多unUnicode源和组件而陷入困境.但我们想要享受每个人都在谈论的许多Delphi 2010 IDE功能.

可能吗?怎么做的?
我们可能面临哪些问题?

解决方法

您可以查看 IDE Compiler Plugin v.1.0,它可以从IDE中使用较旧或较新的Delphi编译器版本编译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 API HOOK完全说明》这篇文章,基本上都...
  从网上看到《Delphi API HOOK完全说明》这篇文章,基本上...
ffmpeg 是一套强大的开源的多媒体库 一般都是用 c/c+&#x...
32位CPU所含有的寄存器有:4个数据寄存器(EAX、EBX、ECX和ED...
1 mov dst, src dst是目的操作数,src是源操作数,指令实现的...