JTK <[EMAIL PROTECTED]> wrote in [EMAIL PROTECTED]">news:[EMAIL PROTECTED], on 08 
Jan 2002:

> 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.
> 

Where is "DownloadFailed" and "LocalDownloadFilename" declared?  What 
type of object are they?  And where is |DeleteFile| defined?  I'm 
assuming it takes the type of object that LocalDownloadFilename is, or 
else it wouldn't even compile.  You seem to think you are some sort of 
hotshot with the fake code.  Well hell, anyone can do:

checkURL(url);
drawURLOnScreen(url);

shit, I just wrote a web browser, didn't I?  Who cares if I don't know 
how to define those functions, or don't understand how most aspects of a 
web browser work, I just wrote two undeclared, undefined functions using 
arbitrary names I pulled out of my head after 14 hours at work today and 
I'm a genius for writing a web browser in under 10 seconds.  Whoopity 
do.  What's wrong, can't find any cache problems or context menus to 
complain about today?

-- 
ICQ: N/A (temporarily)
AIM: FlyersR1 9
email: [EMAIL PROTECTED]
_ = m

Reply via email to