Mailing List Archive

tie within XSUB
Hi,

I need to do something like this from within my XSUB:

local(%hash);

tie(%hash,'ObjcCIvars',$id);
local($newObject)=\%hash;

bless($newObject,'ObjcCObject');

I can't seem to find any hints as to where tie works from within an XSUB.

Could someone please give me a pointer (or better: 'compile' the above code)?

Gerd
Re: tie within XSUB [ In reply to ]