CompuServe Messages

Al's C++ window.c

    24-Mar-90 22:59:12
Fm: Nick Hall 70671,3154
To: Michael Yard 72220,3113
When you get the ambiguous reference to a function, it usually means that you passed the wrong parameters to it. In looking at your calls to cursor, make sure you are passing the right types. If cursor(…) is not prototyped, The first call to cursor sets the types of parameters to the function. I've had a million errors like the one you're talking about & checking calling types seems to solve them.