Menu

Error on last patch

jackjames
2022-08-24
2022-08-25
  • jackjames

    jackjames - 2022-08-24

    I installed the latest patch and now the compiler gives me the following error on each file (image)

     
  • Anobium

    Anobium - 2022-08-24

    Can you post your project? I need to see what the issue is.

     
  • Anobium

    Anobium - 2022-08-24

    Also, create a new project.

    Put

    #chip 16f88
    #undefine myConstant
    

    What happens?

    This will tell me a lot. Like what file is missing / not updated.

     
  • Anobium

    Anobium - 2022-08-24

    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
  • Anobium

    Anobium - 2022-08-24

    The 'reservedwords.dat' is missing from the ZIP!!! See attached.

     
    • jackjames

      jackjames - 2022-08-25

      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

       
      • Anobium

        Anobium - 2022-08-25

        No problem.

        The error on line 330 ? What exactly was the code to cause the error?

         
        • jackjames

          jackjames - 2022-08-25

          I investigate and let you know

           

Log in to post a comment.