PmMemCreateMC()

Hi everybody,

i’m just experimenting with the example given with the man pages for
PmMemCreateMC (pmmemtobutton.c). But this code does’nt work.
I’m using QNX 4.25 and Photon 1.13

If i delete the line

image->image = PgShmemCreate( dim->w * dim->h * bytes_per_pixel, NULL );

the example works. Why do i need PgShmemCreate() or is the example wrong
??

Sebastian