tonghoangvu / DelphiUCL

The new version of Delphi Universal Component Library
102 stars 16 forks source link

能不能支持Delphi 2007 #5

Open guoqingaa opened 4 years ago

guoqingaa commented 4 years ago

这个版本能不能支持Delphi2007

ghost commented 4 years ago

Is there any error when building this project in Delphi 2007? Currently, I don't have Delphi 2007 installed on my computer, so I can't check my library's compatibility.

srd-software commented 4 years ago

Trying it in 2007 is the best way to tell. I'm using 10.3 Rio so can't check it for you. My guess is there might be some incompatibilities in the package file, and/or anything referencing unicode.

guoqingaa commented 4 years ago

10.3 Rio 有太多Delphi 2007 不支持的新语法特性,比如闭包,不支持关键字 delayed; xxx := procedure (); TAniSyncProc = reference to procedure (V: Integer); 等等!