Blake Ross wrote:
> 
> Sure thing, chief. Pseudocode's easy, ain't it?
>

Pseudocode?  Both of these are genuine Win32 API calls.  Oh, but I
suppose you want it to still be crappy for the Linux user(s).  Very
well:


#ifdef WIN32
if(DownloadFailed)
{
        MessageBox(NULL, "Download Failed.", NULL, MB_OK);
        DeleteFile(LocalDownloadFilename);
}
#endif


Better?  Due to the added "complexity", I'll give you a little extra
time to check this is; say after the Millenium?

> Blake
> 
> JTK wrote:
> 
> > Well, until you try to run/unizp whatever you downloaded and
> > Windows/Winzip tells you it's short.  Here's an interim patch until
> > future civilizations rediscover the magic of ZMODEM and are able to
> > resume failed file transfers.  You're more than welcome:
> >
> > if(DownloadFailed)
> > {
> >     MessageBox(NULL, "Download failed.", NULL, MB_OK);
> >     DeleteFile(LocalDownloadFilename);
> > }
> >
> > Please check this in sometime before the Rapture.
> >

Reply via email to