Delphi

本类阅读TOP10

·分布式网络考试系统原型分析及实现
·游戏外挂设计技术探讨①
·使用HOOK随心监视Windows
·Delphi 水晶报表打包解决
·试题库开发中非文本数据的处理
·如何将几个DBGRID里的内容导入同一个EXCEL表中....的问题
·如何使用Delphi设计强大的服务器程序
·工人线程中关闭窗体的实现
·用DLL方式封装MDI子窗体。
·支持XP下托盘栏气球提示的托盘单元

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
Delphi的下一个版本:Diamondback(转)

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站


Learn about Diamondback at Borcon
-- Michael Swindell

BorCon 2004 上将发布Delphi的下一个大版本,目前代号为 Diamonback。

Diamondback Rumors -- Michael Swindell

Some rumors I read in the NGs and blogs last night:

Rumor: "I hope Diamondback is more than just Delphi 7 and Delphi 8 combined"
Fact: Way more. If it were just 7 & 8 combined, we'd just call it "Garter Snake"

Rumor: "Diamondback will be two IDEs one for Win32 and one for .NET"
Fact: Diamondback will be a single IDE :o)

Rumor: "Diamondback will include ECO for ASP.NET, Refactoring, and Unit Testing"
Fact: Thats just scratching the surface...

Rumor: "Danny, JohnK, Corbin, Jim and Allen are hotshots"
Fact: Heck ya

Rumor: "DiamondBack will be the best development tool in the world"
Fact: Alright, who broke their NDA? Someone call security please.

At 8/10/2004 09:36:33 AM, Michael Swindell said...
Diamondback won't include any more VB support than is in Delphi 8. In D8 you can compile, write, and debug VB.NET code. But we don't supply a code dom, so two-way tools, form designers, wizards, and code insight, don't work with VB.NET.


At 8/10/2004 10:58:30 AM, Corbin Dunn said...
Just for the record, Diamondback WILL include the Kitchen Sink. I'm making sure of it.

New For Loop Syntax -- Danny

for in <container expression> do ;

type TStringArray = array of String;

procedure Demo1(const List: TStringArray);
var S: String;
begin
??for S in List do writeln(S);
end;




相关文章

相关软件