1. Internet with Euphoria?
- Posted by "William Heimbigner" <icxcnika at hotpop.com> May 19, 2004
- 462 views
Would anyone know how to do internet communication with Euphoria? i.e. a R.A.T. or something like that. From what I've seen, there aren't any include files which aid in TCP/IP communication. The only way I've seen it done so far is using low-level assembly code. Is there any other way? William
2. Re: Internet with Euphoria?
- Posted by Nickofurr at aol.com May 19, 2004
- 420 views
-------------------------------1084996515 In a message dated 5/19/2004 3:37:08 PM Eastern Standard Time, icxcnika at hotpop.com writes: Would anyone know how to do internet communication with Euphoria? i.e. a R.A.T. or something like that. From what I've seen, there aren't any include files which aid in TCP/IP communication. The only way I've seen it done so far is using low-level assembly code. Is there any other way? William Well, you can't use the Internet with pure euphoria code. You have to use some machine code, but yes, there is another way, though it is harder. You could actually create a program in C that does this, then use Euphoria with that program. However, that won't always work, as it depends on the system it is on. In Linux, for example, the C code is different from the coding in Windows. I don't know much about C code, so I might be oblivious, but currently it is not possible in pure Euphoria. As a matter of fact, It would be a cool addition to Euphoria. That way, DOS users can browse the web. With luck, Nicholas <HTML><HEAD> <META charset=US-ASCII http-equiv=Content-Type content="text/html; charset=US-ASCII"> <META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD> <BODY style="FONT-SIZE: 12pt; FONT-FAMILY: Arial; BACKGROUND-COLOR: #ff0000"> <DIV> <DIV>In a message dated 5/19/2004 3:37:08 PM Eastern Standard Time, icxcnika at hotpop.com writes:</DIV> <BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: blue 2px solid"><FONT face=Arial>Would anyone know how to do internet communication with Euphoria? i.e. a<BR>R.A.T. or something like that. From what I've seen, there aren't any<BR>include files which aid in TCP/IP communication. The only way I've seen it<BR>done so far is using low-level assembly code. Is there any other way?<BR><BR> William</FONT></BLOCKQUOTE></DIV> <DIV><FONT style="BACKGROUND-COLOR: #ff8040" face="Times New Roman" color=#ffff00>Well, you can't use the Internet with pure euphoria code. You have to use some machine code, but yes, there is another way, though it is harder. You could actually create a program in C that does this, then use Euphoria with that program. However, that won't always work, as it depends on the system it is on. In Linux, for example, the C code is different from the coding in Windows. I don't know much about C code, so I might be oblivious, but currently it is not possible in pure Euphoria. As a matter of fact, It would be a cool addition to Euphoria. That way, DOS users can browse the web.</FONT></DIV> <DIV><FONT style="BACKGROUND-COLOR: #ff8040" face="Times New Roman" color=#ffff00></FONT> </DIV> <DIV><FONT style="BACKGROUND-COLOR: #ff8040" face="Times New Roman" color=#ffff00>With luck,</FONT></DIV> <DIV><FONT style="BACKGROUND-COLOR: #ff8040" face="Times New Roman" color=#ffff00>Nicholas</FONT></DIV></BODY></HTML>
3. Re: Internet with Euphoria?
- Posted by irv mullins <irvm at ellijay.com> May 19, 2004
- 441 views
William Heimbigner wrote: > > Would anyone know how to do internet communication with Euphoria? i.e. a > R.A.T. or something like that. From what I've seen, there aren't any > include files which aid in TCP/IP communication. The only way I've seen it > done so far is using low-level assembly code. Is there any other way? Do a search for "socket" on the RDS site, there are libraries for Linux and Windows. Irv
4. Re: Internet with Euphoria?
- Posted by "Kat" <gertie at visionsix.com> May 19, 2004
- 441 views
On 19 May 2003, at 15:36, William Heimbigner wrote: > > > Would anyone know how to do internet communication with Euphoria? i.e. a > R.A.T. or something like that. What's a "R.A.T." ? > From what I've seen, there aren't any > include files which aid in TCP/IP communication. Look at tcp4u, hackserv, tcp.e, webshepard. > The only way I've seen it > done so far is using low-level assembly code. Is there any other way? You found someone doing assy code in Eu to get online? where? Kat
5. Re: Internet with Euphoria?
- Posted by "Daniel Kluss" <xerox_irs at hotmail.com> May 20, 2004
- 459 views
the only person to do assembly to get online is probly me, in dos with packet drivers Daniel >From: Kat <gertie at visionsix.com> >Subject: Re: Internet with Euphoria? > > >On 19 May 2003, at 15:36, William Heimbigner wrote: > > > > > Would anyone know how to do internet communication with Euphoria? i.e. a > > R.A.T. or something like that. > >What's a "R.A.T." ? > > > > From what I've seen, there aren't any > > include files which aid in TCP/IP communication. > >Look at tcp4u, hackserv, tcp.e, webshepard. > > > The only way I've seen it > > done so far is using low-level assembly code. Is there any other way? > >You found someone doing assy code in Eu to get online? where? > >Kat > > > >