Re: undefine_c_func
- Posted by Michael J. Sabal <m_sabal at yahoo.com> Nov 20, 2006
- 568 views
Ray Smith wrote: > > Hi Michael, > > I had the same issue with Euallegro. > I made the Euphoria version pass a sequence of parameters > (the same way the builtin Euphoria printf works) and in my wrapper routine I > > call sprintf() and pass the results of this to the C routines. Yeah, you rewrote the routine with Euphoria functions and passed the end result to the API. This particular routine is a convenience function that pre- populates all the specified fields in a form in one shot, instead of having to call each field setter independently before showing the form. It looks like I'm not going to have a choice on this one. Bummer. Michael Sabal