Download List

프로젝트 설명

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

구성 지원이 추가되었습니다. 지금 무엇을하고 무엇을하지 포장을 지정할 수있습니다. 구성을 지원하므로, 예제에서 사용하지 않는 래퍼의 수를 획기적으로 줄일 수있다. 파서는 "__inline__", "__forceinline"및 "__signed__"키워드가없습니다. 버그가 해결되었습니다 수용할 수있다. 래퍼 클래스 이름은 지금 최대 길이있다. 명령행 인터페이스를 간소화되었습니다. GTK는 예를 들어이 향상되었습니다. 구조체 멤버 접근 지금은 더 좋은 이름을 가지고 있어요.
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