On Jan 20, 2011, at 10:43 PM, Gregg L. Smith wrote: > > ------ Rebuild All started: Project: mod_slotmem_shm, Configuration: Release > Win32 ------ > Deleting intermediate and output files for project 'mod_slotmem_shm', > configuration 'Release|Win32' > Compiling... > mod_slotmem_shm.c > .\mod_slotmem_shm.c(240) : error C2036: 'void *' : unknown size
This maps to: ptr += mem->desc.size; I don't see how this line has changed in *months* In any case, arith on void* is kinda not kosher, so we should cast to char* and then back again...
