I am definately one of the people that is being held back on the lack of a stable SDK. So far, I am unable to get the following program to work:
int main (int argc, char **argv)
{
(void)argc;
(void)argv;
return 0;
}
It never returns to the menu after exiting. Guessing that might be...