Re: undefine_c_func (was: memory profiling)
- Posted by Chris Bensler <bensler at nt.net> Nov 20, 2006
- 596 views
Try passing the parameters as an array of INTs IIRC, varg uses the first element for argc, the remaining elements of the array are argv. I use that technique in mambo for dll function prototypes so I only need to have one proto instead of one for every number of args passed. I'll see if I can find the code I use in mambo. Chris Bensler ~ The difference between ordinary and extraordinary is that little extra ~ http://empire.iwireweb.com - Empire for Euphoria