1. Networking
Has anyone programmed a Euphoria library (DOS32) for direct cable
connection networking, or any type of networking for that matter?
2. Re: Networking
>Has anyone programmed a Euphoria library (DOS32) for direct cable
>connection networking, or any type of networking for that matter?
Someone did an IPX library and of course there is Euserver which might work
on IPX as well.
Lewis Townsend
_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com
3. Re: Networking
At 04:01 PM 6/23/99 +0000, you wrote:
>>Has anyone programmed a Euphoria library (DOS32) for direct cable
>>connection networking, or any type of networking for that matter?
>
>Someone did an IPX library and of course there is Euserver which might work
>on IPX as well.
yes, the IPX library is available for IPX work with euphoria...
however, EUServer is designed/built for working with
tcp/ip networking and as such would not be easily
modifiable to work with ipx networks...
euserver could be adapted to do different work with hardwired
tcp/ip networks but i have found that ipx seems to be "better"
as a protocol for hardwired networking...
either way you setup your network, you do potentially
have a protocol available for you use now
(couldn't say that all that long ago :) )
hope this helps--Hawke'