Re: Kudos to the team!



Tom,

Agreed. With all the press on Delphi 2005, we skipped installing
it.

Installed Delphi 2006 and was amazed that every major complaint
of Delphi 2005 simply wasn't an issue.

Load time. Fine.
Stability. Fine.
Switching between form/code. Fine.
Compile speed. Fine.
Help/Documentation. Fine.
Editor Enhancements. Fine.

The only key is not to get too used to it since our main app is
in Delphi 7 right now. I already miss the case (enum type) not
filling out the case statement automatically!



.



Relevant Pages

  • Re: Kudos to the team!
    ... Runtime code speed and reliability: ... With all the press on Delphi 2005, we skipped installing ... Installed Delphi 2006 and was amazed that every major complaint ... Editor Enhancements. ...
    (borland.public.delphi.non-technical)
  • Re: Whats the big deal with cross-platform?
    ... closer emulation of some C stuff, e.g. for anonymous unions, ... show me how Delphi does *anonymous* unions. ... simply declare parameters expecting such enumerated values as DWORD, ... ULONG, or similar, and not of the special enum type expected. ...
    (borland.public.delphi.non-technical)
  • Enum type def
    ... I want to define an enum type, which in delphi would look like: ... Var ... enum TOperator {opPlus, opMinus, opDivide, opMul, opUnaryMinus}; ...
    (microsoft.public.dotnet.languages.csharp)