Online Eiffel Documentation |
Documentation Home > Tools > EiffelStudio > EiffelStudio How To's > Compiling |
EiffelStudio |
Generating libraries |
There are two main types of libraries in Eiffel: precompiled Eiffel libraries and C libraries. Both kinds of libraries can be created via EiffelStudio. The former can only be used in Eiffel projects, C libraries can be used either in Eiffel programs, or in standard C programs.
To generate an Eiffel precompiled library:
or
To generate a dynamically linked C library using Eiffel code:
The generated C library should be located in the EIFGENs|target_name|W_code directory in the directory of your project.
To generate a C library from a C compiler, please refer to the documentation of your C compiler.
See Also
Using libraries
CECIL library: calling Eiffel routines from C programs
Command line options
Copyright 1993-2006 Eiffel Software. All rights reserved. |