1. internet utilities

Hi everyone,

has anyone thought of writing a small set of common internet utilites
(ping, finger, etc) in Euphoria? in order to do this, would you use
wininet.dll or winsock.dll? nothing fancy, just commandline programs or
something...

thanks,

----->Buddy
budmeister1 at juno.com

_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]

new topic     » topic index » view message » categorize

2. Re: internet utilities

Buddy:
I'm in the process of writing a wrapper for Winsock32, and some of the
programs you mention.
I'ts half the way. In a couple of weeks I expect to have it ready. At this
time I'm fighting against gethostbyname, gethostbyaddr, and inet_addr (my
homework for this week end).
Along next wekk I expect to have socket(), bind(), accept() and to be able
to establish a basic communication. Next, a client/server skeleton.
Jesus.

> -----Mensaje original-----
> De: Euphoria Programming for MS-DOS
> [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]En nombre de Buddy Hyllberg
> Enviado el: viernes 3 de julio de 1998 17:29
> Para: EUPHORIA at LISTSERV.MUOHIO.EDU
> Asunto: internet utilities
>
>
> Hi everyone,
>
> has anyone thought of writing a small set of common internet utilites
> (ping, finger, etc) in Euphoria? in order to do this, would you use
> wininet.dll or winsock.dll? nothing fancy, just commandline programs or
> something...
>
> thanks,
>
> ----->Buddy
> budmeister1 at juno.com
>
> _____________________________________________________________________
> You don't need to buy Internet access to use free Internet e-mail.
> Get completely free e-mail from Juno at http://www.juno.com
> Or call Juno at (800) 654-JUNO [654-5866]
>

new topic     » goto parent     » topic index » view message » categorize

3. Re: internet utilities

JesusC - Jesus Consuegra wrote:
>
> Buddy:
> I'm in the process of writing a wrapper for Winsock32, and some of the
> programs you mention.
> I'ts half the way. In a couple of weeks I expect to have it ready. At this
> time I'm fighting against gethostbyname, gethostbyaddr, and inet_addr (my
> homework for this week end).


        One (or more) of the GetHostBy functions in win95's native
winsock refuses to work corectly if you don't have a host name for your
computer entered in win95's networking setings.
        And in some case (well once for me anyway) entering the hostname
after discovering the problem won't help:( I spent over a week fighting
this one before I wound up re-installing win95.


> Along next wekk I expect to have socket(), bind(), accept() and to be able
> to establish a basic communication. Next, a client/server skeleton.
> Jesus.
>
> > -----Mensaje original-----
> > De: Euphoria Programming for MS-DOS
> > [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]En nombre de Buddy Hyllberg
> > Enviado el: viernes 3 de julio de 1998 17:29
> > Para: EUPHORIA at LISTSERV.MUOHIO.EDU
> > Asunto: internet utilities
> >
> >
> > Hi everyone,
> >
> > has anyone thought of writing a small set of common internet utilites
> > (ping, finger, etc) in Euphoria? in order to do this, would you use
> > wininet.dll or winsock.dll? nothing fancy, just commandline programs or
> > something...
> >
> > thanks,
> >
> > ----->Buddy
> > budmeister1 at juno.com
> >
> > _____________________________________________________________________
> > You don't need to buy Internet access to use free Internet e-mail.
> > Get completely free e-mail from Juno at http://www.juno.com
> > Or call Juno at (800) 654-JUNO [654-5866]
> >




        Kasey

new topic     » goto parent     » topic index » view message » categorize

4. Re: internet utilities

YEs, you're right. But I think there is one exception: "localhost".
Regards.
Jesus

> -----Mensaje original-----
> De: Euphoria Programming for MS-DOS
> [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]En nombre de Kasey
> Enviado el: sábado 4 de julio de 1998 23:08
> Para: EUPHORIA at LISTSERV.MUOHIO.EDU
> Asunto: Re: internet utilities
>
>
> JesusC - Jesus Consuegra wrote:
> >
> > Buddy:
> > I'm in the process of writing a wrapper for Winsock32, and some of the
> > programs you mention.
> > I'ts half the way. In a couple of weeks I expect to have it
> ready. At this
> > time I'm fighting against gethostbyname, gethostbyaddr, and
> inet_addr (my
> > homework for this week end).
>
>
>         One (or more) of the GetHostBy functions in win95's native
> winsock refuses to work corectly if you don't have a host name for your
> computer entered in win95's networking setings.
>         And in some case (well once for me anyway) entering the hostname
> after discovering the problem won't help:( I spent over a week fighting
> this one before I wound up re-installing win95.
>
>
> > Along next wekk I expect to have socket(), bind(), accept() and
> to be able
> > to establish a basic communication. Next, a client/server skeleton.
> > Jesus.
> >
> > > -----Mensaje original-----
> > > De: Euphoria Programming for MS-DOS
> > > [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]En nombre de Buddy Hyllberg
> > > Enviado el: viernes 3 de julio de 1998 17:29
> > > Para: EUPHORIA at LISTSERV.MUOHIO.EDU
> > > Asunto: internet utilities
> > >
> > >
> > > Hi everyone,
> > >
> > > has anyone thought of writing a small set of common internet utilites
> > > (ping, finger, etc) in Euphoria? in order to do this, would you use
> > > wininet.dll or winsock.dll? nothing fancy, just commandline
> programs or
> > > something...
> > >
> > > thanks,
> > >
> > > ----->Buddy
> > > budmeister1 at juno.com
> > >
> > > _____________________________________________________________________
> > > You don't need to buy Internet access to use free Internet e-mail.
> > > Get completely free e-mail from Juno at http://www.juno.com
> > > Or call Juno at (800) 654-JUNO [654-5866]
> > >
>
>
>
>
>         Kasey
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu