the high speed with which this operates seems to indicate 7-zip is doing direct fs writes that you should be using fopen64(GCC)/fopen/fsetpos/fgetpos/fclose. avoid fseek/ftell, those are 32-bit only.
7-Zip uses windows API.
Log in to post a comment.
7-Zip uses windows API.