Re: Problems with C floats
- Posted by irv Jan 31, 2010
- 2418 views
jimcbrown said...
I assume this rules out any and all use of varargs or stdargs ?
Yes, the routine in question needs the following: C_POINTER, C_FLOAT, C_FLOAT, C_FLOAT, C_INT No varargs involved, and the same routine in GTK works correctly when called by a C program.