15 Aug
2006
15 Aug
'06
7:51 p.m.
Hi Berenguer,
I think that the shmem docs have a bug.
Section 'A shared memory pointer: offset_ptr' mentions '(reinterpret_cast<char>(&offset_ptr))+1' which I would change for '(reinterpret_cast
(&offset_ptr))+1' (notice the char*)
You are right, it should be "char*". It's the address of the offset_ptr object plus 1. Thanks, and regards, Ion