Mail Archives: djgpp/1993/08/31/09:13:56
> Exception 117 (ox75) at eips=197e
Floating point exception (note: this indicates you don't have 1.10
yet, but no big deal)
> I'd think that it was simply a fault in my code, except that if I put in a
> #include "poly.c" in test.c and compile it via
Make sure the function prototypes in poly.h (especially for functions
that return *float* or *double*) really do match the poly.c. It
appears that one of the poly.c functions isn't getting prototyped
correctly and something is not getting passed correctly.
DJ
- Raw text -