1. problems with interpreter program and muliple libraries
- Posted by =?iso-8859-2?B?qWtvZGE=?= <tone.skoda at SIOL.NET> Mar 11, 2000
- 420 views
- Last edited Mar 12, 2000
------=_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 libaries.</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </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 such program=20 somewhere?</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>3. Where are archives of euphoria = programs on the=20 web?</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Thanks Brian and David Cuny for=20 answers.</FONT></DIV> <DIV> </DIV> ------=_NextPart_000_001B_01BF8B90.67F627C0--
2. Re: problems with interpreter program and muliple libraries
- Posted by Robert Craig <rds at ATTCANADA.NET> Mar 11, 2000
- 420 views
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