From: Marcus S. <mar...@gm...> - 2002-05-26 13:17:35
|
Delphi tries to generate declarations of the .NET data types "Byte", "Double, "Int64" and "Single" which are already reserved in Delphi hence the file cannot be compiled. Our modification just prefixes an underscore ("_Byte", "_Double", "_Int64", "_Single"). ----- Original Message ----- From: "Wajahath Dean" <wod...@ho...> To: <del...@li...> Sent: Sunday, May 26, 2002 2:49 PM Subject: Re: [DelphiNet-general] OT: Preview on Borland's .NET-enabled Delphi :) > Just wondered what the changes were in the version of mscorlib_TLB.pas > supplied in the zip from the supplied version in delphi. |