search for: 70hdhh4t

Displaying 4 results from an estimated 4 matches for "70hdhh4t".

2013 May 06
2
flac-dev Digest, Vol 102, Issue 7
...pos. This is totally >> untested (I haven't even checked it compiles), but the idea should work. >> > MSDN says "The pos value is stored in an internal format and is intended > for use only by *fgetpos* and *fsetpos*." (http://msdn.microsoft.com/en-** > us/library/70hdhh4t%28v=vs.80%**29.aspx<http://msdn.microsoft.com/en-us/library/70hdhh4t%28v=vs.80%29.aspx>), > so I don't think it's a good idea to use it this way even if tests > suggested it works. > > I'll write a test program tomorrow to try the fflush+_lseeki64 approach. > > A...
2013 May 05
2
Bug fix and compatibility patches for 1.3.0pre4
...that uses fgetpos/fsetpos. This is > totally untested (I haven't even checked it compiles), but the idea > should work. MSDN says "The pos value is stored in an internal format and is intended for use only by *fgetpos* and *fsetpos*." (http://msdn.microsoft.com/en-us/library/70hdhh4t%28v=vs.80%29.aspx), so I don't think it's a good idea to use it this way even if tests suggested it works. I'll write a test program tomorrow to try the fflush+_lseeki64 approach. Another solution - although a bit ugly - might be to disable buffering on Windows using setvbuf.
2013 May 07
0
flac-dev Digest, Vol 102, Issue 7
...is totally untested (I haven't even checked it compiles), but > the idea should work. > > MSDN says "The pos value is stored in an internal format and is > intended for use only by *fgetpos* and *fsetpos*." > (http://msdn.microsoft.com/en-us/library/70hdhh4t%28v=vs.80%29.aspx), > so I don't think it's a good idea to use it this way even if tests > suggested it works. > > I'll write a test program tomorrow to try the fflush+_lseeki64 > approach. > > Another solution - although a bit ugly - might be to...
2013 May 05
4
Bug fix and compatibility patches for 1.3.0pre4
On 5/5/2013 09:03, Timothy B. Terriberry wrote: > Robert Kausch wrote: >> The _lseeki64 patch probably is a little more controversial. The problem >> is that fseeki64 and ftelli64 are not available in Windows XP - at least >> not without installing extra MSVC runtime libraries. I changed compat.h >> and replaced them with calls to _lseeki64, which was available at least