I am trying to call a function (from a structure that has a function
pointer) from my XS code.  It will return a char * that I will put on
the stack.   When it gets to the code where the code is called, perl
just hangs.  I've tried,

      directives->get()  // get is declared as a func ptr in the struct.
      (char *)(*directives->get)()
      *(*directives->get)()

...neither of which works.   Any help would be much appreciated.

                            Thanks,
                                STH
-- 
Scott T. Hildreth <[EMAIL PROTECTED]>

Reply via email to