Issue #52 of the Pascal Newsletter has been published. This issue has five
articles to give you plenty of reading over the holiday period with topics including adding your
application to Explorer's Send To menu, indexed searching, returning a class from a DLL and
collision detection in games. We'd like to thank all the authors who contributed articles or prizes
this year.
We are planning the next issue of the Pascal Newsletter for mid-December
but are short of articles. If you have written a Delphi or Kylix article we might be interested in
publishing please contact us. Publishing in the Pascal Newsletter is an excellent opportunity to
stand out from your colleagues, add a published article to your cv, promote your website and get a
chance to win a prize!
This patch is designed to correct issues with .NET versioning for Delphi 8.
This is a dcu breaking change. Version calculation for dcuils and dcpils has been updated to depend
on symbol names rather than values of metadata tokens imported from .NET assemblies. This fixes
errors that users have been experiencing with updating their service packs for NET 1.1 and will
prevent any further issues with .NET service packs.
Download an installation for dozens of tested Delphi 2005 examples for
use directly from the IDE. These examples include the C# and Delphi languages and both the Win32
and .NET platforms with text that introduces and explains them.
Delphi has grown up since it launched nearly ten years ago. The latest
version provides support for developing Win32 and .NET applications as well as supporting the C#
language. There are many enhancements to almost all areas with the main goal of increasing developer
productivity.
This BDNtv episode shows the unit testing integration for DUnit for a
Delphi/Win32 application in Delphi 2005. Unit testing for C#, Delphi for .NET, and Delphi for Win32
with both NUnit and DUnit are supported in Delphi 2005. Flash
An unprecedented number of high-profile customers spanning a wide
spectrum of industries and regions selected Borland CaliberRM and StarTeam in 2004 as their
preferred requirements management and software configuration and change management solutions,
Borland announced today. Companies that selected CaliberRM or StarTeam this year include: British
Telecom, Comcast, EDS, Gap Inc, HP, Jaguar Cars Ltd., Siemens AG, Symantec and Verizon Wireless.
To make Delphi code friendlier towards other .NET languages Borland has
changed the way Delphi 2005 produces namespaces. This article discusses the changes that have been
made and how they affect you.
This is the fourth article in a series upon the GOF Design patterns from
a C# and .Net Framework perspective. It is a continuation of the Behavioral Patterns this time
looking at Iterator, Mediator, Observer and Memento (Momento) patterns.