Reply to comment

Change the buffer type to long instead of int

90% sure that the issue with the arithmetic operation is because the file size is bigger than the Int32 size. Just change the buffer to a long (Int64) and try it again.

Reply

Recent comments