Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Extending perl with C dynamic library.

by aitap (Curate)
on Aug 18, 2013 at 11:21 UTC ( [id://1049899]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Extending perl with C dynamic library.
in thread Extending perl with C dynamic library.

What is this "symbol" and how to add this to my .c code ?
A symbol is just a name for something, a function in this case. It you can't use XS to generate a boot_<module> function for you, you'll have to write it yourself. Not an easy task, but perhaps achievable. Try looking at *.c files generated by xsubpp from *.xs files and writing similar code manually.
  • Comment on Re^3: Extending perl with C dynamic library.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1049899]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found