thank your very much!, you seems to touch the problem exactly..
really, in the project wizard I unhappily chose floating point format supported to be NONE!!!
it seems that in program calculations the compiler needed this real time functions but didn't find them..
I tried to insert math.h but the same error occurs!
I want to keep my project and not creating a new one, it's very hard for me!, I also want to know how to insert libraries properly e.g how to insert math library in steps??
Another question, and execuse me for my questions storm as I'm a beginner in both CW and C programming!, How to take square roots for two added squared one byte variables (i always define them as char ) i.e char a;
char b;
char c=sqrt(a*a+b*b);
I knew that sqrt only works for double (may be i'm wrong), but how to use it here????????
by the way this is the core of my first problem!!
Thanx in advance 