in reply to Re: accessing mpz_t * of Math::BigInt::GMP from XS
in thread accessing mpz_t * of Math::BigInt::GMP from XS
to:derivation($o);
then i get:derivation($o->{value});
So i think i can actually get access to the Math::BigInt::GMP at least.A Math::BigInt::GMP object Not a Math::BigInt object
But i think i'm still stuck on how to deal with the #defines so that my module will be reasonably portable without requiring that the person building it know exactly what #defines were used when their instance of Math::BigInt::GMP was built.
Any suggestions? Thanks for pointing me part of the way forward, at least! It's very helpful :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: accessing mpz_t * of Math::BigInt::GMP from XS
by syphilis (Archbishop) on Mar 18, 2011 at 22:55 UTC | |
by syphilis (Archbishop) on Mar 19, 2011 at 04:34 UTC |