1. A question
- Posted by Raul Benavides Cordoba <f62becor at UCO.ES> Apr 10, 1997
- 776 views
Hi to everybody, my reason for this e-mail is that i can't get the Euphoria version 1.5, why?? ok. Few days ago i asked why my Netscape crash when intended to acced to the new Euphioria Hompage, someone told that it could be a problem of the Netscape (I don't remember who, sorry), I mean, said that need a Netscape 3.0. Well, here in my University we have de Netscape 2.0 for Unix and I supose that is the reason that my Netscape crash, so i would like someone send me the new version of euphoria by E-mail with attachment, if it is posible, of curse. ---------------------------------------------------------------------------- Thank you.
2. Re: A question
- Posted by Chris Schenck <s003cbs at ALPHA.WRIGHT.EDU> Apr 11, 1997
- 769 views
Raul Benavides Cordoba wrote: > <snip> > that is the reason that my Netscape crash, so i would like someone send > me the new version of euphoria by E-mail with attachment, if it is posible <snip> Sure thing. I'll get it to you ASAP. :) -- ______ _______ ______ /_____/\ /______/\ /_____/\ \ ___\/ \ ___ \ \\ ___\/_ \ \ \ \ \/_\ \ \\ \____/\ \ \ \____\ ___ \ \\____ \ \ \ \/___/\\ \/_\ \ \ /__\ \ \ \_____\/ \______\/ \_____\/ S003CBS at ALPHA.WRIGHT.EDU
3. Re: A question
- Posted by The Reaper <reaper at LOKI.ATCON.COM> Apr 11, 1997
- 805 views
At 01:10 PM 4/10/97 +0200, you wrote: > Hi to everybody, my reason for this e-mail is that i can't get the > Euphoria version 1.5, why?? ok. > Few days ago i asked why my Netscape crash when intended to acced to the > new Euphioria Hompage, someone told that it could be a problem of the > Netscape (I don't remember who, sorry), I mean, said that need a Netscape > 3.0. > Well, here in my University we have de Netscape 2.0 for Unix and I supose > that is the reason that my Netscape crash, so i would like someone send > me the new version of euphoria by E-mail with attachment, if it is posible, > of curse. Actually, I ALWAYS use Netscape 2.0, and the Euphoria pages load up quite nicely for me. My suggestion would be for Robert Craig to get rid of those animated ships at the top of his page. They slow down loading, anyways. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= The Reaper (J. Lays) http://www.geocities.com/TimesSquare/Alley/4444/ reaper at auracom.com Check out my Euphoria Games page at: -= http://www.geocities.com/TimesSquare/Alley/4444/eugames.html ........................ . .. -||..........__...... "There is a silence before a storm, . / ||......../-- \\.:::: A calm that is spent in fear; . ..| ||...... / | |.::: But if that time was spent running, .| _-||.......|| / /.:::: There may be nothing to be afraid of." ..| |..||...... -\_- \ |\-.::: .| |.[< \ .../ \.:: .||.|||\|\ | - - . \.:::: ...|.\|| | \ | | |.:::. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4. A question
- Posted by Michael Hensley <werfie at EROLS.COM> Feb 22, 1998
- 717 views
Could someone program a program similar to Kahn or Kali with Euphoria?
5. Re: A question
- Posted by Michael Packard <lgp at EXO.COM> Feb 22, 1998
- 706 views
On Sun, 22 Feb 1998, Michael Hensley wrote: > Could someone program a program similar to Kahn or Kali with Euphoria? > I guess, what's Kahn or Kali? Michael Packard Lord Generic Productions
6. Re: A question
- Posted by Michael Raley <mjronline at IT-WORKS.COM> Feb 22, 1998
- 715 views
Kali is a multiplayer gaming environment that uses IPX tunneling through TCP/IP to connect clients to Kali Servers. A lot of games like Descent or Duke Nukem had multiplayer IPX support for local area network play. The Kali program just migrated that to the internet, a version existed for both DOS and Win95, and cost only $20 for a one time regristration. You might be able to write a shell around it in euphoria, but I doubt an interpreted language would be great for the actual protocalls, PPP driver, etc... NEW! HTTP://www.geocities.com/SiliconValley/Lab/7577 Michael J Raley's Modular Reality Journal -----Original Message----- From: Michael Packard <lgp at EXO.COM> To: Multiple recipients of list EUPHORIA <EUPHORIA at MIAMIU.ACS.MUOHIO.EDU> Date: Sunday, February 22, 1998 3:51 PM Subject: Re: A question >On Sun, 22 Feb 1998, Michael Hensley wrote: > >> Could someone program a program similar to Kahn or Kali with Euphoria? >> >I guess, what's Kahn or Kali? > >Michael Packard >Lord Generic Productions >
7. A question
- Posted by Paul Robson <AutismUK at AOL.COM> Mar 16, 1999
- 710 views
Hi, I'm new to Euphoria (but not programming), which I have just discovered & intend to use in my next project. Is this the same language as the Amiga language "E" I read about some 6 or 7 years ago ? Just wondered because it looks very similar. Paul Robson
8. Re: A question
- Posted by jiri babor <jbabor at PARADISE.NET.NZ> Mar 17, 1999
- 709 views
No, it is not. Euphoria is interpreted, and much cleaner and leaner, but also much less powerful than Amiga E language. But also a lot more fun. Welcome, Paul. jiri -----Original Message----- From: Paul Robson <AutismUK at AOL.COM> To: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU> Date: Wednesday, March 17, 1999 12:56 AM Subject: A question >Hi, I'm new to Euphoria (but not programming), which I have >just discovered & intend to use in my next project. > >Is this the same language as the Amiga language "E" I read >about some 6 or 7 years ago ? > >Just wondered because it looks very similar. > >Paul Robson >
9. A question
- Posted by Raul Benavides Cordoba <f62becor at UCO.ES> Jan 16, 1997
- 741 views
Hi, I have one question, how can I send to the printer a determinate section of the screen? No the whole screen, only a square with data. Thank. P.S. Especial thanks to Jacques Deshenes for his code. It help me a lot.