Hi Jim, > This is often a problem that can happen if you don't have a prototype for > the function. The default passing semantics for floating point is to pass > them as doubles unless there is a prototype that says that they are floats. > > Did you get the prototype correct, and did you make sure it was included? Thanks a lot, that solves the problem. Sorry for bothering with such a simple problem, I am not really used to C :-/
Thanks, Clemens