I have an Arduino Uno and the new version arduino-1.0. I have downloaded the program and the *.h, *.cpp files from Arduino Playground - DHT11Lib.
When compiling I get the error message:
dht11_test1.cpp.o: In function loop': C:\.../dht11_test1.cpp:72: undefined reference to dht11::read(int)'
On line 72 of the dht11_test1.cpp there is not read(int).
The strange thing is that the file is called dht11.cpp and I did not find any reference to dht11_test1.cpp.
sorry for occupying the bandwidth. I erased everything on the disk which had the dht11 in the filename and installed the files new and it: Worked.
Thanks for your advice and patience. I made a longer pause programming with the Arduino and noticed that since the new version a lot has changed and I have to adapt my older programs.