Re: Internet with Euphoria?
- Posted by Nickofurr at aol.com May 19, 2004
- 422 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>