in reply to Re: Re: Re: Relocation error with an embedded perl interpreter
in thread Relocation error with an embedded perl interpreter
Trouble is, now I can't find how to call it from C with the args I need to pass. Calling it from perl is fine via &$coderef(), but the xmlNode I want to pass to it is in C.eval_pv( "use DynaLoader;" \ "use XML::LibXML;" \ "my $pnts_symref = DynaLoader::dl_find_symbol_anywhere('PmmNod +eToSv');" \ "my $coderef = DynaLoader::dl_install_xsub('kousei::PmmNodeToS +v', $pnts_symref);" TRUE );
|
|---|