Hi,
I have a compilation error I cant solve.
The error is:
\video\milgem_video_processing_functions.c", line 332: error: declaration may not appear after executable statement in block
\video\milgem_video_processing_functions.c", line 333: error: expected a ";"
The code chunk is:
unsigned short draw_icon(Video_Frame *video_frame, Uint8 icon_name, Uint32 icon_coo_x, Uint32 icon_coo_y) //line 332
{ //line 333
Uint32 line_no;
Uint32 pixel_no;
...
...
...
}
As seen, there is no syntax error at the related lines.(and any above lines) Does anyone meet such an compilatio error before?
Thanks in advance.