Hi,
This might be a very basic thing but I am new to HEW. Please tell me how can I add a new header file (math.h) to an exsisting project? I tried to just add in the include statement but its giving me an error.
Any help will be highly appreciated.
Thanks
Kanika
Sorry to be nitpicking, but this is NOT a question of HEW and should not be posted here. It is a question of the compiler you use and may be slightly different depending on the compiler in use.
In general, the compiler should have a possibility to set the directory where to search for include files. Add the directory with math.h there.