Cannot Find WProgram.h (differant)

Thanks I will try out removing it (and no worries about response time we are all busy)...

You should be able to put it in the same directory as your code.
Then use
#include "WProgram.h"

When you say "it" do you mean I can just copy the WProgram.h header file into the same directory? I am new to C so is the header file just an interface description and has no need for a class or object file?

Thanks

Jackie