Download List

Descripción del Proyecto

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

Un error se ha corregido los errores que hizo caso omiso en una función llamada a ser planteadas de nuevo en la función de llamada en determinadas circunstancias.
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 versión agregó soporte específico para los hilos POSIX, incluido un contenedor para funciones de expresiones regulares, e incluía un programa de ejemplo.
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