1. problems with interpreter program and muliple libraries

------=_NextPart_000_001B_01BF8B90.67F627C0
        charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable

1. Turning off warnings
How can i turn off warnings in ex/exw interpreter? They are allways =
displayed at the end of program execution when using llama and some =
other libaries.
=20
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? If I use different =
libaries this happens many times and so they are useless. It would be =
nice if interpreter would ignore them and wouldn't return an error. I am =
planing to write a program which will delete duplicated functions and =
procedures in euphoria .e and .ew files. Is there allready such program =
somewhere?

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

Thanks Brian and David Cuny for answers.

JaMan

------=_NextPart_000_001B_01BF8B90.67F627C0
        charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-2" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#ff0000 face=3DArial size=3D2><STRONG>1. Turning off=20
warnings</STRONG></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>How can i turn off warnings in ex/exw =
interpreter?=20
They are allways displayed at the end of program execution when using =
llama and=20
some other&nbsp;libaries.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#ff0000 face=3DArial size=3D2><STRONG>2. Multiple =
different=20
euphoria libraries</STRONG></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>How can I avoid errors which are caused =
if function=20
or procedure is twice defined in 2 libraries which I include? If I use =
different=20
libaries this happens many times and so they are useless. It would be =
nice if=20
interpreter would ignore them and wouldn't return an error. I am planing =
to=20
write a program which will delete duplicated functions and procedures in =

euphoria .e and .ew files. Is there allready&nbsp;such program=20
somewhere?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>3. Where are archives of euphoria =
programs on the=20
web?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks Brian and David Cuny for=20
answers.</FONT></DIV>
<DIV>&nbsp;</DIV>

------=_NextPart_000_001B_01BF8B90.67F627C0--

new topic     » topic index » view message » categorize

2. Re: problems with interpreter program and muliple libraries

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 message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu