I can declare a double variable like this: double x; but i cannot use it, something like below will cause run-time error (it tell me to debug or to kill the application when i run it in the simulator: if (x < 0) return -x;
Can anybody tell me why, is the problem of simulator or what else(i am using codewarrior 8.0 demo, Palm_OS_5_SDK__68K__R3 and Palm_OS_Cobalt_Simulator_6.0_Rel)? thanks!! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
