Re: Are _T() and TEXT() macros equivalent?



"MrAsm" <mrasm@xxxxxxx> wrote in message
news:55qc13dg8872gglfe755n3lbl1ofprp1io@xxxxxxxxxx
You're right, David!

That kind of things have nothing to do with quality robust code.


Yes, these are the kinds of idiotic things that give C++ a bad name as being
too complex. Much of the reason for the success of .NET is not that is
garbage collected, it is that they cleaned up all this needless complexity
so that people like it better. It makes me really mad to think we could
have had the same development experience they do, but for native code, if we
weren't bogged down in these kind of messes. I realize now that this is why
people like Delphi so much. It offers much the same benefits of .NET but
for native code.

-- David


.



Relevant Pages

  • Re: need clarification
    ... > As it goes right now, Delphi is heading towards a .NET state. ... using Win32 Delphi aren't necessarily interested in Win32, but Native code. ... Innovation will continue outside of .NET. ...
    (borland.public.delphi.non-technical)
  • Re: Best Blog Entry in Years
    ... the customers tell me they want to run in a safe environment as .NET code. ... Mixed mode compiler does not help here - and I do not want to rewrite all ... There is no different paradigm between native code and .NET code ... Strikes me as counter intuitive - if you have a large code base in Delphi ...
    (borland.public.delphi.non-technical)
  • Re: God I Love Delphi7
    ... > of my original complaints about .Net was that you had to write to darn ... > said that Delphi is bad or not as productive as coding in .Net. ... With the difference that *MS* did create dotNET, ... *will* have to run in native code, ...
    (borland.public.delphi.non-technical)
  • Re: If MS had owned Delphi for many years now...
    ... VCL controls could be used in WinForms. ... While Delphi still had a native code version, ... Home of Chuck's Poker Libraries for Delphi, ...
    (borland.public.delphi.non-technical)
  • Re: .Net applications, not optimized for CPU at all?
    ... IL has to be interpreted by the JITer, which needs to interpret the IL before it can spill out any native code. ... In native Delphi to give an example, this is limited to virtual methods: as soon as a class is referred, all its virtual methods are included, even if they are never explicitly invoked anywhere, they have to be left it because you could have code invoking them via RTTI. ... IME when compiling code with FPC, smartlinked, stripped, and comparing the executable size with a Delphi-compiled version, the FPC generated binary is about 3 times the size of the Delphi one, for code with dependencies to the same libraries, ie. an UPX'ed FPC binary was often close to the same size as a non-UPX'ed Delphi binary. ...
    (borland.public.delphi.non-technical)

Loading