C
Christian Reizlein
Im making a MD5 file checking program and im trying to read a file which is
larger than 2Gb. and i come across the problem that Arrays in VB.net cannot
have more than 2gb capacity, when i try to create an array of the file
length i get an overflow. is that possible? is there any workaround?
I know its going to be a lot of memory consumming to load all the file into
an array but i just dont care about that.
Any suggestions?
Thanks,
Smoke
larger than 2Gb. and i come across the problem that Arrays in VB.net cannot
have more than 2gb capacity, when i try to create an array of the file
length i get an overflow. is that possible? is there any workaround?
I know its going to be a lot of memory consumming to load all the file into
an array but i just dont care about that.
Any suggestions?
Thanks,
Smoke