arduino version question

Hi

i am working with ADK and the demokit.pde from google. I had it all working fine a few weeks ago and recently i think reinstalled a lot of stuff and i am getting lots of compile errors in reference to the C++ libraries.

It looks like everything is where it is supposed to be?! I think :confused:

I have tried using Arduino 1.0 and 0.23. Will v1.0 cause older files to be broken??

thanks

kieron :astonished:

Will v1.0 cause older files to be broken?

Yes it will.
This is not a good time to be starting out because it will take a couple of months (if ever) for the old code to be updated.

OK thanks for that it saves me a lot of time constantly re installing things. I get the impression that the extension .pde will not neccessarily cause a problem, but the reference to Wprogram.h will.
Plus it looks like a load other other changes :confused:

Like you say not a good time to be starting a project.

kieron

OK i moved the firmware library files from their respective folders directly into the firmware folder and it solved the problem. On the goolgle ADK page it says copy the files and their folders!

I dont know if that has always been wrong, i dont remember if it was a problem before. I am sticking with version 0.23 until the dust settles.