When i use GetMarkedOption like
"Radio_GetMarkedOption (GUIPANEL, RUNCTRTAB_RUNCONTROL, &runmode);"
where GUIPANEL is my panel name, RUNCTRTAB_RUNCONTROL is the name of RadioGroup , and runmode is int type.
I' m puzzlled about a run-time error ,
" NON-FATAL RUN-TIME ERROR: "gui.c", line 68, col 14, thread id 0x00000284: Library function error (return value == -13 [0xfffffff3]). Invalid control ID".
but in the .h files , there is already
"#define RUNCTRTAB_RUNCONTROL 14".