|
From: Tor L. <tm...@ik...> - 2008-12-16 00:17:22
|
> what is the current status of large file support in the runtime? The runtime, i.e. the Microsoft C library, in all its incarnations, and the underlying (NT-based) Windows operating systems, support large files just fine. You just have to look in the header files for the correct functions names and types to use. What you might actually be asking is, do the *header files* support using large-file aware code directly as on Linux (or other modern POSIXes) without ifdefs in the code. That I don't know the answer to. --tml |