Quote Originally Posted by D_Drmmr View Post
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?