"File Error" msg
Brought to you by:
afanofosc,
afanofosc_99
When I try to run an NXC Program that has a Wait () command I receive a "File Error" msg on the Brick LCD at that point (the program complies and uploads OK)
I am getting error messages with even the simplest programs - including this sample one downloaded from your site
int a=40;
task main ()
{
TextOut(0, 60, "testing");
Wait(2000);
NumOut(a/2, a-10, a);
Wait(10000);
}
I have reloaded the Firmware (latest version from your site) still with no joy - can you point me in the right direction?
Thanks
Rod