I am trying to write a simple edc script in the edc editor (enventor). The following seems ok:
script
{
public message(Msg_Type:type, id, ...)
{
}
}
But with this:
script
{
public message(Msg_Type:type, id, ...)
{
static Float:hh;
}
}
I get the message: edje_cc: Critical. Compiling script code not clean. This is straight from one of the example progjects.
Am I missing something here?
TIA
ken