ok so i try compiling this and i get

error C2036: 'void *' : unknown size

on this peice of code

Write_PATCH((void*)0xCFBE9C+0xBC, &MYCOORDPTR, sizeof(MYCOORDPTR));
DWORD YCOORD2 = 0xCFBE9C+0xBC+0x8;//2

can any1 tell me what i have wrong?