I'm trying to use Boost
Interprocess mechanisms, specifically shared memory
for vectors
.
So in my client application which tried to access the shared memory
file, to read the shared data, all I get is an error_info
which points to Security Error
, when it tried to open the shared memory, as in the attached image.
I'm not certain what issue this points to, or whether it needs permissions, and if so, what permissions are required. I'm using Windows 8.1 with UAC turned off.