Thomas Delaet wrote:
> I am a little bit confused about how to use external Eiffel libraries.
> When looking at some libraries (goanna, log4e, eposix, gobo) they seem
> to use geant + gexace for building. However, if I want to use
> Eiffelstudio as my IDE to develop a project (that uses these
> libraries), I need to have *.ecf files to make them appear in
> Eiffelstudio.
>
> How do other people using Eiffelstudio deal with this? Do you always
> use command-line tools (i.e. geant) to compile your project and are
> you just using Eiffelstudio as an editor? Or do you write .ecf (is
> there a reference available for the xml language used?) files yourself
> and include them in your Eiffelstudio project?
The compiler reads the ace file and generates the ecf file.
--
Peter Horan School of Engineering and Information Technology
peter@[EMAIL PROTECTED]
Deakin University
+61-3-5227 1234 (Voice) Geelong, Victoria 3217, AUSTRALIA
+61-3-5227 2028 (FAX) http://www.eit.deakin.edu.au/~peter
-- The Eiffel guarantee: From specification to implementation
-- (http://www.cetus-links.org/oo_eiffel.html)


|