1. Euphoria FTP client
I had success creating a (primitive) FTP client in Euphoria. I used
wininet.dll routines for this task. I don't know if it's a Win95 standard
file or is part of Iexplorer. During the day I'll email the code to Rob.
Maybe some Win95 guru can help creating a beautiful GUI.
Regards,
Daniel Berstein.
2. Euphoria FTP client
Hi Daniel,
I've tried your FTP client, but I had this message: "Couldn't find
InternetAutodialHangup".
Is just about me, or someone else had it ?
Many thanks,
Maurizio
3. Re: Euphoria FTP client
I received the same message, is there an .e file or something that we
could be missing.
---MORONI Maurizio <Maurizio.Moroni at OMNITEL.IT> wrote:
>
> Hi Daniel,
>
> I've tried your FTP client, but I had this message: "Couldn't find
> InternetAutodialHangup".
>
> Is just about me, or someone else had it ?
>
> Many thanks,
>
> Maurizio
>
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com
4. Re: Euphoria FTP client
>Hi Daniel,
>
>I've tried your FTP client, but I had this message: "Couldn't find
>InternetAutodialHangup".
>
>Is just about me, or someone else had it ?
>
>Many thanks,
I've got the same complain from Pete... just comment the following lines on
ftp.e:
--InternetAutodialHangup = link_c_func(wininet,
-- "InternetAutodialHangup",{C_INT},C_INT)
Regards,
Daniel Berstein.