PaulStoffregen / Time

Time library for Arduino
http://playground.arduino.cc/code/time
1.24k stars 665 forks source link

Error: 'time_t' has not been declared ->After upgrade IDE #107

Closed lcorreaesbr closed 5 years ago

lcorreaesbr commented 5 years ago

Hi, I´m having problems to compile my program after upgrade from IDE 1.8.5 to 1.8.6.

My program use and

It was working ok, but after upgrade now I get:

error: 'time_t' has not been declared

void store_result(int codeexam, int result, time_t timestart, time_t timeend)

Thanks in advance!

PaulStoffregen commented 5 years ago

This is not the place to ask for help. Ask on the forums.

lcorreaesbr commented 5 years ago

Ok, no problems, I just post here because I belived that this was an issue, since It was working at first time.

With forum should I ask for your help?

Thanks in advance.

PaulStoffregen commented 5 years ago

Try Arduino's forum first. When you post, show the complete code and the exact error, and give details like which board you're using, which version of Arduino you have, and so on. Nobody can see your screen, nobody can guess these important details over the internet. Post a well composed question on the forum to maximize your chance someone will be able to help.

Only open issues here if you're certain the problem is caused by a defect in the software.