|
-
January 27th, 2014, 05:58 AM
#3
Re: C++ Memory Mapped Files Trouble
 Originally Posted by D_Drmmr
You failed to mention what you can do. Do you program at all? If so, which language?
Yes I was doing development on Java and VB 6.0 and VB.NET.
Last time I checked (more than a year ago), the boost library does not support regions for memory mapped files, but the win32 API does. So you can write your own abstraction layer using the win32 API that gives you a more useful interface for your specific problem.
As far as I know it is possible in boost as well, at least the tutorials say so. But the problem is they don't explain how. That why I'm asking it, may be some experienced developers on boost may help.
Do you know how it can be done with Windows API? Any sample code?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|