Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 Zurück zur Release-Liste
0.8.0

Konfigurations-Support wurde hinzugefügt. Es ist nun möglich, festzulegen, was und was nicht zu wickeln. Durch die Unterstützung bei der Konfiguration hat sich die Zahl der nicht genutzten Wrapper in den Beispielen deutlich gesenkt. Der Parser akzeptiert die "__inline__", "haben __forceinline" und "__signed__" keywords. Bugs wurden behoben. Wrapper-Klasse Namen haben jetzt eine maximale Länge. Das Kommandozeilen-Interface wurde vereinfacht. Die GTK Beispiel wurde verbessert. Strukt Mitglied Zugriffsmethoden haben jetzt bessere Namen.
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