[VS2003] 64bit filefunctions

Started by
1 comment, last by Anon Mike 17 years, 7 months ago
_ftelli64 http://msdn2.microsoft.com/en-us/library/0ys3hc0b.aspx _fseeki64 http://msdn2.microsoft.com/en-us/library/75yw9bf3.aspx these function are "undefined" whatever i try ... i searched them in my include directorys, with the textsearch they are gone, but the docu says they are there ~.~ anyone a clue what i may do wrong?
Advertisement
They exist in my SDK ("stdio.h", VC2005). You could try getting the latest platform SDK and see if that helps. VC6 almost certainly won't have them, since it's nearly 10 years old.

What compiler and platform SDK (if you've downloaded a PSDK seperately) are you using?
Those are not Windows functions and thus probably won't be in the platform SDK.

He needs to look in his copy of stdio.h and verify the functions are there. He should also verify that he is #include'ing stdio.h...
-Mike

This topic is closed to new replies.

Advertisement