Programming

Articles

Sort by: Page 1 of 2 | 1 2 | Next
DateTitleAuthorType
14 Sep 2007 Allowing certain fatal exceptions to be handled by the OS instead of the VCL/RTL
One of the requirements for Vista certification is that certain FATAL exceptions need to be passed on to the OS, so the automated error reporting mechanism of the OS can be used. In the standard VCL and Delphi RTL most exceptions are caught and handled by the RTL and VCL. The following unit can be used to customize which exceptions will be surfaced to the OS.
Ray Vecchio Article
7 Sep 2007 Using Microsoft's Dependency checker tool, for lightweight error analysis
The Microsoft dependency checker tool will show you all DLLs called by a specific binary and it also has a very useful Profile feature.
Ray Vecchio Article
15 Apr 2007 What are the Borland predefined Exception classes?
What are the Borland predefined Exception classes?
CodeGear Article
15 Apr 2007 Using variants and Int64 values under Windows 2000 can cause problems.
Using variants and Int64 values under Windows 2000 can cause problems.
CodeGear Article
15 Apr 2007 How do I add attachments to email using Indy?
How do I add attachments to email using Indy?
CodeGear Article
15 Apr 2007 Using VarToStr on a variant containing a date does not honour the SysUtils.ShortDateFormat, it continues to use the OS settings.
Using VarToStr on a variant containing a date does not honour the SysUtils.ShortDateFormat, it continues to use the OS settings.
CodeGear Article
15 Apr 2007 Listing the computer names from Network Neighborhood.
Listing the computer names from Network Neighborhood.
CodeGear Article
15 Apr 2007 How to Change the Icon of a Folder Programatically.
How to Change the Icon of a Folder Programatically.
CodeGear Article
15 Apr 2007 How to Obtain the Filename of a Running Process.
How to Obtain the Filename of a Running Process.
CodeGear Article
15 Apr 2007 Sample Code to Convert Array of Strings into an Array of Byte.
Sample Code to Convert Array of Strings into an Array of Byte.
CodeGear Article