Jack - the only way I get that error in the HWSPI.H is if you copied the installation and you missed a file. Did you copy the contents of the GreatCowBASIC folder? All of it? Because, you may have missed reservedwords.dat
And, line 330 in your code... what is it? The only place that message is when you are using WAIT or WAITL1. So, my guess. The syntax is not spot on, or, some constant has gone wrong.
Last edit: Anobium 2022-08-24
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Evan, I apologize for the delay but I was busy for work and also did not have internet available.
I replaced reservedwords.dat and the problem is solved.
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed the latest patch and now the compiler gives me the following error on each file (image)
Can you post your project? I need to see what the issue is.
Also, create a new project.
Put
What happens?
This will tell me a lot. Like what file is missing / not updated.
Jack - the only way I get that error in the HWSPI.H is if you copied the installation and you missed a file. Did you copy the contents of the GreatCowBASIC folder? All of it? Because, you may have missed
reservedwords.dat
And, line 330 in your code... what is it? The only place that message is when you are using WAIT or WAITL1. So, my guess. The syntax is not spot on, or, some constant has gone wrong.
Last edit: Anobium 2022-08-24
The 'reservedwords.dat' is missing from the ZIP!!! See attached.
Hi Evan, I apologize for the delay but I was busy for work and also did not have internet available.
I replaced reservedwords.dat and the problem is solved.
Thank you
No problem.
The error on line 330 ? What exactly was the code to cause the error?
I investigate and let you know