HI STEVE
After I installed the last update I can’t compile my program it giving me this error .
Flowcode1.c(6617:18): error: unknown identifier 'MSZ_String'
Flowcode1.c(6617:18): error: invalid operand 'MSZ_String'
Flowcode1.c(6617:17): error: failed to generate expression
Flowcode1.c(6617:17): internal error: failed to generate 'for' expression
Flowcode1.c(6617:2): error: error in 'for' loop statement
NOW THIS IS LINE 6617
for (idx=0; idx<MSZ_String; idx++)
It’s PART OF THE CODE BELOW.
void FCD_LCDDisplay0_PrintString(char* String)
{
char idx;
for (idx=0; idx<MSZ_String; idx++) // ( LINE 6617 )
{
if (String[idx]==0)
{
break;
}
FCD_LCDDisplay0_RawSend(String[idx], 0x10);
PLEASE HELP
THANKS IN ADVANCE
REGARDS
ALAN CILIA
UPDATE PROBLEM
- Steve
- Matrix Staff
- Posts: 3433
- Joined: Tue Jan 03, 2006 3:59 pm
- Has thanked: 114 times
- Been thanked: 422 times
To update other users on this issue, Alan and I have been in contact with each other and the problem has been resolved.
During the patch installation, Flowcode was running and needed to be shut down before the installation could complete. At the end of the installation, the Flowcode exe had not been updated - and this was the cause of the problems.
The solution was a simple one. Restarting Windows allowed the installation to complete (behind the scenes) and now all of the files are up-to-date.
During the patch installation, Flowcode was running and needed to be shut down before the installation could complete. At the end of the installation, the Flowcode exe had not been updated - and this was the cause of the problems.
The solution was a simple one. Restarting Windows allowed the installation to complete (behind the scenes) and now all of the files are up-to-date.