On Wed, 30 Jul 2014 15:44:14 +0000, seany wrote:

> However some code is in C, legacy code, and for speed resons. So in some
> cases, I would like to send a bunch of variables , ints, dubles and
> floats to an external C function. The thing is, I do not always know the
> number of variables, so my idea was to make an array of pointers (call
> it stack), and then send the pointer to the stack itself to the C
> function.

Can you post the signatures of some of the C functions you're trying to 
interface with?

Reply via email to