Re: problems with interpreter program and muliple libraries

new topic     » goto parent     » topic index » view thread      » older message » newer message

JaMan writes:
> 1. Turning off warnings

Say:
          without warning
either at the top of your main file, to stop all warnings,
or at the top of the .e file that is generating the warnings.

> 2. Multiple different euphoria libraries
> How can I avoid errors which are caused if function or
> procedure is twice defined in 2 libraries which I include?

Naming conflicts happen in all languages. At least Euphoria
is better than C, where the *default* is "global" for all
routines, and variables defined outside routines, and where
there are far more keywords and symbols defined in
standard include files.

I will be improving the situation for 2.3, as I've discussed
several times. For the time being you can either comment out
one of the symbols, or systematically rename it as something else.

> 3. Where are archives of euphoria programs on the web?

The main archive is at the RDS site (below). There are
many other people who have smaller archives.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu