I am trying to memory-map a file on Windows using VS2010.
I am doing this in a DLL.
The first instance of the DLL maps the file just fine.
The second instance within the same p
You request to map the entire file into memory. How big is it? There may very well not be a large enough contiguous range of unallocated process's address space.