Edit libs

06 May 2011

I imported a program from the cookbook which has custom libs. I want to edit these libs but when I make them editable in the compiler I only see .h files, and not the corresponding .ccp files. What am I doing wrong?

Bert

06 May 2011

It sounds like the lib you have imported is of the "precompiled" type that Simon, et al, have put out there to save compile time or a lib with all the code in the .h file (because perhaps it's small?).

But without telling which lib it is you are trying to edit it's kind of difficult to give you a reason.

06 May 2011

The libs are EthernetIf and HTTPserver. They do contain a single file with .ar extension. Could that be the compiled code?

06 May 2011

That's one of the "precompiled" libs. There are other EthernetIf libs out there with bug fixes in that are not precompiled. I suggest you look at using one of those. In the past, for testing, I have used this one (by Segundo Equipo) that appears to work as expected. Don't hold me to that though!

06 May 2011

This is exactly what I need, thanks for your help!