fmassei / libmmp

Automatically exported from code.google.com/p/libmmp
GNU Lesser General Public License v3.0
1 stars 0 forks source link

mmap fails #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open file with mmp_open
2. create mapping by mmp_mmap
3. file not found error, though open file successfull

What is the expected output? What do you see instead?
CreateFileMapping succeeds

What version of the product are you using? On what operating system?
windows xp, 0.2 version

Please provide any additional information below.
Nice lib, using it for mmap on transit from linux sources :)

Original issue reported on code.google.com by leonarda...@gmail.com on 20 May 2011 at 5:48

GoogleCodeExporter commented 9 years ago
GetLastError() returns 5

Original comment by leonarda...@gmail.com on 20 May 2011 at 5:48