UGUI icon indicating copy to clipboard operation
UGUI copied to clipboard

error "a cast operator is attempting to reduce the size of a pointer"

Open jeff012 opened this issue 4 years ago • 0 comments

Hi, I am tring to built ugui to stm8l151and use STVD.but i got a error "a cast operator is attempting to reduce the size of a pointer", the error is at blow function:

UG_DriverRegister(DRIVER_DRAW_LINE,(void*)HW_DrawLine);

i don't know the root cause,can you help me?

image

jeff012 avatar Nov 02 '20 04:11 jeff012