When I build with the Require Function Prototypes box un-checked under Language Settings -> C/C++ Language the project fails to build with the error (referencing the sqrt function):When I run using sqrt, the result is always 20.0 and and the exception handler is entered, resulting in the error: "Access Error: Error on operand write".
When I run using sqrtf, the result is a very large, incorrect number.
Error : function has no prototypeIs there a specific library I should be using or a setting somewhere that I am missing?