Introduction to the Eiffel Wrapper Generator

PreviousNext

What is EWG?

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.

EWG is ideal for creating cross-platform, cross-eiffel-compiler and cross-c-compiler C library wrappers.

If you have questions that are not covered in this document, please email me at aleitner@raboof.at.

Diving into Ewg

Installation

Building the tools

Using the examples

How to create your own wrapper

Appendix

Current Features

The GTK 2 example is actually on the edge of becoming usable for application developers.

Planned Features


Copyright © 2004-2005, Andreas Leitner
mailto:aleitner@raboof.at
http://ewg.sourceforge.net
Last Updated: 8 March 2005
HomeTocPreviousNext