anton wrote:


What objects don't have to be created? They all do.

hmm. I thought you said you developed with Delphi?

type TCrap = object
a : Integer;
end;

...
var
b : TCrap;
begin
b.a = 1;
...
= no error.


Never tested it. I have stuff like that in my library file, needless to say all the object referecnes are instantiated before use.


Who cares


the people who have to pick up the pieces when borland decides to stop supporting/developing delphi...


No one made you use it. If you don't like it don't use it.

All those OSS developers out there, developing Linux in their spare time? What do they do in their day jobs? Some of them almost certainly develop proprietary software to bring in their income.




Reply via email to