Peter Ganten <[EMAIL PROTECTED]> writes: > Furthermore, > MapViewOfFileEx() should return an error, if a mapping can't be made > to the requested address, if any. Yes, but that's not what MAP_FIXED does (it wipes out existing mappings). And the right fix, which is to have MapViewOfFileEx fail if mmap doesn't return the address we want is rumored to break Solaris, because of some mysterious address rounding mechanism. -- Alexandre Julliard [EMAIL PROTECTED]
- Re: commit all pages in MapViewOfFileEx Alexandre Julliard
- Re: commit all pages in MapViewOfFileEx Peter Ganten
- Re: commit all pages in MapViewOfFileEx Alexandre Julliard