GeekArticles
Programming
DelphiCalling Halt in 'except' or 'finally' forcibly displays the exception message, and causes process to return wrong exit code
Author: qc.borland.com |
Published: 30th Jan 2008 |
Visited: 54 times |
Add CommentFiled in: DelphiQC#: 51427 Version: 11.2 Status: Open defect, requires resolution Description: This is a new problem introduced in Delphi 2007 (and still repro with the Dec2007 update installed):
If Halt is called inside an 'except' or 'finally' block, the current excep
Read Article Sponsored Links
Related Articles
• Testing Multithreaded Java Code
In this interview from JavaOne 2008, Coverity chief scientist Andy Chou discusses why traditional unit tests often help in uncovering concurrency-related errors, and why a combination of static and dynamic analysis yields better results when testing multithreaded code.
...
• Addressing the Long Process of ASP.Net The latest version of ASP.Net is regarded as one of the best framework for Ajax today. Its ability to integrated different functions is almost second to none giving developers more functions to work with for better customization. There are also independent applications that could be integrated to th ...
• Reducing Code Size of Ajax Applications Building an Ajax based applications is mostly difficult due to the fact that codes are usually rendered longer. Because different web developments are used in building an Ajax based applications, developers have to combine these codes so that they can achieve the asynchronous function of Ajax. If th ...
• Ajax Uncaught Exception Error When building an Ajax based website, one can encounter uncaught exception error while using Mozilla/Firefox.
Error: uncaught exception: Permission denied to call method
Even though everything appear to be fine except for this error, it could be that the Ajax based website will be working well fro ...
• GDI+ Code Generator Allows the user to draw vector graphic shapes, then converts them to GDI+ c ...
• (* Commenting Delphi Code *) in Beginner Delphi :: Learn the art of helping yourself, when it comes to code maintenance. The purpose of adding comments to Delphi code is to provide more program readabilit ...