> Am 21.04.2016 um 16:39 schrieb James Sentman <[email protected]>: > > Not sure if it’s a bug or just an oversight in the documentation but it seems > that if you create a file mapping of shared memory via the createSharedMemory > or OpenSharedMemory the offset for the .mapView command must be 0 or the map > fails. When it’s backed by a file you can map into it anywhere you like, but > if it’s just a shared memory space then the mapping fails if it’s anything > other than 0.
Did you use 4/64 KB aligned offset or some other value? it could of course be that the underlaying OS function doesn't support it. Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
