Download List

Projeto Descrição

liberrhdl is a small C library that offers error handling methods
similar to the exception handling in C++. In the event of errors,
no exception objects are thrown, but an error class name and an
error message are set, and execution continues at the next "OnError"
statement. The library can be seen as a nice frontend to setjmp/longjmp.
It is thread safe and supports the use of POSIX threads.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-02-26 19:26
0.3

Um bug foi corrigido os erros que causaram ignorado em uma função chamada a ser levantado novamente na função de chamada em determinadas circunstâncias.
Tags: Minor bugfixes
A bug has been fixed that caused ignored errors in a called function to be raised again in the calling function under certain circumstances.

2005-12-17 12:13
0.2

Esta versão adicionou o suporte específico para threads POSIX, incluído um invólucro para expressões regulares, e incluiu um programa de exemplo.
Tags: Initial freshmeat announcement
This release added specific support for POSIX threads, included a wrapper for regular expression functions, and included an example program.

Project Resources