rjbatista / tm1638-library

Automatically exported from code.google.com/p/tm1638-library
141 stars 75 forks source link

Fails to compile #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load up your example named "tm1638_one_module_example"
2. Try to upload it to Arduino without modification or try to compile it.

What is the expected output? What do you see instead?
I guess it should compile and upload it to the Arduino. Instead it gives me 
this error:

Error compiling.
TM1638\TM1638.cpp.o: In function `~TM1638':
D:\Program Files (x86)\Arduino-0023\libraries\TM1638/TM1638.cpp:55: undefined 
reference to `operator delete(void*)'

What version of the product are you using? On what operating system?
- tm1638-library (v1.5.1)
- Windows 7 Ultimate x64
- Arduino 0023
- Arduino UNO

Original issue reported on code.google.com by shrub...@gmail.com on 5 Dec 2011 at 4:38

Attachments:

GoogleCodeExporter commented 8 years ago
The problem is with the Arduino IDE - it works on Arduino-1.0.

Anyway, the changes are not significant, so I've added backwards compatibility 
for IDE versions before 1.0 on version TM1638-v1.5.2.

Original comment by rjbati...@gmail.com on 5 Dec 2011 at 5:09