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
mose...@hank.org

Reply via email to