> Well, if they are using a 32-bit unsigned integer to store
> the value of the counter, then I believe that 4GB would be
> the limit that it could store. ...I could be wrong, but
> that sounds like it could have something to do with it to
> me.
That's exactly the problem. I noticed this when I made a program for sharing files. The max number that a 32 bit integer can store is 2^32 = 4294967296. Which is the same as 4GB. To get around the problem i just used "double" variable type instead of "int".
<P ID="signature">___________________________________ _____________
It's complicated, we're blue, its blue... Tucker, you tell him why the flags so important.
Red v. Blue</P>