Using RawByteString Effectively
More details on the new RawByteString type in Delphi 2009.
More details on the new RawByteString type in Delphi 2009.
Delphi and C++Builder 2009 will not ship, but be available for pre-order on August 25th. The prices listed are upgrade prices.
Introducing the new RawByteString type in Delphi 2009.
In Delphi 2009, UTF8String is no longer a mere alias to AnsiString. It is now a real UTF-8 string, that tells the compiler to encode literals as UTF-8 and compile time, and convert assignments from other string variables at runtime.
Tips for preparing your applications to migrate to Delphi 2009 and Unicode.
I just received an email from Damien Guard to let me know he has updated his Envy Code R font. That’s one of my three favorite programming fonts. He reduced the font’s line height. It will now fit about the same number of lines on the screen at a given font size as the other […]
The free .NET Reflector shows the full class structure and source code for any .NET application. It effectively makes all .NET code open source, pretty much like all JavaScript code that runs in your browser is open source.