Delphi发展路线 (Borland? Delphi? Roadmap)

ralf1999 2005-11-09 10:02:43
2006: “Delphi Highlander”

The “Highlander” release will focus on updating the entire Delphi toolset to support .NET 2.0. There will be ongoing work for Win32 Delphi and Win32 C++ (such as unit testing and additional refactorings) but the most of the new work in Highlander will be focused on .NET 2.0. Highlander will add Delphi.NET support for generic types, partial classes, and nullable types, and all WinForms, Web Services, and ADO.NET support will be converted to support .NET 2.0. VCL, BDP, and ECO will all support .NET 2.0 as transparently as possible to minimize migration issues for customers. Delphi Highlander will fully support existing Delphi projects, including existing ASP.NET projects, and will provide seamless project conversion to .NET 2.0.

Highlander will include IDE design surfaces for .NET Compact Frameworks (using VCL.NET on CF), as well as support for transparently developing and debugging 64 bit .NET apps written using WinForms and VCL.NET. In addition, 64 bit code generation will be added to the Delphi native code compliers to support native 64 bit development and debugging. The phased approach to Unicode will continue in Highlander and through the subsequent Longhorn release, with enhancements to both the IDE and VCL runtimes to support Unicode.

The current plan is to release Highlander in calendar year 2006, with tech preview builds available for download by registered Delphi customers shortly after .NET 2.0 is released.

2007: “Delphi Longhorn”

While the transition from .NET 1.x to .NET 2.0 is non-trivial, the next-generation presentation and communication technologies (“Avalon” and “Indigo” respectively) that Microsoft plans for their Longhorn release constitute far more drastic changes for Windows developers, who may face challenges reminiscent of the VB to VB.NET transition. The Delphi release that follows Highlander will help reduce migration issues by providing a VCL for Avalon and by integrating Indigo into Delphi’s cross-tier communications framework (e.g. ECO, BDP, DataHub and DataSync). In particular, support for reverse-engineering of existing applications with Together and deployment of executable models with ECO for Indigo will significantly reduce the complexity of porting existing applications. In addition to supporting Longhorn, Avalon, Indigo, and the WinFX APIs from Microsoft, this release will introduce managed C++ support as well as ECO support for C++, and will continue to add and enhance productivity features applicable across all language personalities and platforms in the studio.

全文:http://bdn.borland.com/article/0,1410,33383,00.html#tocentry4

最近关于DELPHI的谣言特别多,多不属实且造谣者别有用心.DELPHI 2006发布在即,上面是主要特性.
其中提到了最引人猜测的对.NET 2.0的支持和对64 bit .NET的支持.
不过CSDN的编辑好像也有问题,对于BORLAND的官方消息支字不提,却专贴一些混淆是非的流言,不知道
在想什么?
...全文
185 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
ralf1999 2005-11-09
  • 打赏
  • 举报
回复
to loveWife:
please attention

......
The “Highlander” release will focus on updating the entire Delphi toolset to support .NET 2.0
......

"Highlander" is Delphi 2006, Delphi 2006 is "Highlander".
loveWife 2005-11-09
  • 打赏
  • 举报
回复
很可惜,2006 不支持。NET 2.0
lextm 2005-11-09
  • 打赏
  • 举报
回复
Borland发布的东西年号都比较好玩,

2004年发布Delphi 2005,
2005年发布Delphi 2006,
所以你要习惯。
lextm 2005-11-09
  • 打赏
  • 举报
回复
to ralf1999
----------------------
"Highlander" is Delphi 2006, Delphi 2006 is "Highlander".
----------------------

这个是错误的,DeXter就是Delphi 2006,HighLander是Delphi 2007。希望你加强英文学习,嘿嘿
Adamlee 2005-11-09
  • 打赏
  • 举报
回复
____________________________
Delphi中文技术论坛
http://www.delphipages.cn
专用群组号:2244008 欢迎加入!
不以物喜,不以已悲

paxCompiler is an embeddable compiler of the Object Pascal, Basic and JavaScript programming languages. The key features of the paxCompiler are: The compiler generates machine code for Intel compatible processors (IA-32 architecture). It is possible to use the compiler as a scripting engine. You can embed the compiler into host application, register host-defined types, routines, variables and constants for the engine, read/write script-defined variables, call script-defined functions etc. You can save/load compiled scripts to/from a stream. The compiler was initially written in Borland Delphi as a set of Delphi components. TPaxCompiler, TPaxProgram and TPaxPascalLanguage are Delphi components that allows you to embed the paxCompiler into Delphi, Kylix or Borland C++ Builder application so you can customize and extend the application without having to recompile it. Source code of paxCompiler is compatible with Free Pascal 2.0. paxCompiler, implemented as paxcompilerlib.dll, can be used for scripting Microsoft Visual C++ applications. The compiler supports Object Pascal language based on the Delphi 7 standard. Syntax of Basic language is similar to VB.NET. Script-defined functions support register (Borland fastcall), cdecl, stdcall, safecall, pascal and msfastcall (Microsoft fastcall) calling conventions. Cross-language programming support. You can use Pascal units in Basic and JavaScript programs and vice versa. COM support. TPaxCompilerDebugger and TPaxCompilerExplorer components implement debugger (breakpoints, call stack, watches, step over, trace into, run to cursor, pause) and code explorer capabilities. Script-defined types support run-time information (RTTI). You can bind instances of script-defined classes with dfm files. You can import host-defined types with paxCompiler importer. You can create stand alone executable files. Support of compiled units and run-time packages. paxCompiler engine is thread safe. The roadmap of the compiler includes: Java compiler, C++ compiler, built-in assembler.
paxCompiler is an embeddable compiler of the Object Pascal, Basic and javascript programming languages. The key features of the paxCompiler are: The compiler generates machine code for Intel compatible processors (IA-32 architecture). It is possible to use the compiler as a scripting engine. You can embed the compiler into host application, register host-defined types, routines, variables and constants for the engine, read/write script-defined variables, call script-defined functions etc. You can save/load compiled scripts to/from a stream. The compiler was initially written in Borland Delphi as a set of Delphi components. TPaxCompiler, TPaxProgram and TPaxPascalLanguage are Delphi components that allows you to embed the paxCompiler into Delphi, Kylix or Borland C++ Builder application so you can customize and extend the application without having to recompile it. Source code of paxCompiler is compatible with Free Pascal 2.0. paxCompiler, implemented as paxcompilerlib.dll, can be used for scripting Microsoft Visual C++ applications. The compiler supports Object Pascal language based on the Delphi 7 standard. Syntax of Basic language is similar to VB.NET. Script-defined functions support register (Borland fastcall), cdecl, stdcall, safecall, pascal and msfastcall (Microsoft fastcall) calling conventions. Cross-language programming support. You can use Pascal units in Basic and javascript programs and vice versa. COM support. TPaxCompilerDebugger and TPaxCompilerExplorer components implement debugger (breakpoints, call stack, watches, step over, trace into, run to cursor, pause) and code explorer capabilities. Script-defined types support run-time information (RTTI). You can bind instances of script-defined classes with dfm files. You can import host-defined types with paxCompiler importer. You can create stand alone executable files. Support of compiled units and run-time packages. paxCompiler engine is thread safe. The roadmap of the compiler includes: Java compiler, C++ compiler, built-in assembler.

828

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 非技术区
社区管理员
  • 非技术区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧