Microsoft also has integer-64 versions of the fseek/ftell functions.
Printable View
Microsoft also has integer-64 versions of the fseek/ftell functions.
You mean _teilli64() - that's not a version of ftell() - it's a version of the linux tell() function.
But I also realized that fsetpos is not analogous to fseek in that it takes an absolute file position, so there's no way to say "move to 0 bytes from the end of the file".
--
Mats
No, I mean _ftelli64 and _fseeki64.
Just out of curiosity, what systems are those? I just can't understand how you would be able to for example build a working database system with a seek function that "doesn't always work". Or are we talking only on certain types of media (say CD-ROM or tape)?
--
Mats