http://bugs.openzim.org/show_bug.cgi?id=19


Asaf Bartov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #2 from Asaf Bartov <[email protected]>  2010-03-26 12:13:15 
CET ---
Yes, it is a known limitation of the iostream implementation in 32-bit Windows.
 The workaround are to either use direct Win32 API (e.g. SetFilePointer()
instead of seekg()), or to use the lower-level CRT function _lseek().

Both would require wrapping the I/O functions used by zimlib to avoid constant
#ifdef clauses.

-- 
Configure bugmail: http://bugs.openzim.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
dev-l mailing list
[email protected]
https://intern.openzim.org/mailman/listinfo/dev-l

Reply via email to