Typemap for "long long int"?
[email protected] (Bill Moseley)
| Newsgroups | perl.xs |
|---|---|
| Message-ID | <CAKhN_m4LU64rZwc8z9H20HUJP8eBNypMALT_yPs6jjiX9BgcJQ@mail.gmail.com> |
I'm stuck trying to link with a C++ library where some of the signatures are "long long int". note: candidate is: int SomeClass::Foo(char*, long long int, char*, int, > long long int, bool, bool) perl -V shows this, if of any concern: use64bitint=define, use64bitall=define Could someone please show me how to correctly handle this signature? Thanks, -- Bill Moseley [email protected]