Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have VS2010 VC++ running on windows 7. Whenever the function "CreateFilemapping" is executed , I find a error code 5(i.e. Access Denied) in GetLastError() even though I am an administrator. Can any one help me in resolving this issue?

The same program is running on WindowsXP and I dont find any error . The
GetLastError() returns error as 0(i.e. Full access).
Posted
Comments
Santhosh G_ 6-Nov-12 9:40am    
Please check this http://www.codeproject.com/Questions/127011/DLL-Shared-Memory-in-Windows-7

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900