Re: Win32 Needs




Nick Hodges (Borland/DTG) wrote:
Okay -- let's take a step back here.

What do you all think /hasn't/ been done that should have been done by
now for Win32 developers?


--
Nick Hodges
Delphi/C# Product Manager - Borland DTG
http://blogs.borland.com/nickhodges

All mentioned above plus:
* Autoboxing
* Nullable types i.e. like C#
int? intVar = null
in delphi win32 will be
i: Integer? = Null
this null value should be the same as variant Null
* methods inline declaration i.e. method body can be declared in class
declaration
* reserved word string must refer unicode WideString by default
* IDE enhancements (CodeRush features, etc.)

.



Relevant Pages

  • Re: Win32 Needs
    ... now for Win32 developers? ... Nick Hodges ... Delphi/C# Product Manager - Borland DTG ...
    (borland.public.delphi.non-technical)
  • Re: Win32 Needs
    ... Nick Hodges (Borland/DTG) írta: ... now for Win32 developers? ... I really like the online help of php. ...
    (borland.public.delphi.non-technical)
  • Re: The Delphi Survey
    ... Nick Hodges (Borland/DTG) wrote: ... Delphi/C# Product Manager - Borland DTG ...
    (borland.public.delphi.non-technical)
  • Re: Win32 Needs
    ... Nick Hodges (Borland/DTG) wrote: ... now for Win32 developers? ... Garbage collection ...
    (borland.public.delphi.non-technical)
  • Re: The alternative Delphi roadmap to success
    ... Nick Hodges (Borland/DTG) wrote: ... a large number of improvements for Win32 developers. ... What parts of the roadmap for Highlander are focused on Win32? ...
    (borland.public.delphi.non-technical)