
15 Aug
2006
15 Aug
'06
2:36 p.m.
Hi Ion, 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<char*>(&offset_ptr))+1' (notice the char*) Otherwise if it's not a bug how do you assign or test against NULL for a offset_1_null_ptr?? Thanks in advance.