hello,
if you think this is off-topic, i've thought this thread best suits here ;]
i have this line under *public variables*:
u8 line = 5;
and these two lines in *application handler*:
DRAW_DisplayTime(5, line)
DRAW_DisplayString(15, line, "string", 7);
in the first line everything is ok, but in second line i get this error:
error: called object '((u32 (*)(u32, u32))(*ptrCircle_API)[38])(5ul, line)' is not a function
this is strange because in both functions second parameter accepts 'u8 y'
any ideas would be apreciated :]