Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Writing XS frontends to C++ libraries.

by kilinrax (Deacon)
on Sep 11, 2002 at 18:30 UTC ( [id://197028]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    MyModule.c:64: no matching function for call to `Mysettings::set (cons
    +t string *, const string *)'
    /usr/local/include/mysettings.h:66: candidates are: void Mysettings::s
    +et(const string &, const string &)
    ...
    /usr/local/include/mysettings.h:82:                 void Mysettings::s
    +et(const string &, int)
    /usr/local/include/mysettings.h:90:                 void Mysettings::s
    +et(const string &, double)
    /usr/local/include/mysettings.h:98:                 void Mysettings::s
    +et(const string &, bool)
    
  2. or download this
    MySet
    MyEnquire::get_set(first, maxitems)
    
  3. or download this
    MyModule.c: In function `void XS_MyModule__Enquire_get_set(CV *)':
    MyModule.c:567: cannot convert `RETVAL' from type `MySet' to type `voi
    +d *
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://197028]
Approved by John M. Dlugosz
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-29 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found