Download List

Descripción del Proyecto

EWG (Eiffel Wrapper Generator) is a tool that generates Eiffel wrapper classes for C libraries. It can be used to create libraries that bridge the gap between Eiffel and C. It aims to work for arbitrary ANSI C and with all common Eiffel compilers. It is ideal for creating cross-platform, cross-Eiffel-compiler, and
cross-C-compiler C library wrappers. It can handle pretty much all ANSI C, but understands Visual C and GCC extensions as well.

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.

2004-03-27 17:53 Back to release list
0.8.0

Apoyo de configuración ha sido añadida. Ahora es posible especificar qué y lo que no se ajuste. Debido a la compatibilidad de la configuración, el número de contenedores utilizados en los ejemplos se ha reducido considerablemente. El analizador acepta el "__inline__", "__forceinline", y "__signed__" palabras clave. Errores han sido corregidos. Nombres de las clases Wrapper tienen ahora una longitud máxima. La interfaz de línea de comandos se ha simplificado. El ejemplo GTK ha sido mejorado. Accesos de miembros Struct tienen mejores nombres ahora.
Tags: Major feature enhancements
Configuration support has been added. It is now possible to specify
what and what not to wrap. Due to configuration support, the number of
unused wrappers in the examples has been greatly reduced. The parser
accepts the "__inline__", "__forceinline", and "__signed__" keywords.
Bugs have been fixed. Wrapper class names have now a maximum length.
The commandline interface has been simplified. The GTK example has been
improved. Struct member accessors have better names now.

Project Resources