Hi to all,
i am trying to set up a program in arduino,but when i try to compile...i keep getting the above message.
searched google,but all i could find was a statement telling me to change the WProgram.h file to Arduino.h...
did this ,but still getting the error message when trying to compile..
Have you spent 5 seconds googling? No, of course not. You simply expect us to give you the answer again, as if you were the first person to encounter this issue.
Hi PaulS,
thank you for your comments.
firstly...i never said i was special...i'm new to this
secondly...your right..i have'nt just spent 5seconds googling..i'v spent days
and lastly...i bet you go down a bomb helping newbie's out.
secondly...your right..i have'nt just spent 5seconds googling..i'v spent days
I find it difficult to believe that you spent 5 days googling and did not learn that all that you need to do is edit the library and change WProgram.h to Arduino.h.
I guess I needed to pay more attention. J-M-L is right. You need to post the code that you are trying to compile AFTER making the changes AND the compiler output. It appears that you did not make the proper change(s), or did not change the proper file(s).